K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-06-01T19:04:23.000000Z K 7 svn:log V 570 Change the warning message issued if pci_map_port() fails. I think this happens if you have a BIOS with a 'Plug & Play OS' setting and you leave it set to 'Yes.' This is wrong for FreeBSD (and LoseNT): it should be set to 'No.' Apparently it's still possible to map the iobase of the NIC and have the card work by reading the config space manually (which is what the driver does if pci_map_port() fails) but we need to warn the user to do fix their machine anyway. Anyway, warn the user to check the 'Plug & Play OS' setting in their BIOS if mapping the io space fails. END