diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-31 14:27:10 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-31 14:27:10 +0000 |
commit | b43a5bdaf94d6e12abfb88496c484ca642f99ce8 (patch) | |
tree | ec73a59fe8d2c527a4b9bbc3a924c46a64965d76 /sys/dev | |
parent | 56e9a9edb047c4cb1324e9d16feaf4d7c2c775f0 (diff) |
Recognize a GVC NIC-2000BT Ethernet adapter.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index ee1dcbe7964..53f2d1bab65 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.54 2001/03/29 01:35:56 aaron Exp $ + $OpenBSD: pcmciadevs,v 1.55 2001/03/31 14:27:09 aaron Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -359,3 +359,4 @@ product NTT_ME WLAN { "NTT-ME", "11Mbps&spWireless&spLAN&spPC&spCard", NULL, NU product SMC 2632W { "SMC", "SMC2632W", "Version&sp01.02", NULL } product NANOSPEED PRISM2 { "NANOSPEED", "HFA384x/IEEE", "Version&sp01.02", NULL } product CABLETRON ROAMABOUT { "Cabletron", "RoamAbout&sp802.11&spDS", "Version&sp01.01", NULL } +product GVC NIC2000P { "GVC", "NIC-2000p", "ETHERNET", "R01" } |