Changeset 175 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs


Ignore:
Timestamp:
Oct 22, 2011, 9:04:01 PM (13 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

ifdef of existing serial code, in preperation for checkin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm

    r173 r175  
    6363.StoreFlags:
    6464    mov     [di+DPT.wFlags], ax
     65
     66%ifdef MODULE_SERIAL
     67    cmp     byte [cs:bp+IDEVARS.bDevice], DEVICE_SERIAL_PORT
     68    jnz     .around
     69    or      byte [di+DPT.bFlagsHigh], FLGH_DPT_SERIAL_DEVICE
     70.around:               
     71%endif     
     72
    6573    ; Fall to .StoreAddressing
    6674
Note: See TracChangeset for help on using the changeset viewer.