Changeset 36 for trunk/src/os2ahci/ata.c


Ignore:
Timestamp:
Nov 5, 2010, 1:40:22 PM (15 years ago)
Author:
markus
Message:

Heureka! Fixed problems on real hardware (AHCI enabled bit must be set explicitly for each command...)

Location:
trunk/src/os2ahci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci

    • Property svn:ignore
      •  

        old new  
        88*.out
        99*.map
         10TAGS
         11bldday.h
  • trunk/src/os2ahci/ata.c

    r24 r36  
    681681                   AP_SGLIST,    io->pSGList + sg_indx, (u16) sg_cnt,
    682682                   AP_DEVICE,    0x4000,
    683                    AP_WRITE,
     683                   AP_WRITE,     1,
    684684                   AP_END);
    685685    }
Note: See TracChangeset for help on using the changeset viewer.