Ignore:
Timestamp:
Jan 7, 2011, 4:54:46 PM (15 years ago)
Author:
markus
Message:

fixed ATAPI packet commands; added cache flush in shutdown handler; allow write cache for NCQ commands

File:
1 edited

Legend:

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

    r68 r69  
    191191            if (req_sense(problem_iorb, 0) == 0) {
    192192              /* execute request sense on slot #0 before anything else comes along */
     193              ADD_StartTimerMS(&aws->timer, 5000, (PFN) timeout_callback, iorb, 0);
     194              aws->cmd_slot = 0;
    193195              ai->ports[p].reg_cmds = 1;
    194196              writel(port_mmio + PORT_CMD_ISSUE, 1);
Note: See TracChangeset for help on using the changeset viewer.