aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-03-13 19:46:27 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-03-13 19:46:27 +0000
commit73f3495386ed2eae04b69ccc9cf24c26671962d7 (patch)
treee96803c5dd967f7d810a394d169812cdeb0943df /sys/dev
parentf502c2725ee1c2c707e2afe59cb1c2302f443fff (diff)
Notes
Diffstat (limited to 'sys/dev')
-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
-rw-r--r--sys/dev/ncv/ncr53c500.c4
-rw-r--r--sys/dev/ncv/ncr53c500_pccard.c2
-rw-r--r--sys/dev/ncv/ncr53c500hw.h2
-rw-r--r--sys/dev/nsp/nsp.c4
-rw-r--r--sys/dev/nsp/nsp_pccard.c2
-rw-r--r--sys/dev/stg/tmc18c30.c4
-rw-r--r--sys/dev/stg/tmc18c30_pccard.c2
10 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/ct/bshw_machdep.c b/sys/dev/ct/bshw_machdep.c
index 9dc6fc1f61d09..5528f439f1ce1 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 00ef8c103d1a7..cb97ee18988f9 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 9592f36e02a18..2bebf349d40f2 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>
diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c
index 5382fdb2d2a7b..947a422c50840 100644
--- a/sys/dev/ncv/ncr53c500.c
+++ b/sys/dev/ncv/ncr53c500.c
@@ -79,8 +79,8 @@ __FBSDID("$FreeBSD$");
#include <machine/bus_pio.h>
#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/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c
index ec4129ee706a4..d72b5afc022c7 100644
--- a/sys/dev/ncv/ncr53c500_pccard.c
+++ b/sys/dev/ncv/ncr53c500_pccard.c
@@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/bus_pio.h>
-#include <machine/dvcfg.h>
+#include <compat/netbsd/dvcfg.h>
#include <sys/device_port.h>
diff --git a/sys/dev/ncv/ncr53c500hw.h b/sys/dev/ncv/ncr53c500hw.h
index 5ea3a7433ced7..cf12288555157 100644
--- a/sys/dev/ncv/ncr53c500hw.h
+++ b/sys/dev/ncv/ncr53c500hw.h
@@ -36,7 +36,7 @@
#ifndef __NCR53C500HW_H_
#define __NCR53C500HW_H_
-#include <machine/dvcfg.h>
+#include <compat/netbsd/dvcfg.h>
#define NCV_HOSTID 7
#define NCV_NTARGETS 8
diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c
index 122007566b277..8fd7170214089 100644
--- a/sys/dev/nsp/nsp.c
+++ b/sys/dev/nsp/nsp.c
@@ -79,8 +79,8 @@ __FBSDID("$FreeBSD$");
#include <machine/bus_memio.h>
#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>
#include <dev/nsp/nspreg.h>
diff --git a/sys/dev/nsp/nsp_pccard.c b/sys/dev/nsp/nsp_pccard.c
index 547d126e6cc43..a908ac0f9cd5c 100644
--- a/sys/dev/nsp/nsp_pccard.c
+++ b/sys/dev/nsp/nsp_pccard.c
@@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <machine/bus.h>
-#include <machine/dvcfg.h>
+#include <compat/netbsd/dvcfg.h>
#include <sys/device_port.h>
diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c
index b84936408de5a..55e8d3287e148 100644
--- a/sys/dev/stg/tmc18c30.c
+++ b/sys/dev/stg/tmc18c30.c
@@ -77,8 +77,8 @@ __FBSDID("$FreeBSD$");
#include <machine/bus_pio.h>
#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>
#include <dev/stg/tmc18c30reg.h>
diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c
index ccab15a8923f4..347bb02376453 100644
--- a/sys/dev/stg/tmc18c30_pccard.c
+++ b/sys/dev/stg/tmc18c30_pccard.c
@@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/bus_pio.h>
-#include <machine/dvcfg.h>
+#include <compat/netbsd/dvcfg.h>
#include <sys/device_port.h>