aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/ahc_eisa.c
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/aic7xxx/ahc_eisa.c
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/aic7xxx/ahc_eisa.c')
-rw-r--r--sys/dev/aic7xxx/ahc_eisa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/ahc_eisa.c b/sys/dev/aic7xxx/ahc_eisa.c
index e98be7d3a3d5..c8805feb2320 100644
--- a/sys/dev/aic7xxx/ahc_eisa.c
+++ b/sys/dev/aic7xxx/ahc_eisa.c
@@ -43,7 +43,7 @@
#include <machine/resource.h>
#include <sys/rman.h>
-#include <i386/eisa/eisaconf.h>
+#include <dev/eisa/eisaconf.h>
#include <cam/cam.h>
#include <cam/cam_ccb.h>