From owner-cvs-all Wed Jan 9 16:56: 7 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 B233137B417; Wed, 9 Jan 2002 16:56:02 -0800 (PST) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0A0u2945342; Wed, 9 Jan 2002 16:56:02 -0800 (PST) (envelope-from mdodd) Message-Id: <200201100056.g0A0u2945342@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 9 Jan 2002 16:56:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c pcivar.h X-FreeBSD-CVS-Branch: HEAD 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/09 16:56:02 PST Modified files: sys/dev/pci pci.c pcivar.h Log: 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. Revision Changes Path 1.186 +35 -0 src/sys/dev/pci/pci.c 1.54 +2 -0 src/sys/dev/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message