Changeset 58
- Timestamp:
- Dec 15, 2010, 12:03:59 PM (15 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 2 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) */ -
trunk/src/os2ahci/os2ahci.def
r55 r58 1 1 library os2ahci 2 Description '$@#thi.guten (www.thiguten.de):1.00.2010121 4#@OS/2 AHCI Adapter Device Driver'2 Description '$@#thi.guten (www.thiguten.de):1.00.20101215#@OS/2 AHCI Adapter Device Driver' 3 3 protmode 4 4
Note:
See TracChangeset
for help on using the changeset viewer.