Recognize a 3Com 3c509 Combo configured in EISA mode. Fixes PR kern/8234
by Thomas Pfaff.
This commit is contained in:
parent
4ea05d6101
commit
93f86e5ed5
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: eisadevs,v 1.15 1998/07/01 21:57:32 kleink Exp $
|
$NetBSD: eisadevs,v 1.16 1999/08/19 08:06:31 tron Exp $
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
||||||
|
@ -95,6 +95,7 @@ product ETI 1001 NE3300 Ethernet Rev. C & D
|
||||||
product TCM 5091 3C509 Ethernet
|
product TCM 5091 3C509 Ethernet
|
||||||
product TCM 5092 3C579-TP Ethernet
|
product TCM 5092 3C579-TP Ethernet
|
||||||
product TCM 5093 3C579 Ethernet
|
product TCM 5093 3C579 Ethernet
|
||||||
|
product TCM 5094 3C509 Ethernet Combo
|
||||||
product TCM 5920 3C592 Etherlink III
|
product TCM 5920 3C592 Etherlink III
|
||||||
product TCM 5970 3C597 Fast Etherlink TX
|
product TCM 5970 3C597 Fast Etherlink TX
|
||||||
product TCM 5971 3C597 Fast Etherlink T4
|
product TCM 5971 3C597 Fast Etherlink T4
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: if_ep_eisa.c,v 1.20 1999/04/13 22:34:05 jonathan Exp $ */
|
/* $NetBSD: if_ep_eisa.c,v 1.21 1999/08/19 08:06:31 tron Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
|
@ -146,6 +146,8 @@ struct ep_eisa_product {
|
||||||
0, EISA_PRODUCT_TCM5092 },
|
0, EISA_PRODUCT_TCM5092 },
|
||||||
{ "TCM5093", ELINK_CHIPSET_3C509,
|
{ "TCM5093", ELINK_CHIPSET_3C509,
|
||||||
0, EISA_PRODUCT_TCM5093 },
|
0, EISA_PRODUCT_TCM5093 },
|
||||||
|
{ "TCM5094", ELINK_CHIPSET_3C509,
|
||||||
|
0, EISA_PRODUCT_TCM5094 },
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note: The 3c597 Fast Etherlink MII (TCM5972) is an
|
* Note: The 3c597 Fast Etherlink MII (TCM5972) is an
|
||||||
|
|
Loading…
Reference in New Issue