summaryrefslogtreecommitdiffstats
path: root/sys/dev/ncv
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/ncv
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/ncv')
-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
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c
index 5382fdb..947a422 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 ec4129e..d72b5af 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 5ea3a74..cf12288 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
OpenPOWER on IntegriCloud