aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/pci
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2012-03-30 19:10:14 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2012-03-30 19:10:14 +0000
commit435803f3c74a1ce6d22ee308cfcda021216820e9 (patch)
tree161cbbe2aa356e52b3a8f55150dbf79b719a1c47 /sys/x86/pci
parentb64bbced28b50b40639a2526f9a71011c6ce969e (diff)
downloadsrc-435803f3c74a1ce6d22ee308cfcda021216820e9.tar.gz
src-435803f3c74a1ce6d22ee308cfcda021216820e9.zip
Move the legacy(4) driver to x86.
Notes
Notes: svn path=/head/; revision=233707
Diffstat (limited to 'sys/x86/pci')
-rw-r--r--sys/x86/pci/pci_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/pci/pci_bus.c b/sys/x86/pci/pci_bus.c
index 4363e7b5422d..317af3573e0c 100644
--- a/sys/x86/pci/pci_bus.c
+++ b/sys/x86/pci/pci_bus.c
@@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$");
#ifdef CPU_ELAN
#include <machine/md_var.h>
#endif
-#include <machine/legacyvar.h>
+#include <x86/legacyvar.h>
#include <machine/pci_cfgreg.h>
#include <machine/resource.h>