Changeset 161 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm


Ignore:
Timestamp:
May 8, 2011, 8:02:52 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Minor size optimizations.
  • Tried to minimize the time spent with interrupts disabled in IdeIrq.asm and Int13h.asm
File:
1 edited

Legend:

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

    r160 r161  
    2020    jnz     SHORT ReturnSuccessForSerialPort
    2121    jmp     IdeDPT_Finalize
    22 .FinalizeDptForSerialPortDevice:
    23     jmp     SerialDPT_Finalize
     22;.FinalizeDptForSerialPortDevice:   ; Dead label
     23;   jmp     SerialDPT_Finalize      ; and code
    2424
    2525
Note: See TracChangeset for help on using the changeset viewer.