From owner-cvs-all Wed Dec 19 0:49:18 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 E4F9F37B405; Wed, 19 Dec 2001 00:49:11 -0800 (PST) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBJ8nB390618; Wed, 19 Dec 2001 00:49:11 -0800 (PST) (envelope-from mdodd) Message-Id: <200112190849.fBJ8nB390618@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 19 Dec 2001 00:49:11 -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 2001/12/19 00:49:11 PST Modified files: sys/dev/pci pci.c pcivar.h Log: Don't put variable declarations in header files, put prototypes. 'pci_devq' provides useful information now. Revision Changes Path 1.183 +2 -0 src/sys/dev/pci/pci.c 1.52 +5 -3 src/sys/dev/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message