Ignore:
Timestamp:
Feb 27, 2012, 2:58:34 PM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Fixed a bug with reporting the number of hard disks when there were only foreign disks (none managed by this bios). Also a few small optimizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH0h_HReset.asm

    r264 r269  
    148148    mov     dl, ROMVARS.ideVars0                        ; starting Idevars offset
    149149
    150     mov     cl, [cs:ROMVARS.bIdeCnt]                    ; get count of ide controllers
    151     mov     ch, 0
     150    call    RamVars_GetIdeControllerCountToCX
    152151    jcxz    .done                                       ; just in case bIdeCnt is zero (shouldn't be)
    153152
Note: See TracChangeset for help on using the changeset viewer.