diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2002-09-28 17:09:20 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2002-09-28 17:09:20 +0000 |
| commit | a531ef1f17b13d7c7b7a1c82ddeadaa41df989bc (patch) | |
| tree | b75e6a7c1e9de58578904e8c76c66822f43ec979 /sys/dev | |
| parent | ffffdcd9c7fd2b4a5e136db06dbf1990efb91382 (diff) | |
Remove MBH10302 register definitions, which is also defined
in dev/ic/mb86960reg.h.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/if_fereg.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/dev/isa/if_fereg.h b/sys/dev/isa/if_fereg.h index cb1b184bd94..d4652635cec 100644 --- a/sys/dev/isa/if_fereg.h +++ b/sys/dev/isa/if_fereg.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_fereg.h,v 1.2 1998/01/05 07:31:09 perry Exp $ */ +/* $NetBSD: if_fereg.h,v 1.3 2002/09/28 17:09:20 tsutsui Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -97,18 +97,3 @@ #define FE_ATI_MODEL_AT1700BT 0x01 #define FE_ATI_MODEL_AT1700FT 0x02 #define FE_ATI_MODEL_AT1700AT 0x03 - -/* - * Registers on MBH10302. - */ - -#define FE_MBH0 0x10 /* ??? Including interrupt. */ -#define FE_MBH1 0x11 /* ??? */ -#define FE_MBH10 0x1A /* Station address. (10 - 15) */ - -/* Values to be set in MBH0 register. */ -#define FE_MBH0_MAGIC 0x0D /* Just a magic constant? */ -#define FE_MBH0_INTR 0x10 /* Master interrupt control. */ - -#define FE_MBH0_INTR_ENABLE 0x10 /* Enable interrupts. */ -#define FE_MBH0_INTR_DISABLE 0x00 /* Disable interrupts. */ |
