diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-03-13 20:32:16 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-03-13 20:32:16 +0000 |
commit | 60bd770d3e6bf85d7e029d9d17ecfabfa0975c12 (patch) | |
tree | dd95557cae3ed6190310c5f04a1a504151abb453 /sys | |
parent | 59d29d5e9111f00d0a266c2a7ebe7f3c8bc52ed2 (diff) |
Add some ethernet cards. William Yodlowsky <wyodlows@route1.nj.devry.edu> and me. -moj
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/eisa/eisadevs | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sys/dev/eisa/eisadevs b/sys/dev/eisa/eisadevs index 3403431bd49..4c091c9b257 100644 --- a/sys/dev/eisa/eisadevs +++ b/sys/dev/eisa/eisadevs @@ -1,4 +1,4 @@ -$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 $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -38,6 +38,7 @@ $OpenBSD: eisadevs,v 1.13 1999/06/23 04:55:09 mickey Exp $ vendor ADP Adaptec vendor AMI AMI vendor BUS BusLogic +vendor CPQ Compaq vendor DEC Digital Equipment vendor DTI DeskStation Technology, Inc. vendor FSI FORE Systems @@ -73,6 +74,9 @@ product BUS 4201 Bt74xB SCSI product BUS 4202 Bt74xC SCSI product BUS 6301 Bt763E Ethernet +/* Compaq products */ +product CPQ 6101 NetFlex-2 ENET-TR + /* Digital Equipment products */ product DEC 4250 DE425 Ethernet product DEC 3001 DEFEA FDDI Controller @@ -114,13 +118,16 @@ product HWP C0D1 EISA System Board product HWP C0E1 EISA System Board /* 3Com products */ +product TCM 5090 3C509-TP Ethernet product TCM 5091 3C509 Ethernet product TCM 5092 3C579-TP Ethernet product TCM 5093 3C579 Ethernet -product TCM 5920 3C592 Etherlink III -product TCM 5970 3C597 Fast Etherlink TX -product TCM 5971 3C597 Fast Etherlink T4 -product TCM 5972 3C597 Fast Etherlink MII +product TCM 5094 3C509-Combo Ethernet +product TCM 5095 3C509-TPO Ethernet +product TCM 5920 3C592 Etherlink III +product TCM 5970 3C597 Fast Etherlink TX +product TCM 5971 3C597 Fast Etherlink T4 +product TCM 5972 3C597 Fast Etherlink MII /* Standard Microsystems (SMC) */ product SMC 8010 Ethercard Elite32C Ultra |