Ignore:
Timestamp:
Sep 14, 2010, 10:44:57 AM (15 years ago)
Author:
markus
Message:

merged last NCQ related changes with Watcom related changes

File:
1 edited

Legend:

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

    r13 r14  
    182182                ; print debug message if debug level is 3+
    183183                CMP     _debug, 3
    184                 JB      no_debug
     184                JB      no_debug2
    185185                MOV     BX, AX          ; addr & 0x7f (port reg index)
    186186                AND     BX, 7FH
     
    193193                ADD     SP, 12
    194194
    195 no_debug:       LEAVE
     195no_debug2:      LEAVE
    196196                RET
    197197_writel         ENDP
Note: See TracChangeset for help on using the changeset viewer.