From owner-cvs-all Thu Jan 10 4: 8:29 2002 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 25E1237B402; Thu, 10 Jan 2002 04:08:23 -0800 (PST) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0AC8N386351; Thu, 10 Jan 2002 04:08:23 -0800 (PST) (envelope-from mdodd) Message-Id: <200201101208.g0AC8N386351@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 10 Jan 2002 04:08:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c pcivar.h 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 mdodd 2002/01/10 04:08:23 PST Modified files: (Branch: RELENG_4) sys/pci pci.c pcivar.h Log: MFC. Implement 2 small helper functions: pci_find_bsf() - Find a device_t by bus/slot/function. pci_find_device() - Find a device_t by vendor/device ID. Approved by: murray Revision Changes Path 1.141.2.14 +31 -0 src/sys/pci/pci.c 1.41.2.2 +3 -1 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message