summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 07:20:27 +0000
committerimp <imp@FreeBSD.org>2003-08-22 07:20:27 +0000
commitfdead9512587da3ad5cfe523e152993acb0eb4ca (patch)
tree2617aff9f6c747e7c8d4c7fba6b63c69a1db77d3 /sys/i386/pci
parentbf11908ab77802f7a596c265f4b339a72aa6aa33 (diff)
downloadFreeBSD-src-fdead9512587da3ad5cfe523e152993acb0eb4ca.zip
FreeBSD-src-fdead9512587da3ad5cfe523e152993acb0eb4ca.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/i386/pci')
-rw-r--r--sys/i386/pci/pci_bus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c
index 832516a..3346a8d 100644
--- a/sys/i386/pci/pci_bus.c
+++ b/sys/i386/pci/pci_bus.c
@@ -36,9 +36,9 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/malloc.h>
-#include <pci/pcivar.h>
-#include <pci/pcireg.h>
-#include <pci/pcib_private.h>
+#include <dev/pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcib_private.h>
#include <isa/isavar.h>
#include <machine/legacyvar.h>
#include <machine/pci_cfgreg.h>
OpenPOWER on IntegriCloud