Ignore:
Timestamp:
Mar 27, 2012, 4:21:58 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Advanced ATA Module variables are now kept in DPTs.
  • Forced full mode when using Advanced ATA Module.
File:
1 edited

Legend:

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

    r363 r364  
    189189    mov     dx, [cs:bx+IDEVARS.wPort]           ; Load IDE Data port address
    190190%ifdef MODULE_ADVANCED_ATA
    191     mov     bl, [di+DPT_ATA.bDevice]
     191    mov     bl, [di+DPT_ADVANCED_ATA.bDevice]
    192192%else
    193193    mov     bl, [cs:bx+IDEVARS.bDevice]         ; Load device type to BX
Note: See TracChangeset for help on using the changeset viewer.