aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/eisa
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-14 07:14:17 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-14 07:14:17 +0000
commitc5191a983c014b7f4cec5f3475a3a3c81616cc3d (patch)
treec411edaf77694e7f7a52f245400fb98e013906f5 /sys/dev/eisa
parentcfc5d9f44ec7a779c0dd038f1034a57d2a37880a (diff)
downloadsrc-c5191a983c014b7f4cec5f3475a3a3c81616cc3d.tar.gz
src-c5191a983c014b7f4cec5f3475a3a3c81616cc3d.zip
Pre 4.0 tidy up.
Collect together the components of several drivers and export eisa from the i386-only area (It's not, it's on some alphas too). The code hasn't been updated to work on the Alpha yet, but that can come later. Repository copies were done a while ago. Moving these now keeps them in consistant place across the 4.x series as the newbusification progresses. Submitted by: mdodd
Notes
Notes: svn path=/head/; revision=55953
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r--sys/dev/eisa/eisaconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c
index 59f553a1170f..1e9dcda367ba 100644
--- a/sys/dev/eisa/eisaconf.c
+++ b/sys/dev/eisa/eisaconf.c
@@ -46,7 +46,7 @@
#include <machine/resource.h>
#include <sys/rman.h>
-#include <i386/eisa/eisaconf.h>
+#include <dev/eisa/eisaconf.h>
typedef struct resvaddr {
u_long addr; /* start address */