From owner-cvs-all Tue Jun 1 12: 4:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1438914D5B; Tue, 1 Jun 1999 12:04:32 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA79945; Tue, 1 Jun 1999 12:04:27 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199906011904.MAA79945@freefall.freebsd.org> From: Bill Paul Date: Tue, 1 Jun 1999 12:04:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/06/01 12:04:26 PDT Modified files: sys/pci if_xl.c Log: 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. Revision Changes Path 1.40 +5 -5 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message