diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-12-04 06:49:59 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-12-04 06:49:59 +0000 |
commit | 1553d4263a08b0ccba83ebe39fb5c7719e4d0f31 (patch) | |
tree | 50e3772e6e6192cd50ae4c593a1dfeefdb04ab10 /sys/dev/pcmcia/pcmciadevs | |
parent | 3974175c17abce667adfca8a67e4ec3df6a3a4c2 (diff) |
Add support for another ne2k compatible card, vendor unknown.
Diffstat (limited to 'sys/dev/pcmcia/pcmciadevs')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index a814dc7cb96..7e2e79748ad 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.5 1998/11/05 09:12:52 fgsch Exp $ + $OpenBSD: pcmciadevs,v 1.6 1998/12/04 06:49:58 fgsch Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -53,6 +53,7 @@ vendor SIMPLETECH 0x014d Simple Technology vendor DAYNA 0x0194 Dayna vendor IODATA 0x01bf I-O DATA vendor HAGIWARASYSCOM 0xc012 Hagiwara SYS-COM +vendor UNKNOWN 0x8a01 Unknown /* * List of known products. Grouped by vendor. @@ -119,6 +120,9 @@ product NEWMEDIA BASICS 0x0019 NewMedia BASICS Ethernet /* Standard Microsystems Corporation Products */ product SMC 8016 0x0105 SMC 8016 EtherCard +/* Unknown Product */ +product UNKNOWN ECARD 0x0100 NE2000 Compatible + /* Cards we know only by their cis */ vendor PREMAX -1 Premax vendor PLANET -1 Planet |