summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-08-22 07:39:05 +0000
committerimp <imp@FreeBSD.org>2003-08-22 07:39:05 +0000
commit18625a197e29819f4524aba6b1bde9ae86586e34 (patch)
treec69544e45a816922bc862ac893fe98f4cc61ff24 /sys/amd64
parent65a49711039da6da348c954cd96ae2b84049faeb (diff)
downloadFreeBSD-src-18625a197e29819f4524aba6b1bde9ae86586e34.zip
FreeBSD-src-18625a197e29819f4524aba6b1bde9ae86586e34.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/amd64')
-rw-r--r--sys/amd64/pci/pci_bus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c
index 00347e7..0b8fdea 100644
--- a/sys/amd64/pci/pci_bus.c
+++ b/sys/amd64/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