Changeset 411 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization


Ignore:
Timestamp:
Apr 26, 2012, 7:41:59 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Moved some IRQ and LBA48 code to related modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/AtaID.asm

    r376 r411  
    7171;--------------------------------------------------------------------
    7272.GetLbaSectorCount:
     73%ifdef MODULE_EBIOS
    7374    test    BYTE [di+ATA6.wSetSup83+1], A6_wSetSup83_LBA48>>8
    7475    jz      SHORT .GetLba28SectorCount
     76
     77    ; Get LBA48 sector count
    7578    mov     ax, [di+ATA6.qwLBACnt]
    7679    mov     dx, [di+ATA6.qwLBACnt+2]
    7780    mov     bx, [di+ATA6.qwLBACnt+4]
    7881    ret
     82%endif
    7983
    8084.GetLba28SectorCount:
Note: See TracChangeset for help on using the changeset viewer.