summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-03-31 15:01:35 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-03-31 15:01:35 +0000
commite0d7239956d83d38d9ec0c0ac2b47847f8c30f9c (patch)
tree7296d6e5cbfae4008a590d671b462e9bbf402e1b /sys/dev/pcmcia
parent495695e8a8f61c178796e4b6dd6d4de119c2b515 (diff)
Add support for GVC NIC-2000BT Ethernet adapter.
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r--sys/dev/pcmcia/if_ne_pcmcia.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c
index 46af95933d7..1b43e22680d 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.39 2001/03/29 01:39:33 aaron Exp $ */
+/* $OpenBSD: if_ne_pcmcia.c,v 1.40 2001/03/31 15:01:34 aaron Exp $ */
/* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */
/*
@@ -175,6 +175,10 @@ const struct ne2000dev {
PCMCIA_CIS_TAMARACK_NE2000,
0, -1, { 0x00, 0x47, 0x43 } },
+ { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
+ PCMCIA_CIS_GVC_NIC2000P,
+ 0, 0x0ff0, { 0x00, 0x00, 0xe8 } },
+
/*
* You have to add new entries which contains
* PCMCIA_VENDOR_INVALID and/or PCMCIA_PRODUCT_INVALID
@@ -582,7 +586,7 @@ again:
}
}
if (i == NE2000_NDEVS) {
- printf("%s: can't match ethernet vendor code\n",
+ printf(": can't match ethernet vendor code\n",
dsc->sc_dev.dv_xname);
goto fail_5;
}