summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 06:00:27 +0000
committerimp <imp@FreeBSD.org>2003-08-22 06:00:27 +0000
commite0b136947339cc11c12147d2c4a670eb851fc932 (patch)
treea1114d7dca03d65ced88d018659a40fc8f1f2261 /sys/dev/ips
parent815966c39bb3c79cdf13077e2b364375d13cf648 (diff)
downloadFreeBSD-src-e0b136947339cc11c12147d2c4a670eb851fc932.zip
FreeBSD-src-e0b136947339cc11c12147d2c4a670eb851fc932.tar.gz
Prefer new location of pci include files (which have only been in the
tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD.
Diffstat (limited to 'sys/dev/ips')
-rw-r--r--sys/dev/ips/ips.h4
-rw-r--r--sys/dev/ips/ips_disk.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h
index 68b41e5..02d58c9 100644
--- a/sys/dev/ips/ips.h
+++ b/sys/dev/ips/ips.h
@@ -45,8 +45,8 @@
#include <sys/rman.h>
#include <machine/resource.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
/*
* IPS CONSTANTS
diff --git a/sys/dev/ips/ips_disk.h b/sys/dev/ips/ips_disk.h
index 6205745..9bc6726 100644
--- a/sys/dev/ips/ips_disk.h
+++ b/sys/dev/ips/ips_disk.h
@@ -46,8 +46,8 @@
#include <sys/rman.h>
#include <machine/resource.h>
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
#define IPS_MAX_IO_SIZE 0x10000
OpenPOWER on IntegriCloud