diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-21 13:59:56 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-21 13:59:56 +0000 |
| commit | 8be8b2a157dd7e00d4663deb005ce4b0fa409900 (patch) | |
| tree | 44d004ec6df8dc6c91b0d1bb86fbbfc81ef072f6 /sys/dev/pci | |
| parent | 512fef80a91b2c843a103b8ec3710497761f172e (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index a14c96f6e93f..c776c9aee497 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.32 1995/10/02 13:43:11 davidg Exp $ +** $Id: pci.c,v 1.33 1995/11/20 12:42:23 phk Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -63,6 +63,8 @@ #include <machine/pmap.h> #include <sys/devconf.h> +#include <i386/isa/isa_device.h> /* XXX inthand2_t */ + #include <pci/pcivar.h> #include <pci/pcireg.h> #include <pci/pcibus.h> |
