]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a check that is too strict. With BIOSen that specify an IO/ctl port
authorNate Lawson <njl@FreeBSD.org>
Fri, 20 Aug 2004 16:34:30 +0000 (16:34 +0000)
committerNate Lawson <njl@FreeBSD.org>
Fri, 20 Aug 2004 16:34:30 +0000 (16:34 +0000)
commit7500723246255e62f83ecdf05d9c8877b2d12cd5
tree088d311dc24ef36201fd015dd2345b764d0a85b8
parent7b38f0d3c37bd0c91e781e84c66ddce52b3a768f
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