Changeset 6239 in vbox
- Timestamp:
- Jan 4, 2008 1:53:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/ide.h
r5999 r6239 97 97 ATA_TRUSTED_SEND = 0x5e, 98 98 ATA_TRUSTED_SEND_DMA = 0x5f, 99 ATA_READ_FPDMA_QUEUED = 0x60, 100 ATA_WRITE_FPDMA_QUEUED = 0x61, 99 101 ATA_SEEK = 0x70, 100 102 ATA_CFA_TRANSLATE_SECTOR = 0x87, … … 257 259 "TRUSTED SEND", /* 0x5e */ 258 260 "TRUSTED SEND DMA", /* 0x5f */ 259 " ",/* 0x60 */260 " ",/* 0x61 */261 "READ FPDMA QUEUED", /* 0x60 */ 262 "WRITE FPDMA QUEUED", /* 0x61 */ 261 263 "", /* 0x62 */ 262 264 "", /* 0x63 */
Note:
See TracChangeset
for help on using the changeset viewer.