diff options
author | 1997-07-25 02:29:51 +0000 | |
---|---|---|
committer | 1997-07-25 02:29:51 +0000 | |
commit | 5e3b2dc85c51df1cffecf667c3e235521d5cf84f (patch) | |
tree | 889f953d4a9f6630d9952d0f4ad6243c47385a38 | |
parent | -T to display seconds, from jhawk netbsd-pr#1548 (diff) | |
download | wireguard-openbsd-5e3b2dc85c51df1cffecf667c3e235521d5cf84f.tar.xz wireguard-openbsd-5e3b2dc85c51df1cffecf667c3e235521d5cf84f.zip |
more eisa codes (Jason Wright, netbsd-pr#3853)
-rw-r--r-- | sys/dev/eisa/eisadevs | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisadevs b/sys/dev/eisa/eisadevs index a034bf58f87..a8c53d249eb 100644 --- a/sys/dev/eisa/eisadevs +++ b/sys/dev/eisa/eisadevs @@ -1,5 +1,5 @@ -$OpenBSD: eisadevs,v 1.5 1996/11/28 23:27:38 niklas Exp $ -/* $NetBSD: eisadevs,v 1.10 1996/09/06 18:01:07 thorpej Exp $ */ +$OpenBSD: eisadevs,v 1.6 1997/07/25 02:29:51 mickey Exp $ +$NetBSD: eisadevs,v 1.14 1997/07/12 14:41:05 perry Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -43,6 +43,7 @@ vendor DEC Digital Equipment vendor FSI FORE Systems vendor INT Intel vendor ETI Microdyne +vendor SMC Standard Microsystems Corp. vendor TCM 3Com vendor USC UltraStor @@ -89,6 +90,14 @@ 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 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 +product SMC 0110 Elite32 Ethernet /* UltraStor products */ product USC 0240 24f SCSI |