summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg
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/stg
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/stg')
-rw-r--r--sys/dev/stg/tmc18c30.c4
-rw-r--r--sys/dev/stg/tmc18c30_pccard.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c
index b849364..55e8d32 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 ccab15a..347bb02 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>
OpenPOWER on IntegriCloud