summaryrefslogtreecommitdiffstats
path: root/sys/dev/pst
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 06:42:59 +0000
committerimp <imp@FreeBSD.org>2003-08-22 06:42:59 +0000
commitf13e5622e80cfe17b7f3b93119ae6eebc602341b (patch)
tree31f5332374dc65d2e44da8de4262358515fe66bb /sys/dev/pst
parentc38da559455b8fed81514fb21a458cef8e7c6d6c (diff)
downloadFreeBSD-src-f13e5622e80cfe17b7f3b93119ae6eebc602341b.zip
FreeBSD-src-f13e5622e80cfe17b7f3b93119ae6eebc602341b.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/pst')
-rw-r--r--sys/dev/pst/pst-iop.c4
-rw-r--r--sys/dev/pst/pst-pci.c4
-rw-r--r--sys/dev/pst/pst-raid.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c
index dd372ef..ed4c19d 100644
--- a/sys/dev/pst/pst-iop.c
+++ b/sys/dev/pst/pst-iop.c
@@ -43,8 +43,8 @@
#include <machine/resource.h>
#include <machine/bus.h>
#include <sys/rman.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#include "dev/pst/pst-iop.h"
diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c
index 47272dc..2c4d678 100644
--- a/sys/dev/pst/pst-pci.c
+++ b/sys/dev/pst/pst-pci.c
@@ -43,8 +43,8 @@
#include <machine/resource.h>
#include <machine/bus.h>
#include <sys/rman.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#include "dev/pst/pst-iop.h"
diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c
index 957d3b7..3eaf5cf 100644
--- a/sys/dev/pst/pst-raid.c
+++ b/sys/dev/pst/pst-raid.c
@@ -45,8 +45,8 @@
#include <machine/resource.h>
#include <machine/bus.h>
#include <sys/rman.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
#include <geom/geom_disk.h>
#include "dev/pst/pst-iop.h"
OpenPOWER on IntegriCloud