freebsd-dev/sys/dev/pci
Bruce Evans f0d47944e2 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.
1995-03-25 21:10:38 +00:00
..
pci.c Restore my changes to initialize the kdc_shutdown routine pointer. Stefan 1995-03-23 06:14:44 +00:00
pcireg.h Completely new PCI code: 1995-03-21 23:01:06 +00:00
pcivar.h Forward-declare kern_devconf for use in a prototype. Some drivers 1995-03-25 21:10:38 +00:00