summaryrefslogtreecommitdiffstats
path: root/sys/dev/ct
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-06-14 11:05:48 +0000
committernyan <nyan@FreeBSD.org>2001-06-14 11:05:48 +0000
commit182f190f2340ffb7541aa50d275c3438e6a935bd (patch)
treeed3c0a7cd03719d7c06a6759dc0f1b282e1f933d /sys/dev/ct
parent246086e8670f36a480f96ff92f15395c1902b240 (diff)
downloadFreeBSD-src-182f190f2340ffb7541aa50d275c3438e6a935bd.zip
FreeBSD-src-182f190f2340ffb7541aa50d275c3438e6a935bd.tar.gz
Moved the wd33c93 specific file to sys/dev/ic.
Diffstat (limited to 'sys/dev/ct')
-rw-r--r--sys/dev/ct/bshw_machdep.c2
-rw-r--r--sys/dev/ct/ct.c2
-rw-r--r--sys/dev/ct/ct_isa.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ct/bshw_machdep.c b/sys/dev/ct/bshw_machdep.c
index 37aebdd..6b375ab 100644
--- a/sys/dev/ct/bshw_machdep.c
+++ b/sys/dev/ct/bshw_machdep.c
@@ -80,7 +80,7 @@
#include <cam/scsi/scsi_low.h>
-#include <i386/isa/ic/wd33c93.h>
+#include <dev/ic/wd33c93reg.h>
#include <dev/ct/ctvar.h>
#include <dev/ct/bshwvar.h>
#endif /* __FreeBSD__ */
diff --git a/sys/dev/ct/ct.c b/sys/dev/ct/ct.c
index a0bb390..71d62f5 100644
--- a/sys/dev/ct/ct.c
+++ b/sys/dev/ct/ct.c
@@ -78,7 +78,7 @@
#include <cam/scsi/scsi_low.h>
-#include <i386/isa/ic/wd33c93.h>
+#include <dev/ic/wd33c93reg.h>
#include <dev/ct/ctvar.h>
#endif /* __FreeBSD__ */
diff --git a/sys/dev/ct/ct_isa.c b/sys/dev/ct/ct_isa.c
index 959a2a8..5ca8006 100644
--- a/sys/dev/ct/ct_isa.c
+++ b/sys/dev/ct/ct_isa.c
@@ -84,7 +84,7 @@
#include <cam/scsi/scsi_low.h>
-#include <i386/isa/ic/wd33c93.h>
+#include <dev/ic/wd33c93reg.h>
#include <dev/ct/ctvar.h>
#include <dev/ct/bshwvar.h>
#endif /* __FreeBSD__ */
OpenPOWER on IntegriCloud