From owner-cvs-all Tue Aug 21 1:46:26 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 407A837B40C; Tue, 21 Aug 2001 01:46:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7L8kK579031; Tue, 21 Aug 2001 01:46:20 -0700 (PDT) (envelope-from imp) Message-Id: <200108210846.f7L8kK579031@freefall.freebsd.org> From: Warner Losh Date: Tue, 21 Aug 2001 01:46:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pci_cfgreg.c X-FreeBSD-CVS-Branch: RELENG_4 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 01:46:20 PDT Modified files: (Branch: RELENG_4) sys/i386/isa pci_cfgreg.c Log: Strip oout the PCIBIOS stuff I merged with pccard stuff for reading/writing the PCI config space. The BIOS routines appear to have too many issues. This leaves the IRQ routing in place, but adds some sanity checking to the IRQ routing (makes sure that the PCI BIOS' version is new enough to support it). Implicit approval by: jkh due to being pccard related Concept approved by: msmith and peter Revision Changes Path 1.1.2.2 +38 -93 src/sys/i386/isa/Attic/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message