Fix for r.3810

git-svn-id: svn://kolibrios.org@3825 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-07-15 18:25:45 +00:00
parent e6158a19a8
commit 49a2302c63

View File

@ -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
;-----------------------------------------------------------------------------