diff options
-rw-r--r-- | sys/dev/eisa/eisadevs.h | 8 | ||||
-rw-r--r-- | sys/dev/eisa/eisadevs_data.h | 27 |
2 files changed, 33 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisadevs.h b/sys/dev/eisa/eisadevs.h index f62eab6381d..eb17dfd49a5 100644 --- a/sys/dev/eisa/eisadevs.h +++ b/sys/dev/eisa/eisadevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: eisadevs,v 1.13 1999/06/23 04:55:09 mickey Exp + * OpenBSD: eisadevs,v 1.14 2000/03/13 20:32:15 maja Exp */ /* @@ -58,6 +58,9 @@ #define EISA_PRODUCT_BUS4202 "BusLogic Bt74xC SCSI" #define EISA_PRODUCT_BUS6301 "BusLogic Bt763E Ethernet" +/* Compaq products */ +#define EISA_PRODUCT_CPQ6101 "Compaq NetFlex-2 ENET-TR" + /* Digital Equipment products */ #define EISA_PRODUCT_DEC4250 "Digital Equipment DE425 Ethernet" #define EISA_PRODUCT_DEC3001 "Digital Equipment DEFEA FDDI Controller" @@ -99,9 +102,12 @@ #define EISA_PRODUCT_HWPC0E1 "Hewlett-Packard EISA System Board" /* 3Com products */ +#define EISA_PRODUCT_TCM5090 "3Com 3C509-TP Ethernet" #define EISA_PRODUCT_TCM5091 "3Com 3C509 Ethernet" #define EISA_PRODUCT_TCM5092 "3Com 3C579-TP Ethernet" #define EISA_PRODUCT_TCM5093 "3Com 3C579 Ethernet" +#define EISA_PRODUCT_TCM5094 "3Com 3C509-Combo Ethernet" +#define EISA_PRODUCT_TCM5095 "3Com 3C509-TPO Ethernet" #define EISA_PRODUCT_TCM5920 "3Com 3C592 Etherlink III" #define EISA_PRODUCT_TCM5970 "3Com 3C597 Fast Etherlink TX" #define EISA_PRODUCT_TCM5971 "3Com 3C597 Fast Etherlink T4" diff --git a/sys/dev/eisa/eisadevs_data.h b/sys/dev/eisa/eisadevs_data.h index d294c9471ff..361df759292 100644 --- a/sys/dev/eisa/eisadevs_data.h +++ b/sys/dev/eisa/eisadevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: eisadevs,v 1.13 1999/06/23 04:55:09 mickey Exp + * OpenBSD: eisadevs,v 1.14 2000/03/13 20:32:15 maja Exp */ /* @@ -99,6 +99,11 @@ struct eisa_knowndev eisa_knowndevs[] = { }, { 0, + "CPQ6101", + EISA_PRODUCT_CPQ6101, + }, + { + 0, "DEC4250", EISA_PRODUCT_DEC4250, }, @@ -219,6 +224,11 @@ struct eisa_knowndev eisa_knowndevs[] = { }, { 0, + "TCM5090", + EISA_PRODUCT_TCM5090, + }, + { + 0, "TCM5091", EISA_PRODUCT_TCM5091, }, @@ -234,6 +244,16 @@ struct eisa_knowndev eisa_knowndevs[] = { }, { 0, + "TCM5094", + EISA_PRODUCT_TCM5094, + }, + { + 0, + "TCM5095", + EISA_PRODUCT_TCM5095, + }, + { + 0, "TCM5920", EISA_PRODUCT_TCM5920, }, @@ -284,6 +304,11 @@ struct eisa_knowndev eisa_knowndevs[] = { }, { EISA_KNOWNDEV_NOPROD, + "CPQ", + "Compaq", + }, + { + EISA_KNOWNDEV_NOPROD, "DEC", "Digital Equipment", }, |