Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2084 → Rev 2083

/kernel/trunk/detect/dev_fd.inc
28,10 → 28,3
jnz wait_cmos
in al,0x71
mov [DRIVE_DATA],al
test al,al
jz @f
in al,0x21
and al,10111111b ; Enable IRQ6
out 0x21,al
@@: