Subject: kern/30231: wi pcmcia card add
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <matze@matzsoft.de>
List: netbsd-bugs
Date: 05/14/2005 20:50:00
Note: There was a bad value `' for the field `Confidential'.
It was set to the default value of `yes'.
>Number: 30231
>Category: kern
>Synopsis: wi pcmcia card add
>Confidential: yes
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat May 14 20:50:00 +0000 2005
>Originator: Mathias Menzel-Nielsen
>Release: NetBSD 2.0.2_STABLE
>Organization:
>Environment:
System: NetBSD netzteufel 2.0.2_STABLE NetBSD 2.0.2_STABLE (GENERIC_LAPTOP) #0: Wed May 11 04:17:56 CEST 2005 matze@netzteufel:/usr/src/sys/arch/i386/compile/GENERIC_LAPTOP i386
Architecture: i386
Machine: i386
>Description:
The PCMCIA Card "Alvarion BREEZENET" is a compatible device for wi-driver but not listed in pcmciadevs
>How-To-Repeat:
>Fix:
Here is the patch to add it:
--- pcmcia/pcmciadevs 2005-05-15 00:10:20.000000000 +0200
+++ pcmcia_patch/pcmciadevs 2005-05-15 00:06:36.000000000 +0200
@@ -86,6 +86,7 @@
vendor NOKIA 0x023d Nokia Communications
vendor SAMSUNG 0x0250 Samsung
vendor ANYCOM 0x0264 Anycom
+vendor ALVARION 0x0268 Alvarion Ltd.
vendor SYMBOL 0x026c Symbol
vendor BUFFALO 0x026f BUFFALO (Melco Corporation)
vendor LINKSYS2 0x0274 The Linksys Group
@@ -143,6 +144,9 @@
/* Allied Telesis K.K. */
product ALLIEDTELESIS LA_PCM 0x0002 Allied Telesis LA-PCM
+/* Alvarion Ltd. */
+product ALVARION BREEZENET 0x0001 Alvarion Ltd. BreezeNET PC-DS.11b
+
/* Anycom */
product ANYCOM LSE041 0x0004 AnyCom BlueCard LSE041 R1B
product ANYCOM LSE039 0x0008 Anycom Bluetooth CF Card LSE039
--- pcmcia/if_wi_pcmcia.c 2005-05-15 00:10:20.000000000 +0200
+++ pcmcia_patch/if_wi_pcmcia.c 2005-05-15 00:06:58.000000000 +0200
@@ -123,6 +123,11 @@
PCMCIA_PRODUCT_3COM_3CRWE737A,
PCMCIA_CIS_3COM_3CRWE737A,
PCMCIA_STR_3COM_3CRWE737A },
+
+ { PCMCIA_VENDOR_ALVARION,
+ PCMCIA_PRODUCT_ALVARION_BREEZENET,
+ PCMCIA_CIS_ALVARION_BREEZENET,
+ PCMCIA_STR_ALVARION_BREEZENET },
{ PCMCIA_VENDOR_COREGA,
PCMCIA_PRODUCT_COREGA_WIRELESS_LAN_PCC_11,
>Unformatted: