summaryrefslogtreecommitdiffstats
path: root/sys/dev/ncv/ncr53c500.c
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/ncr53c500.c
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/ncr53c500.c')
-rw-r--r--sys/dev/ncv/ncr53c500.c4
1 files changed, 2 insertions, 2 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>
OpenPOWER on IntegriCloud