]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a check that is too strict. With BIOSen that specify an IO/ctl port
authornjl <njl@FreeBSD.org>
Fri, 20 Aug 2004 16:34:30 +0000 (16:34 +0000)
committernjl <njl@FreeBSD.org>
Fri, 20 Aug 2004 16:34:30 +0000 (16:34 +0000)
commit15ee0f253b7dc88cd2f9879c4a473105d778a670
tree088d311dc24ef36201fd015dd2345b764d0a85b8
parent5c80f32b93dac9cdd43547e4e1b35d91c08c9065
Remove a check that is too strict.  With BIOSen that specify an IO/ctl port
of 0x3f2-0x3f5,0x3f7 the ports are not 7 bytes apart.  This should fix
floppy probing on such systems.  (We handle the case of adjusting for
a start of 0x3f2 -> 0x3f0 separately, although that code should still be
checked if there are still floppy problems for others.)

Tested by: Sarunas Vancevicius <vsarunas_at_eircom.net>
MFC after: 3 days
sys/dev/fdc/fdc_isa.c