Less restrictive I/O port check.

This commit is contained in:
Philip Homburg 2005-11-03 13:42:56 +00:00
parent e6e1f4431d
commit 83df200475

View File

@ -551,7 +551,7 @@ fxp_t *fp;
pci_reserve(devind);
bar= pci_attr_r32(devind, PCI_BAR_2) & 0xffffffe0;
if ((bar & 0x3ff) >= 0x100-32 || bar < 0x400)
if (bar < 0x400)
{
panic("FXP","fxp_probe: base address is not properly configured",
NO_NUM);