Date: Mon, 20 Aug 2001 20:10:55 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include pci_cfgreg.h src/sys/i386/pci pci_bus.c pci_cfgreg.c Message-ID: <200108210310.f7L3Ato10786@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/08/20 20:10:55 PDT Modified files: sys/i386/include pci_cfgreg.h sys/i386/pci pci_bus.c pci_cfgreg.c Log: Detect a certain type of PCIBIOS brain damage. For some reason, some bios vendors took it apon themselves to "censor" the host->pci bridges from PCIBIOS callers, even when the caller explicitly asks for them. This includes certain Compaq machines (eg: DL360) and some laptops. If we detect this, shut down pcibios and revert to using IO port bashing. Under -current, apcica does a better job anyway. Revision Changes Path 1.5 +3 -1 src/sys/i386/include/pci_cfgreg.h 1.76 +19 -1 src/sys/i386/pci/pci_bus.c 1.77 +14 -1 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108210310.f7L3Ato10786>