From a109c1e8f852f9627f28cc3d16bc92a8c99793c5 Mon Sep 17 00:00:00 2001 From: scottl Date: Fri, 13 Dec 2002 22:59:18 +0000 Subject: Move the amd(4) driver to it's own directory in preparation for it growing an sbus front-end. --- sys/dev/amd/amd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/amd/amd.c') 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 #include -#include + +#include #define PCI_DEVICE_ID_AMD53C974 0x20201022ul #define PCI_BASE_ADDR0 0x10 -- cgit v1.1