Changeset 138
- Timestamp:
- Sep 21, 2012, 2:40:32 PM (13 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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; -
TabularUnified trunk/src/os2ahci/version.h ¶
r133 r138 14 14 15 15 16 #define VERSION 12 3/* driver version (2 implied decimals) */16 #define VERSION 124 /* driver version (2 implied decimals) */ 17 17
Note:
See TracChangeset
for help on using the changeset viewer.