Changeset 58


Ignore:
Timestamp:
Dec 15, 2010, 12:03:59 PM (15 years ago)
Author:
markus
Message:

fixed NCQ (yay!)

Location:
trunk/src/os2ahci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ata.c

    r57 r58  
    575575                     AP_SECTOR_48, (u32) sector, (u16) 0,
    576576                     AP_FEATURES,  (u16) count,
    577                      AP_COUNT,     (u16) slot, /* tag = slot */
     577                     AP_COUNT,     (u16) (slot << 3), /* tag = slot */
    578578                     AP_SGLIST,    io->pSGList + sg_indx, (u16) sg_cnt,
    579579                     AP_DEVICE,    0x4000,
     
    718718                     AP_SECTOR_48, (u32) sector, (u16) 0,
    719719                     AP_FEATURES,  (u16) count,
    720                      AP_COUNT,     (u16) slot, /* tag = slot */
     720                     AP_COUNT,     (u16) (slot << 3), /* tag = slot */
    721721                     AP_SGLIST,    io->pSGList + sg_indx, (u16) sg_cnt,
    722722                     AP_DEVICE,    0xc000,   /* force unit access (FUA) */
  • trunk/src/os2ahci/os2ahci.def

    r55 r58  
    11library os2ahci
    2 Description '$@#thi.guten (www.thiguten.de):1.00.20101214#@OS/2 AHCI Adapter Device Driver'
     2Description '$@#thi.guten (www.thiguten.de):1.00.20101215#@OS/2 AHCI Adapter Device Driver'
    33protmode
    44
Note: See TracChangeset for help on using the changeset viewer.