From owner-cvs-all Tue Feb 27 15:13:27 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 8D7B637B719; Tue, 27 Feb 2001 15:13:21 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RNDLE61804; Tue, 27 Feb 2001 15:13:21 -0800 (PST) (envelope-from peter) Message-Id: <200102272313.f1RNDLE61804@freefall.freebsd.org> From: Peter Wemm Date: Tue, 27 Feb 2001 15:13:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c pci_if.m pcivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/02/27 15:13:21 PST Modified files: sys/dev/pci pci.c pci_if.m pcivar.h Log: Slightly reimplement some recently added helper functions as methods, so that drivers are not reaching into the internals of the pci bus. There are no driver changes, the public interface is the same. Revision Changes Path 1.175 +47 -30 src/sys/dev/pci/pci.c 1.4 +34 -1 src/sys/dev/pci/pci_if.m 1.51 +35 -7 src/sys/dev/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message