This commit is contained in:
thorpej 1996-05-20 00:40:45 +00:00
parent 914ca91332
commit 0f38740b1c
2 changed files with 27 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: eisadevs,v 1.5 1996/05/17 19:27:48 mycroft Exp
* NetBSD: eisadevs,v 1.7 1996/05/20 00:39:55 thorpej Exp
*/
/*
@ -59,7 +59,10 @@
/* Digital Equipment products */
#define EISA_PRODUCT_DEC4250 "Digital Equipment DE425 Ethernet"
/* ??? DEC DEFEA */
#define EISA_PRODUCT_DEC3001 "Digital Equipment DEFEA FDDI Controller"
#define EISA_PRODUCT_DEC3002 "Digital Equipment DEFEA FDDI Controller"
#define EISA_PRODUCT_DEC3003 "Digital Equipment DEFEA FDDI Controller"
#define EISA_PRODUCT_DEC3004 "Digital Equipment DEFEA FDDI Controller"
/* 3Com products */
#define EISA_PRODUCT_TCM5091 "3Com 3C509 Ethernet"
@ -67,4 +70,4 @@
#define EISA_PRODUCT_TCM5093 "3Com 3C579 Ethernet"
/* UltraStor products */
#define EISA_PRODUCT_USC0240 "UltraStor 24f SCSI"
#define EISA_PRODUCT_USC0240 "24f SCSI"

View File

@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: eisadevs,v 1.5 1996/05/17 19:27:48 mycroft Exp
* NetBSD: eisadevs,v 1.7 1996/05/20 00:39:55 thorpej Exp
*/
/*
@ -97,6 +97,26 @@ struct eisa_knowndev eisa_knowndevs[] = {
"DEC4250",
EISA_PRODUCT_DEC4250,
},
{
0,
"DEC3001",
EISA_PRODUCT_DEC3001,
},
{
0,
"DEC3002",
EISA_PRODUCT_DEC3002,
},
{
0,
"DEC3003",
EISA_PRODUCT_DEC3003,
},
{
0,
"DEC3004",
EISA_PRODUCT_DEC3004,
},
{
0,
"TCM5091",
@ -142,10 +162,5 @@ struct eisa_knowndev eisa_knowndevs[] = {
"TCM",
"3Com",
},
{
EISA_KNOWNDEV_NOPROD,
"USC",
"UltraStor",
},
{ 0, NULL, NULL, }
};