Ignore:
Timestamp:
Feb 13, 2013, 6:12:52 PM (11 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to Configurator v2:

  • Cleaned IDE autodetect code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/AutoConfigure.asm

    r502 r504  
    101101    call    IdeAutodetect_IncrementDXtoNextIdeBasePort
    102102    jz      SHORT .AllPortsAlreadyDetected
    103     push    cx
    104     call    IdeAutodetect_DetectIdeDeviceFromPortDXAndReturnControlBlockInCX
    105     mov     bx, cx
    106     pop     cx
     103    push    si
     104    call    IdeAutodetect_DetectIdeDeviceFromPortDXAndReturnControlBlockInSI
     105    mov     bx, si
     106    pop     si
    107107    jc      SHORT .DetectFromNextPort
    108108
Note: See TracChangeset for help on using the changeset viewer.