From owner-cvs-all Tue Aug 21 0:53:43 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 8968637B416; Tue, 21 Aug 2001 00:53:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L7rcW69558; Tue, 21 Aug 2001 00:53:38 -0700 (PDT) (envelope-from imp) Message-Id: <200108210753.f7L7rcW69558@freefall.freebsd.org> From: Warner Losh Date: Tue, 21 Aug 2001 00:53:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c src/sys/i386/include/pc bios.h 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 imp 2001/08/21 00:53:38 PDT Modified files: sys/i386/pci pci_cfgreg.c sys/i386/include/pc bios.h Log: The general conesnsus on irc was that pci bios for config registers and such was just a bad idea and one that users should be forced to enable if they want it. This patch introduces a hw.pci.enable_pcibios tunable for those people. This does not impact the pcibios interrupt routing at all. Approved by: peter, msmith Revision Changes Path 1.78 +26 -3 src/sys/i386/pci/pci_cfgreg.c 1.12 +2 -1 src/sys/i386/include/pc/bios.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message