Regen.
This commit is contained in:
parent
e1e89fe37b
commit
b2b02e6893
|
@ -2,7 +2,7 @@
|
|||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: eisadevs,v 1.8 1996/05/20 00:52:53 thorpej Exp
|
||||
* NetBSD: eisadevs,v 1.9 1996/07/25 20:22:16 thorpej Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -64,6 +64,14 @@
|
|||
#define EISA_PRODUCT_DEC3003 "Digital Equipment DEFEA FDDI Controller"
|
||||
#define EISA_PRODUCT_DEC3004 "Digital Equipment DEFEA FDDI Controller"
|
||||
|
||||
/* FORE Systems products */
|
||||
#define EISA_PRODUCT_FSI2001 "FORE Systems ESA-200 ATM"
|
||||
#define EISA_PRODUCT_FSI2002 "FORE Systems ESA-200A ATM"
|
||||
#define EISA_PRODUCT_FSI2003 "FORE Systems ESA-200E ATM"
|
||||
|
||||
/* Intel products */
|
||||
#define EISA_PRODUCT_INT1010 "Intel EtherExpress 32 Flash Ethernet"
|
||||
|
||||
/* 3Com products */
|
||||
#define EISA_PRODUCT_TCM5091 "3Com 3C509 Ethernet"
|
||||
#define EISA_PRODUCT_TCM5092 "3Com 3C579-TP Ethernet"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: eisadevs,v 1.8 1996/05/20 00:52:53 thorpej Exp
|
||||
* NetBSD: eisadevs,v 1.9 1996/07/25 20:22:16 thorpej Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -117,6 +117,26 @@ struct eisa_knowndev eisa_knowndevs[] = {
|
|||
"DEC3004",
|
||||
EISA_PRODUCT_DEC3004,
|
||||
},
|
||||
{
|
||||
0,
|
||||
"FSI2001",
|
||||
EISA_PRODUCT_FSI2001,
|
||||
},
|
||||
{
|
||||
0,
|
||||
"FSI2002",
|
||||
EISA_PRODUCT_FSI2002,
|
||||
},
|
||||
{
|
||||
0,
|
||||
"FSI2003",
|
||||
EISA_PRODUCT_FSI2003,
|
||||
},
|
||||
{
|
||||
0,
|
||||
"INT1010",
|
||||
EISA_PRODUCT_INT1010,
|
||||
},
|
||||
{
|
||||
0,
|
||||
"TCM5091",
|
||||
|
@ -157,6 +177,16 @@ struct eisa_knowndev eisa_knowndevs[] = {
|
|||
"DEC",
|
||||
"Digital Equipment",
|
||||
},
|
||||
{
|
||||
EISA_KNOWNDEV_NOPROD,
|
||||
"FSI",
|
||||
"FORE Systems",
|
||||
},
|
||||
{
|
||||
EISA_KNOWNDEV_NOPROD,
|
||||
"INT",
|
||||
"Intel",
|
||||
},
|
||||
{
|
||||
EISA_KNOWNDEV_NOPROD,
|
||||
"TCM",
|
||||
|
|
Loading…
Reference in New Issue