From 5743b8e66ea822a3ab8cfecf94e8d6eef1df5037 Mon Sep 17 00:00:00 2001 From: maja Date: Mon, 13 Mar 2000 20:33:39 +0000 Subject: [PATCH] sync. -moj --- sys/dev/eisa/eisadevs.h | 8 +++++++- 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 */ /* @@ -97,6 +97,11 @@ struct eisa_knowndev eisa_knowndevs[] = { "BUS6301", EISA_PRODUCT_BUS6301, }, + { + 0, + "CPQ6101", + EISA_PRODUCT_CPQ6101, + }, { 0, "DEC4250", @@ -217,6 +222,11 @@ struct eisa_knowndev eisa_knowndevs[] = { "HWPC0E1", EISA_PRODUCT_HWPC0E1, }, + { + 0, + "TCM5090", + EISA_PRODUCT_TCM5090, + }, { 0, "TCM5091", @@ -232,6 +242,16 @@ struct eisa_knowndev eisa_knowndevs[] = { "TCM5093", EISA_PRODUCT_TCM5093, }, + { + 0, + "TCM5094", + EISA_PRODUCT_TCM5094, + }, + { + 0, + "TCM5095", + EISA_PRODUCT_TCM5095, + }, { 0, "TCM5920", @@ -282,6 +302,11 @@ struct eisa_knowndev eisa_knowndevs[] = { "BUS", "BusLogic", }, + { + EISA_KNOWNDEV_NOPROD, + "CPQ", + "Compaq", + }, { EISA_KNOWNDEV_NOPROD, "DEC", -- 2.20.1