aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-21 13:59:56 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-21 13:59:56 +0000
commit8be8b2a157dd7e00d4663deb005ce4b0fa409900 (patch)
tree44d004ec6df8dc6c91b0d1bb86fbbfc81ef072f6 /sys/dev/pci
parent512fef80a91b2c843a103b8ec3710497761f172e (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c4
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>