From owner-cvs-src Sat Feb 15 18: 2:46 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C51337B406; Sat, 15 Feb 2003 18:02:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4A543FB1; Sat, 15 Feb 2003 18:02:45 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1G22ibv069162; Sat, 15 Feb 2003 18:02:44 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1G22iqn069161; Sat, 15 Feb 2003 18:02:44 -0800 (PST) Message-Id: <200302160202.h1G22iqn069161@repoman.freebsd.org> From: Warner Losh Date: Sat, 15 Feb 2003 18:02:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c pci_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/02/15 18:02:44 PST Modified files: sys/dev/pci pci.c pci_private.h Log: Use rman_get_device rather than rle->resl->r_dev. make pci_hdrtypedata and pci_read_extcap accessible (but maybe in the end we'll make them private again). Revision Changes Path 1.208 +3 -7 src/sys/dev/pci/pci.c 1.5 +3 -1 src/sys/dev/pci/pci_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message