Changeset 138


Ignore:
Timestamp:
Sep 21, 2012, 2:40:32 PM (13 years ago)
Author:
Markus Thielen
Message:

fix for #14

Location:
trunk/src/os2ahci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/os2ahci/ctxhook.c

    r125 r138  
    217217            if (req_sense(problem_iorb, 0) == 0) {
    218218              /* 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);
    220221              aws->cmd_slot = 0;
    221222              ai->ports[p].reg_cmds = 1;
  • TabularUnified trunk/src/os2ahci/version.h

    r133 r138  
    1414
    1515
    16 #define VERSION            123       /* driver version (2 implied decimals) */
     16#define VERSION            124       /* driver version (2 implied decimals) */
    1717
Note: See TracChangeset for help on using the changeset viewer.