summaryrefslogtreecommitdiffstats
path: root/sys/dev/ct
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-03-13 19:46:27 +0000
committerpeter <peter@FreeBSD.org>2004-03-13 19:46:27 +0000
commit19c6ef7d3aebe4b96b12da40c369562e21202b5a (patch)
treee96803c5dd967f7d810a394d169812cdeb0943df /sys/dev/ct
parentb73a90b15c9490436b4f5a9bd7a833c361d9cba0 (diff)
downloadFreeBSD-src-19c6ef7d3aebe4b96b12da40c369562e21202b5a.zip
FreeBSD-src-19c6ef7d3aebe4b96b12da40c369562e21202b5a.tar.gz
Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a common
MI area before they proliferate more.
Diffstat (limited to 'sys/dev/ct')
-rw-r--r--sys/dev/ct/bshw_machdep.c4
-rw-r--r--sys/dev/ct/ct.c4
-rw-r--r--sys/dev/ct/ct_isa.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ct/bshw_machdep.c b/sys/dev/ct/bshw_machdep.c
index 9dc6fc1..5528f43 100644
--- a/sys/dev/ct/bshw_machdep.c
+++ b/sys/dev/ct/bshw_machdep.c
@@ -78,8 +78,8 @@ __FBSDID("$FreeBSD$");
#include <machine/clock.h>
#include <machine/md_var.h>
-#include <machine/dvcfg.h>
-#include <machine/physio_proc.h>
+#include <compat/netbsd/dvcfg.h>
+#include <compat/netbsd/physio_proc.h>
#include <cam/scsi/scsi_low.h>
diff --git a/sys/dev/ct/ct.c b/sys/dev/ct/ct.c
index 00ef8c1..cb97ee1 100644
--- a/sys/dev/ct/ct.c
+++ b/sys/dev/ct/ct.c
@@ -76,8 +76,8 @@ __FBSDID("$FreeBSD$");
#ifdef __FreeBSD__
#include <machine/bus.h>
-#include <machine/dvcfg.h>
-#include <machine/physio_proc.h>
+#include <compat/netbsd/dvcfg.h>
+#include <compat/netbsd/physio_proc.h>
#include <cam/scsi/scsi_low.h>
diff --git a/sys/dev/ct/ct_isa.c b/sys/dev/ct/ct_isa.c
index 9592f36..2bebf349 100644
--- a/sys/dev/ct/ct_isa.c
+++ b/sys/dev/ct/ct_isa.c
@@ -81,8 +81,8 @@ __FBSDID("$FreeBSD$");
#include <pc98/pc98/pc98.h>
#include <isa/isavar.h>
-#include <machine/dvcfg.h>
-#include <machine/physio_proc.h>
+#include <compat/netbsd/dvcfg.h>
+#include <compat/netbsd/physio_proc.h>
#include <cam/scsi/scsi_low.h>
OpenPOWER on IntegriCloud