Changeset 13 for trunk/src/os2ahci/atapi.c
- Timestamp:
- Sep 14, 2010, 10:07:59 AM (15 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/atapi.c
r12 r13 89 89 90 90 /****************************************************************************** 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 * 92 98 */ 93 99 int atapi_req_sense(IORBH _far *iorb, int slot)
Note:
See TracChangeset
for help on using the changeset viewer.