diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 2001-03-27 10:23:45 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 2001-03-27 10:23:45 +0000 |
commit | 25d68bdbf68d4a44e7962f5165229a5d9732c3ff (patch) | |
tree | 4cfa0391401015a63a98c8d83a3b707b16652620 /sys/dev/pcmcia/if_ne_pcmcia.c | |
parent | 6e540cdc55bd0c8270efed6d5c460935e444a31f (diff) |
Add an old 'ne' compatible card from Greycell and the matching data
to if_ne_pcmcia.c. OK mickey@
Diffstat (limited to 'sys/dev/pcmcia/if_ne_pcmcia.c')
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 6 |
1 files changed, 5 insertions, 1 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 } }, |