summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips/ips_pci.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-11-29 09:39:41 +0000
committerscottl <scottl@FreeBSD.org>2005-11-29 09:39:41 +0000
commit1f0c68ec7f53b7d25d3843ad0dcda4f384160de8 (patch)
tree2e9b50de25fb032ef39c47b9dfb6b562c1a37761 /sys/dev/ips/ips_pci.c
parent8ec6103050ddca35beb6617eea771c75642cc225 (diff)
downloadFreeBSD-src-1f0c68ec7f53b7d25d3843ad0dcda4f384160de8.zip
FreeBSD-src-1f0c68ec7f53b7d25d3843ad0dcda4f384160de8.tar.gz
Separate the hardware definitions into ipsreg.h so they can be used by
future userland tools.
Diffstat (limited to 'sys/dev/ips/ips_pci.c')
-rw-r--r--sys/dev/ips/ips_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c
index 569c60f..167c08c 100644
--- a/sys/dev/ips/ips_pci.c
+++ b/sys/dev/ips/ips_pci.c
@@ -29,8 +29,12 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <dev/ips/ipsreg.h>
#include <dev/ips/ips.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+
static int ips_pci_free(ips_softc_t *sc);
static void ips_intrhook(void *arg);
OpenPOWER on IntegriCloud