Changeset 138 for trunk/src/os2ahci/ctxhook.c
- Timestamp:
- Sep 21, 2012, 2:40:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ctxhook.c
r125 r138 217 217 if (req_sense(problem_iorb, 0) == 0) { 218 218 /* execute request sense on slot #0 before anything else comes along */ 219 ADD_StartTimerMS(&aws->timer, 5000, (PFN) timeout_callback, iorb, 0); 219 ADD_StartTimerMS(&aws->timer, 5000, (PFN) timeout_callback, 220 problem_iorb, 0); 220 221 aws->cmd_slot = 0; 221 222 ai->ports[p].reg_cmds = 1;
Note:
See TracChangeset
for help on using the changeset viewer.