Add product entries entries for 3c592, 3c597 (Demon).
(Assume revision zero until proof to the contrary.)
This commit is contained in:
parent
7190ad9936
commit
ac06c9aae3
@ -1,4 +1,4 @@
|
||||
$NetBSD: eisadevs,v 1.10 1996/09/06 18:01:07 thorpej Exp $
|
||||
$NetBSD: eisadevs,v 1.11 1997/02/16 20:01:14 jonathan Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Christopher G. Demetriou
|
||||
@ -88,6 +88,8 @@ product ETI 1001 NE3300 Ethernet Rev. C & D
|
||||
product TCM 5091 3C509 Ethernet
|
||||
product TCM 5092 3C579-TP Ethernet
|
||||
product TCM 5093 3C579 Ethernet
|
||||
product TCM 5920 3C592 Ethernet /* XXX low-order bit*/
|
||||
product TCM 5970 3C592 Fast Ethernet /* XXX low-order bit*/
|
||||
|
||||
/* UltraStor products */
|
||||
product USC 0240 24f SCSI
|
||||
|
@ -79,6 +79,8 @@
|
||||
#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 Ethernet /* XXX low-order bit*/"
|
||||
#define EISA_PRODUCT_TCM5970 "3Com 3C592 Fast Ethernet /* XXX low-order bit*/"
|
||||
|
||||
/* UltraStor products */
|
||||
#define EISA_PRODUCT_USC0240 "UltraStor 24f SCSI"
|
||||
|
@ -157,6 +157,16 @@ struct eisa_knowndev eisa_knowndevs[] = {
|
||||
"TCM5093",
|
||||
EISA_PRODUCT_TCM5093,
|
||||
},
|
||||
{
|
||||
0,
|
||||
"TCM5920",
|
||||
EISA_PRODUCT_TCM5920,
|
||||
},
|
||||
{
|
||||
0,
|
||||
"TCM5970",
|
||||
EISA_PRODUCT_TCM5970,
|
||||
},
|
||||
{
|
||||
0,
|
||||
"USC0240",
|
||||
|
Loading…
Reference in New Issue
Block a user