Changeset 80 for trunk/src/os2ahci/ctxhook.c
- Timestamp:
- Mar 1, 2011, 10:10:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ctxhook.c
r77 r80 38 38 /* port reset context hook and input data */ 39 39 ULONG reset_ctxhook_h; 40 ULONG th_reset_watchdog; 40 41 volatile u32 ports_to_reset[MAX_AD]; 41 42 IORB_QUEUE abort_queue; … … 284 285 spin_lock(drv_lock); 285 286 287 if (th_reset_watchdog != 0) { 288 /* watchdog timer still active -- just reset it */ 289 ADD_CancelTimer(th_reset_watchdog); 290 th_reset_watchdog = 0; 291 } 292 286 293 /* add ports of active IORBs from the abort queue to ports_to_reset[] */ 287 294 for (iorb = abort_queue.root; iorb != NULL; iorb = next) {
Note:
See TracChangeset
for help on using the changeset viewer.