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/Handlers/Int13h/AHDh_HReset.asm

    r28 r33  
    22; Project name  :   IDE BIOS
    33; Created date  :   9.12.2007
    4 ; Last update   :   1.8.2010
     4; Last update   :   23.8.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Int 13h function AH=Dh, Reset Hard Disk (Alternate reset).
     
    5050
    5151    call    FindDPT_ForDriveNumber      ; DS:DI now points to DPT
     52    call    Interrupts_UnmaskInterruptControllerForDriveInDSDI
    5253    call    AHDh_ResetMasterAndSlave
    5354    ;jc     SHORT .ReturnError          ; CF would be set if slave drive present without master
Note: See TracChangeset for help on using the changeset viewer.