Changes from Trevor Mendez <tmendez@bbn.com> to add definitions of a

couple of registers useful for debugging.
This commit is contained in:
cgd 1996-04-23 14:03:46 +00:00
parent fea5e372e6
commit e9bbf69ff6
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: lcareg.h,v 1.1 1995/11/23 02:37:44 cgd Exp $ */
/* $NetBSD: lcareg.h,v 1.2 1996/04/23 14:03:46 cgd Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
@ -45,6 +45,8 @@
#define LCA_IOC_HAE LCA_IOC_BASE /* Host Address Extension */
#define LCA_IOC_CONF (LCA_IOC_BASE + 0x020) /* Configuration Cycle Type */
#define LCA_IOC_STAT0 (LCA_IOC_BASE + 0x040) /* Status 0 */
#define LCA_IOC_STAT1 (LCA_IOC_BASE + 0x060) /* Status 1 */
#define LCA_IOC_W_BASE0 (LCA_IOC_BASE + 0x100) /* Window Base */
#define LCA_IOC_W_MASK0 (LCA_IOC_BASE + 0x140) /* Window Mask */