Ignore:
Timestamp:
Sep 14, 2010, 10:07:59 AM (15 years ago)
Author:
root
Message:

latest NCQ changes from Christian

Location:
trunk/src/os2ahci
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/init.asm

    r12 r13  
    158158
    159159
    160 ; Write long value to MMIO address;  need to do this here to get real
     160; Write long value to MMIO address; need to do this here to get real
    161161; 32-bit operations because at least the AHCI device in VirtualBox doesn't
    162162; seem to support reading 32-bit MMIO registers in two 16-bit steps and the
     
    182182                ; print debug message if debug level is 3+
    183183                CMP     _debug, 3
    184                 JB      no_debug2
     184                JB      no_debug
    185185                MOV     BX, AX          ; addr & 0x7f (port reg index)
    186186                AND     BX, 7FH
     
    193193                ADD     SP, 12
    194194
    195 no_debug2:      LEAVE
     195no_debug:       LEAVE
    196196                RET
    197197_writel         ENDP
Note: See TracChangeset for help on using the changeset viewer.