Changeset 64 for trunk/src/os2ahci/atapi.h
- Timestamp:
- Dec 21, 2010, 12:49:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/atapi.h
r63 r64 66 66 #define ATAPI_FLAG_DPO 0x10 67 67 68 #define ATAPI_FEAT_DMA 0x0001 69 #define ATAPI_FEAT_DMA_TO_HOST 0x0004 70 71 #define ATAPI_LBA_DMA ((u32)0xffff << 8) 72 68 73 /****************************************************************************** 69 74 * ATAPI sense data 70 75 */ 71 #define ATAPI_SENSE_LEN 6476 #define ATAPI_SENSE_LEN 96 72 77 73 78 #define ASENSE_NO_SENSE 0x00 /* no sense -> success */
Note:
See TracChangeset
for help on using the changeset viewer.