diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2004-03-13 19:46:27 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2004-03-13 19:46:27 +0000 |
| commit | 73f3495386ed2eae04b69ccc9cf24c26671962d7 (patch) | |
| tree | e96803c5dd967f7d810a394d169812cdeb0943df /sys/dev/ncv | |
| parent | f502c2725ee1c2c707e2afe59cb1c2302f443fff (diff) | |
Notes
Diffstat (limited to 'sys/dev/ncv')
| -rw-r--r-- | sys/dev/ncv/ncr53c500.c | 4 | ||||
| -rw-r--r-- | sys/dev/ncv/ncr53c500_pccard.c | 2 | ||||
| -rw-r--r-- | sys/dev/ncv/ncr53c500hw.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c index 5382fdb2d2a7..947a422c5084 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 ec4129ee706a..d72b5afc022c 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 5ea3a7433ced..cf1228855515 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 |
