Changeset 86 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Apr 28, 2011, 7:41:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r82 r86 430 430 431 431 if (iorb_driver_level(iorb)) { 432 /* adapter-level IORB */432 /* driver-level IORB */ 433 433 iorb->UnitHandle = 0; 434 434 iorb_queue_add(&driver_queue, iorb); … … 531 531 * 532 532 * - Driver-level IORB handlers must not access the hardware of a 533 * particular adapter if it's flagged as 'busy' 533 * particular adapter if it's flagged as 'busy' by another IORB. 534 534 */ 535 535 int trigger_engine_1(void) … … 1308 1308 * hook right inside this timer callback. Not exactly pretty, especially 1309 1309 * considering the fact that context hooks were implemented to prevent running 1310 * lengthy operations like a port reset at tasktime, but without this1310 * lengthy operations like a port reset at interrupt time, but without this 1311 1311 * watchdog mechanism we run the risk of getting completely stalled by device 1312 1312 * problems during the early boot phase.
Note:
See TracChangeset
for help on using the changeset viewer.