forked from KolibriOS/kolibrios
Fix for r.3810
git-svn-id: svn://kolibrios.org@3825 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e6158a19a8
commit
49a2302c63
@ -1120,7 +1120,11 @@ end if
|
||||
|
||||
mov ax, [IDE_Interrupt]
|
||||
cmp al, 0xff
|
||||
je set_interrupts_for_IDE_controllers.end_set_interrupts
|
||||
jne @f
|
||||
|
||||
mov [dma_hdd], 0
|
||||
jmp set_interrupts_for_IDE_controllers.end_set_interrupts
|
||||
@@:
|
||||
;-----------------------------------------------------------------------------
|
||||
; set interrupts for IDE Controller
|
||||
;-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user