Changeset 82 for trunk/src/os2ahci/ata.h
- Timestamp:
- Mar 2, 2011, 11:48:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ata.h
r76 r82 21 21 22 22 /* -------------------------- macros and constants ------------------------- */ 23 24 /****************************************************************************** 25 * Right now, os2ahci uses a fixed sector size of 512 bytes for hard disks. 26 * This may change in the future... 27 */ 28 #define ATA_SECTOR_SIZE 512 23 29 24 30 /****************************************************************************** … … 411 417 AP_SECTOR_28, /* [u32] 28-bit sector address */ 412 418 AP_SECTOR_48, /* [u32, u16] 48-bit sector address */ 413 AP_DEVICE, /* [u16] ATA cmd "device" field (LSB masked)*/419 AP_DEVICE, /* [u16] ATA cmd "device" field */ 414 420 AP_SGLIST, /* [void _far *, u16] buffer S/G (SCATGATENTRY/count) */ 415 421 AP_VADDR, /* [void _far *, u16] buffer virtual address (buf/len) */
Note:
See TracChangeset
for help on using the changeset viewer.