diff options
author | 2001-03-27 10:23:44 +0000 | |
---|---|---|
committer | 2001-03-27 10:23:44 +0000 | |
commit | f188aa2545e2efa8481c17814bc6cd0779fe6954 (patch) | |
tree | a926c6a0e0324607510cfd51ed7f9080ae477993 | |
parent | __weak_alias, __warn_references, __indr_reference are unimplemented now; from d@ (diff) | |
download | wireguard-openbsd-f188aa2545e2efa8481c17814bc6cd0779fe6954.tar.xz wireguard-openbsd-f188aa2545e2efa8481c17814bc6cd0779fe6954.zip |
Add an old 'ne' compatible card from Greycell and the matching data
to if_ne_pcmcia.c. OK mickey@
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 6 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index 1e7cc28a198..2518b84440b 100644 --- a/sys/dev/pcmcia/if_ne_pcmcia.c +++ b/sys/dev/pcmcia/if_ne_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_pcmcia.c,v 1.37 2001/03/13 02:31:37 mickey Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.38 2001/03/27 10:23:44 peter Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -176,6 +176,10 @@ const struct ne2000dev { * product and vendor entries. */ + { PCMCIA_VENDOR_GREYCELL, PCMCIA_PRODUCT_GREYCELL_GCS2000, + PCMCIA_CIS_GREYCELL_GCS2000, + 0, -1, { 0x00, 0x47, 0x43 } }, + { PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_INFOMOVER, PCMCIA_CIS_IBM_INFOMOVER, 0, 0x0ff0, { 0x08, 0x00, 0x5a } }, diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index 289194cc8f3..542e348ddc6 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.52 2001/03/27 07:52:15 mickey Exp $ + $OpenBSD: pcmciadevs,v 1.53 2001/03/27 10:23:44 peter Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -55,6 +55,7 @@ vendor MEGAHERTZ2 0x0128 Megahertz vendor ADAPTEC 0x012f Adaptec vendor QUATECH 0x0137 Quatech vendor COMPAQ 0x0138 Compaq +vendor GREYCELL 0x0143 Grey Cell vendor LINKSYS 0x0149 Linksys vendor SIMPLETECH 0x014d Simple Technology vendor SYMBOL 0x014d Symbol @@ -150,6 +151,9 @@ product FARALLON SKYLINE 0x0a01 SkyLINE Wireless product FUJITSU SCSI600 0x0401 Fujitsu 600 product FUJITSU LA10S 0x1003 Fujitsu CF Ethernet product FUJITSU LA501 0x2000 Fujitsu Towa LA501 + +/* Greycell */ +product GREYCELL GCS2000 0x0201 Grey Cell GCS2000 Gold II Ethernet /* IBM */ product IBM 3270 0x0001 3270 Emulation |