Changeset 202 for trunk/src/os2ahci/ctxhook.c
- Timestamp:
- Aug 24, 2019, 9:07:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ctxhook.c
r201 r202 342 342 rearm_ctx_hook = 0; 343 343 344 //DPRINTF(8,"reset_ctxhook() started\n"); 345 dprintf(0, __func__": BEG\n"); 344 DPRINTF(8,"reset_ctxhook() started\n"); 346 345 memset(&done_queue, 0x00, sizeof(done_queue)); 347 346 … … 400 399 { 401 400 ports_to_reset[a] &= ~(1UL << p); 401 ai->ports[p].ulResetCount++; 402 402 403 403 /* Reset this port. Since this is a rather slow operation, we'll … … 483 483 } 484 484 485 dprintf(0,__func__": END\n");486 485 KernThunkStackTo16(); 487 486 }
Note:
See TracChangeset
for help on using the changeset viewer.