From owner-cvs-all Sun May 28 9:36: 4 2000 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 20C3437BAC0; Sun, 28 May 2000 09:35:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA86358; Sun, 28 May 2000 09:35:58 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200005281635.JAA86358@freefall.freebsd.org> From: Peter Wemm Date: Sun, 28 May 2000 09:35:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/pci pci.c pci_compat.c pcireg.h pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/05/28 09:35:58 PDT Modified files: sys/conf files sys/pci pci.c pci_compat.c pcireg.h pcivar.h Log: Encapsulate the old PCI compatability support and APIs completely under "options COMPAT_OLDPCI". This option already existed, but now also tidies up the declarations in #include . It is amazing how much stuff was using the old pre-FreeBSD 3.x names and going silently undetected. Revision Changes Path 1.369 +3 -2 src/sys/conf/files 1.152 +3 -105 src/sys/pci/pci.c 1.37 +97 -5 src/sys/pci/pci_compat.c 1.25 +8 -7 src/sys/pci/pcireg.h 1.45 +14 -14 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message