diff options
Diffstat (limited to 'sys/i386/isa/if_isreg.h')
-rw-r--r-- | sys/i386/isa/if_isreg.h | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/sys/i386/isa/if_isreg.h b/sys/i386/isa/if_isreg.h index 7d276a75fcc0..77b261f95bac 100644 --- a/sys/i386/isa/if_isreg.h +++ b/sys/i386/isa/if_isreg.h @@ -11,7 +11,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: if_isreg.h,v 1.3 1993/10/24 04:27:00 paul Exp $ + * $Id: if_isreg.h,v 1.4 1994/01/31 16:00:53 paul Exp $ */ /* @@ -30,8 +30,21 @@ #define NRBUF 8 #define RLEN 3 #define BUFSIZE 1518 -#define RAP 0xe -#define RDP 0xc +#define BICC_RDP 0xc +#define BICC_RAP 0xe +#define NE2100_RDP 0x10 +#define NE2100_RAP 0x12 + +/* Board types */ +#define BICC 1 +#define NE2100 2 + +/* Am7990 or Am79960 */ +#define LANCE 1 +#define LANCE_MASK 0x07 +#define PCnet_ISA 2 +#define PCnet_ISA_MASK 0x0 + /* Control and status register 0 flags */ |