From d2544b2958464797324149b2ebe4df3e15bd80b9 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 25 Jul 1997 02:31:31 +0000 Subject: updated from eisadevs --- sys/dev/eisa/eisadevs.h | 12 ++++++++++-- sys/dev/eisa/eisadevs_data.h | 39 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 47 insertions(+), 4 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/eisa/eisadevs.h b/sys/dev/eisa/eisadevs.h index ebc6558ca97..ecb310b05e2 100644 --- a/sys/dev/eisa/eisadevs.h +++ b/sys/dev/eisa/eisadevs.h @@ -2,9 +2,9 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: eisadevs,v 1.4 1996/05/26 00:26:53 deraadt Exp + * OpenBSD: eisadevs,v 1.6 1997/07/25 02:29:51 mickey Exp */ -/* $NetBSD: eisadevs,v 1.10 1996/09/06 18:01:07 thorpej Exp $ */ +$NetBSD: eisadevs,v 1.14 1997/07/12 14:41:05 perry Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -80,6 +80,14 @@ #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_TCM5920 "3Com 3C592 Etherlink III" +#define EISA_PRODUCT_TCM5970 "3Com 3C597 Fast Etherlink TX" +#define EISA_PRODUCT_TCM5971 "3Com 3C597 Fast Etherlink T4" +#define EISA_PRODUCT_TCM5972 "3Com 3C597 Fast Etherlink MII" + +/* Standard Microsystems (SMC) */ +#define EISA_PRODUCT_SMC8010 "Standard Microsystems Corp. Ethercard Elite32C Ultra" +#define EISA_PRODUCT_SMC0110 "Standard Microsystems Corp. Elite32 Ethernet" /* UltraStor products */ #define EISA_PRODUCT_USC0240 "UltraStor 24f SCSI" diff --git a/sys/dev/eisa/eisadevs_data.h b/sys/dev/eisa/eisadevs_data.h index 01a0b474c0b..cafb9d8e264 100644 --- a/sys/dev/eisa/eisadevs_data.h +++ b/sys/dev/eisa/eisadevs_data.h @@ -2,9 +2,9 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: eisadevs,v 1.4 1996/05/26 00:26:53 deraadt Exp + * OpenBSD: eisadevs,v 1.6 1997/07/25 02:29:51 mickey Exp */ -/* $NetBSD: eisadevs,v 1.10 1996/09/06 18:01:07 thorpej Exp $ */ +$NetBSD: eisadevs,v 1.14 1997/07/12 14:41:05 perry Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -158,6 +158,36 @@ struct eisa_knowndev eisa_knowndevs[] = { "TCM5093", EISA_PRODUCT_TCM5093, }, + { + 0, + "TCM5920", + EISA_PRODUCT_TCM5920, + }, + { + 0, + "TCM5970", + EISA_PRODUCT_TCM5970, + }, + { + 0, + "TCM5971", + EISA_PRODUCT_TCM5971, + }, + { + 0, + "TCM5972", + EISA_PRODUCT_TCM5972, + }, + { + 0, + "SMC8010", + EISA_PRODUCT_SMC8010, + }, + { + 0, + "SMC0110", + EISA_PRODUCT_SMC0110, + }, { 0, "USC0240", @@ -198,6 +228,11 @@ struct eisa_knowndev eisa_knowndevs[] = { "ETI", "Microdyne", }, + { + EISA_KNOWNDEV_NOPROD, + "SMC", + "Standard Microsystems Corp.", + }, { EISA_KNOWNDEV_NOPROD, "TCM", -- cgit v1.2.3