Ignore:
Timestamp:
Sep 14, 2010, 10:07:59 AM (15 years ago)
Author:
root
Message:

latest NCQ changes from Christian

Location:
trunk/src/os2ahci
Files:
1 added
1 moved

Legend:

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

    r12 r13  
    8989
    9090/******************************************************************************
    91  * Request sense information.
     91 * Request sense information for a failed command.
     92 *
     93 * NOTE: This function must be called right after an ATAPI command has failed
     94 *       and before any other commands are queued on the corresponding device.
     95 *       This function is typically called in the port restart context hook
     96 *       which is triggered by an AHCI error interrupt.
     97 *
    9298 */
    9399int atapi_req_sense(IORBH _far *iorb, int slot)
Note: See TracChangeset for help on using the changeset viewer.