Ignore:
Timestamp:
Oct 25, 2011, 7:11:38 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Main checkin, adding virtual IDE drive over serial port connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialDPT.asm

    r150 r179  
    1616;--------------------------------------------------------------------
    1717SerialDPT_Finalize:
     18        or      byte [di+DPT.bFlagsHigh], FLGH_DPT_SERIAL_DEVICE
     19        mov     al, byte [es:si+SerialCommand_IdentifyDevice_PackedPortAndBaud]
     20        mov     byte [ds:di+DPT.bSerialPortAndBaud], al
     21        ret
     22
     23
Note: See TracChangeset for help on using the changeset viewer.