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/Common/HError.asm

    r28 r33  
    22; Project name  :   IDE BIOS
    33; Created date  :   30.11.2007
    4 ; Last update   :   1.8.2010
     4; Last update   :   23.8.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Error checking functions for BIOS Hard disk functions.
     
    1313;   Parameters:
    1414;       DS:     RAMVARS segment
    15 ;       ES:     BDA segment (zero)
    1615;       CF:     Set if timeout
    1716;               Cleared if task flag was properly set
     
    2524ALIGN JUMP_ALIGN
    2625HError_ProcessErrorsAfterPollingTaskFlag:
    27     jc      SHORT HError_ProcessTimeoutAfterPollingBSYandSomeOtherStatusBit
    28     mov     ax, [es:HDBDA.wHDStAndErr]
    29     call    GetBiosErrorCodeToAHfromStatusAndErrorRegistersInAX
    30     mov     [es:BDA.bHDLastSt], ah
    31     mov     BYTE [es:BDA.bHDTaskFlg], 0
    32     ret
     26    jnc     SHORT HError_ProcessErrorsAfterPollingBSY
     27    ; Fall to HError_ProcessTimeoutAfterPollingBSYandSomeOtherStatusBit
    3328
    3429;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.