summaryrefslogtreecommitdiffstats
path: root/sys/dev/amd
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-12-13 22:59:18 +0000
committerscottl <scottl@FreeBSD.org>2002-12-13 22:59:18 +0000
commita109c1e8f852f9627f28cc3d16bc92a8c99793c5 (patch)
treed2f35ef6991e2384a9f7b15809945fd84996c7f8 /sys/dev/amd
parent4f48184fb2c8948c406b21c3f802b5b281cef957 (diff)
downloadFreeBSD-src-a109c1e8f852f9627f28cc3d16bc92a8c99793c5.zip
FreeBSD-src-a109c1e8f852f9627f28cc3d16bc92a8c99793c5.tar.gz
Move the amd(4) driver to it's own directory in preparation for it growing
an sbus front-end.
Diffstat (limited to 'sys/dev/amd')
-rw-r--r--sys/dev/amd/amd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/amd/amd.c b/sys/dev/amd/amd.c
index 7130755..c070dc1 100644
--- a/sys/dev/amd/amd.c
+++ b/sys/dev/amd/amd.c
@@ -76,7 +76,8 @@
#include <pci/pcivar.h>
#include <pci/pcireg.h>
-#include <pci/amd.h>
+
+#include <dev/amd/amd.h>
#define PCI_DEVICE_ID_AMD53C974 0x20201022ul
#define PCI_BASE_ADDR0 0x10
OpenPOWER on IntegriCloud