diff options
author | peter <peter@FreeBSD.org> | 2004-03-13 19:46:27 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2004-03-13 19:46:27 +0000 |
commit | 19c6ef7d3aebe4b96b12da40c369562e21202b5a (patch) | |
tree | e96803c5dd967f7d810a394d169812cdeb0943df /sys/dev/nsp | |
parent | b73a90b15c9490436b4f5a9bd7a833c361d9cba0 (diff) | |
download | FreeBSD-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/nsp')
-rw-r--r-- | sys/dev/nsp/nsp.c | 4 | ||||
-rw-r--r-- | sys/dev/nsp/nsp_pccard.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index 1220075..8fd71702 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 547d126..a908ac0 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> |