From owner-freebsd-commit Sat Mar 25 13:10:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA10343 for commit-outgoing; Sat, 25 Mar 1995 13:10:56 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA10328 for cvs-sys-outgoing; Sat, 25 Mar 1995 13:10:53 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA10308; Sat, 25 Mar 1995 13:10:42 -0800 Date: Sat, 25 Mar 1995 13:10:42 -0800 From: Bruce Evans Message-Id: <199503252110.NAA10308@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pcivar.h Sender: commit-owner@FreeBSD.ORG Precedence: bulk bde 95/03/25 13:10:41 Modified: sys/pci pcivar.h Log: Forward-declare kern_devconf for use in a prototype. Some drivers include without including and other drivers include before including if certain identifiers are defined. The devconf headers have convoluted interdependencies. includes which includes . Most drivers include so even isa drivers depend on . For similar reasons, most drivers depend on another pci header, on an isa header and on two scsi headers.