Ignore:
Timestamp:
Aug 23, 2010, 4:27:11 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Interrupt controllers are now unmasked during drive reset.

File:
1 edited

Legend:

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

    r3 r33  
    22; Project name  :   IDE BIOS
    33; Created date  :   17.3.2010
    4 ; Last update   :   2.5.2010
     4; Last update   :   23.8.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for detecting drive for the BIOS.
     
    2424ALIGN JUMP_ALIGN
    2525DetectDrives_FromAllIDEControllers:
    26     call    Initialize_GetIdeControllerCountToCX
     26    call    RamVars_GetIdeControllerCountToCX
    2727    mov     bp, ROMVARS.ideVars0            ; CS:BP now points to first IDEVARS
    2828ALIGN JUMP_ALIGN
Note: See TracChangeset for help on using the changeset viewer.