Changeset 474 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc


Ignore:
Timestamp:
Oct 11, 2012, 5:30:15 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Drive detection now displays autodetected XT-CF port and skips slave drives for XT-CF.
  • AH=1Eh no longer tries to disable 8-bit mode for memory mapped and DMA transfer modes.
  • Preparations to implement DMA.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc

    r473 r474  
    128128    .bSerialBaud            resb    1   ; Serial connection baud rate divisor
    129129endstruc
     130
     131; On performance critical situations we compare DPT_ATA.bDevice without checking FLGH_DPT_SERIAL_DEVICE
     132; first! DPT_ATA.bDevice uses small values so there will be no problems.
     133%if DPT_SERIAL.bSerialPort <> DPT_ATA.bDevice
     134    %error "DPT_ATA.bDevice and DPT_SERIAL.bSerialPort must be in same offsets!"
     135%endif
    130136%endif
    131137
Note: See TracChangeset for help on using the changeset viewer.