Ignore:
Timestamp:
May 5, 2012, 4:01:03 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • AT builds now relocate INT 13h stack to top of stolen conventional memory.
  • Some small fixes here and there.
File:
1 edited

Legend:

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

    r414 r417  
    115115CheckErrorsAfterTransferringLastMemoryMappedBlock:
    116116    lds     di, [bp+MEMPIOVARS.fpDPT]           ; DPT now in DS:DI
    117     mov     bx, TIMEOUT_AND_STATUS_TO_WAIT(TIMEOUT_DRQ, FLG_STATUS_DRDY)
     117    mov     bx, TIMEOUT_AND_STATUS_TO_WAIT(TIMEOUT_DRQ, FLG_STATUS_BSY)
    118118    call    IdeWait_PollStatusFlagInBLwithTimeoutInBH
    119119
Note: See TracChangeset for help on using the changeset viewer.