Changeset 490 in xtideuniversalbios


Ignore:
Timestamp:
Dec 13, 2012, 8:16:58 AM (11 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Fixed a bug in the virtual serial drive code, where AX was being corrupted by IdeTransfer_NormalizePointerInESSI.

File:
1 edited

Legend:

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

    r489 r490  
    6161
    6262.readOrWrite:
     63        mov     [bp+IDEPACK.bFeatures],ah       ; store protocol command       
    6364        call    IdeTransfer_NormalizePointerInESSI
    64         mov     [bp+IDEPACK.bFeatures],ah       ; store protocol command
    6565               
    6666        mov     dx, [di+DPT_SERIAL.wSerialPortAndBaud]
Note: See TracChangeset for help on using the changeset viewer.