From owner-cvs-all Mon Aug 20 20:11: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EEC737B408; Mon, 20 Aug 2001 20:10:55 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L3Ato10786; Mon, 20 Aug 2001 20:10:55 -0700 (PDT) (envelope-from peter) Message-Id: <200108210310.f7L3Ato10786@freefall.freebsd.org> From: Peter Wemm Date: Mon, 20 Aug 2001 20:10:55 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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