Changeset 58 for trunk/src/os2ahci/ata.c
- Timestamp:
- Dec 15, 2010, 12:03:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ata.c
r57 r58 575 575 AP_SECTOR_48, (u32) sector, (u16) 0, 576 576 AP_FEATURES, (u16) count, 577 AP_COUNT, (u16) slot, /* tag = slot */577 AP_COUNT, (u16) (slot << 3), /* tag = slot */ 578 578 AP_SGLIST, io->pSGList + sg_indx, (u16) sg_cnt, 579 579 AP_DEVICE, 0x4000, … … 718 718 AP_SECTOR_48, (u32) sector, (u16) 0, 719 719 AP_FEATURES, (u16) count, 720 AP_COUNT, (u16) slot, /* tag = slot */720 AP_COUNT, (u16) (slot << 3), /* tag = slot */ 721 721 AP_SGLIST, io->pSGList + sg_indx, (u16) sg_cnt, 722 722 AP_DEVICE, 0xc000, /* force unit access (FUA) */
Note:
See TracChangeset
for help on using the changeset viewer.