summaryrefslogtreecommitdiffstats
path: root/sys/pci/pci.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-21 13:59:56 +0000
committerbde <bde@FreeBSD.org>1995-11-21 13:59:56 +0000
commitbd2d8266d1ba3c80e773f16cd31df4ad40e298cf (patch)
tree44d004ec6df8dc6c91b0d1bb86fbbfc81ef072f6 /sys/pci/pci.c
parent24ce87cc75daff742416402eb15baa8a2445fb87 (diff)
downloadFreeBSD-src-bd2d8266d1ba3c80e773f16cd31df4ad40e298cf.zip
FreeBSD-src-bd2d8266d1ba3c80e773f16cd31df4ad40e298cf.tar.gz
Made pci.c compile again. It unfortunately depends on the isa interrupt
interface. Adding prototypes just made the dependency explicit.
Diffstat (limited to 'sys/pci/pci.c')
-rw-r--r--sys/pci/pci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index a14c96f..c776c9a 100644
--- a/sys/pci/pci.c
+++ b/sys/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>
OpenPOWER on IntegriCloud