diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-26 01:11:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-26 01:11:57 +0000 |
commit | 5481a864cda1d6232e8383d11227e2402df106e3 (patch) | |
tree | 087702fdf0898359b8f5c3a47903e2b308472dd8 /sys/arch/pc532/dev/ncrreg.h | |
parent | 01abe6560db24d2714b306fbed741fe58c83a6bb (diff) |
update from netbsd tree
Diffstat (limited to 'sys/arch/pc532/dev/ncrreg.h')
-rw-r--r-- | sys/arch/pc532/dev/ncrreg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/pc532/dev/ncrreg.h b/sys/arch/pc532/dev/ncrreg.h index 41c371ba231..41f91fe446f 100644 --- a/sys/arch/pc532/dev/ncrreg.h +++ b/sys/arch/pc532/dev/ncrreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncrreg.h,v 1.2 1995/08/25 07:30:40 phil Exp $ */ +/* $NetBSD: ncrreg.h,v 1.2.2.1 1995/10/19 01:33:12 phil Exp $ */ /* * Copyright (c) 1994 Matthias Pfaller. @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ncrreg.h,v 1.1 1995/10/18 08:51:18 deraadt Exp $ + * $Id: ncrreg.h,v 1.2 1995/10/26 01:11:48 deraadt Exp $ */ #ifndef _NCRREG_H @@ -37,6 +37,7 @@ #define PDMA_ADDRESS ((volatile u_char *) 0xffe00000) #define NCR5380 ((volatile struct ncr5380 *) 0xffd00000) +#define MIN_PHYS 0x20000 struct ncr5380 { volatile u_char regs[8]; /* use only the odd bytes */ |