forked from KolibriOS/kolibrios
Fix for Floppy/IRQ6 - broken from r.1380
git-svn-id: svn://kolibrios.org@2084 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4190628f34
commit
fe72383413
@ -28,3 +28,10 @@ wait_cmos:
|
|||||||
jnz wait_cmos
|
jnz wait_cmos
|
||||||
in al,0x71
|
in al,0x71
|
||||||
mov [DRIVE_DATA],al
|
mov [DRIVE_DATA],al
|
||||||
|
test al,al
|
||||||
|
jz @f
|
||||||
|
in al,0x21
|
||||||
|
and al,10111111b ; Enable IRQ6
|
||||||
|
out 0x21,al
|
||||||
|
@@:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user