Subject: kern/14298: wireless LAN PCMCIA device corega PCCB-11 entry lack
To: None <gnats-bugs@gnats.netbsd.org>
From: None <kazuhiko_takai@anet.ne.jp>
List: netbsd-bugs
Date: 10/19/2001 06:04:01
>Number: 14298
>Category: kern
>Synopsis: wireless LAN PCMCIA device corega PCCB-11 entry lack
>Confidential: no
>Severity: non-critical
>Priority: high
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Oct 19 06:05:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Kazuhiko Takai
>Release: -current 2001-oct-14
>Organization:
none
>Environment:
NetBSD asus.takai.net 1.5Y NetBSD 1.5Y (FIRSTKISS) #7: Fri Oct 19 21:29:49 JST 2001 root@asus.takai.net:/home/src/current/src/sys/arch/i386/compile/FIRSTKISS i386
>Description:
corega PCCB-11 is wireless LAN PCMCIA device. pcmciadevs and if_wi_pcmcia.c do not include its entry then it cannot be configured.
>How-To-Repeat:
insert PCCB-11 and you can see it easy.
>Fix:
--- pcmciadevs.orig Tue Oct 9 19:47:11 2001
+++ pcmciadevs Fri Oct 19 21:26:15 2001
@@ -341,6 +341,7 @@
product COREGA FETHER_PCC_TXF { "corega", "FEther&spPCC-TXF", NULL, NULL } Corega FEther PCC-TXF
product COREGA WIRELESS_LAN_PCC_11 { "corega&spK.K.", "Wireless&spLAN&spPCC-11", NULL, NULL } Corega Wireless LAN PCC-11
product COREGA WIRELESS_LAN_PCCA_11 { "corega&spK.K.", "Wireless&spLAN&spPCCA-11", NULL, NULL } Corega Wireless LAN PCCA-11
+product COREGA WIRELESS_LAN_PCCB_11 { "corega_K.K.", "Wireless_LAN_PCCB-11", NULL, NULL } Corega Wireless LAN PCCB-11
product DIGITAL DEPCMXX { "DIGITAL", "DEPCM-XX", NULL, NULL } DEC DEPCM-BA
product DLINK DE650 { "D-Link", "DE-650", NULL, NULL } D-Link DE-650
product DLINK DE660 { "D-Link", "DE-660", NULL, NULL } D-Link DE-660
--- if_wi_pcmcia.c Tue Sep 18 20:21:18 2001
+++ if_wi_pcmcia.c.kt Sun Oct 7 19:35:28 2001
@@ -120,6 +120,11 @@
PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCA_11,
PCMCIA_STR_COREGA_WIRELESS_LAN_PCCA_11 },
+ { PCMCIA_VENDOR_COREGA,
+ PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCCB_11,
+ PCMCIA_CIS_COREGA_WIRELESS_LAN_PCCB_11,
+ PCMCIA_STR_COREGA_WIRELESS_LAN_PCCB_11 },
+
{ PCMCIA_VENDOR_INTERSIL,
PCMCIA_PRODUCT_INTERSIL_PRISM2,
PCMCIA_CIS_INTERSIL_PRISM2,
>Release-Note:
>Audit-Trail:
>Unformatted: