Date: Sat, 25 Mar 1995 13:10:42 -0800 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pcivar.h Message-ID: <199503252110.NAA10308@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
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 <pci/pcivar.h> without including <sys/devconf.h> and other drivers include <pci/pcivar.h> before including <sys/devconf.h> if certain identifiers are defined. The devconf headers have convoluted interdependencies. <sys/devconf.h> includes <machine/devconf.h> which includes <pci/pcivar.h>. Most drivers include <sys/devconf.h> so even isa drivers depend on <pci/pcivar.h>. For similar reasons, most drivers depend on another pci header, on an isa header and on two scsi headers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503252110.NAA10308>