Subject: kern/15130: support for ericsson wavelan card (wi0)
To: None <gnats-bugs@gnats.netbsd.org>
From: None <lha@stacken.kth.se>
List: netbsd-bugs
Date: 01/04/2002 00:33:40
>Number:         15130
>Category:       kern
>Synopsis:       support for ericsson wavelan card (wi0)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 03 15:38:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Love
>Release:        NetBSD 1.5ZA
>Organization:
	Stacken Computer Club
>Environment:
System: NetBSD nutcracker.stacken.kth.se 1.5ZA NetBSD 1.5ZA (NUTCRACKER) #73: Fri Jan 4 00:03:24 CET 2002 lha@nutcracker.stacken.kth.se:/usr/src/sys/arch/i386/compile/NUTCRACKER i386
Architecture: i386
Machine: i386
>Description:

	I found a Ericsson wavelan card in the hand of a Ericsson
	employee when I visited the the computer club. It said:

	... Symbol Technologies Inc ... 

	on the backside so I guessed that it was supported by the wi0
	driver.

>How-To-Repeat:

	Go to Stacken computer club at KTH and ....

>Fix:

	This pr was sent over the cards.

Index: pcmciadevs
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/pcmcia/pcmciadevs,v
retrieving revision 1.153
diff -w -u -r1.153 pcmciadevs
--- sys/dev/pcmicia/pcmciadevs	2001/12/18 11:23:24	1.153
+++ pcmciadevs	2002/01/03 23:16:41
@@ -69,6 +69,7 @@
 vendor SYMBOL2			0x014d	Symbol
 vendor LUCENT			0x0156	Lucent Technologies
 vendor AIRONET			0x015f	Aironet Wireless Communications
+vendor ERICSSON			0x016b	Ericsson
 vendor PSION			0x016c	Psion
 vendor COMPAQ2			0x0183	Compaq
 vendor KINGSTON			0x0186	Kingston
@@ -276,6 +277,9 @@
 /* Proxim */
 product PROXIM ROAMABOUT_2400FH	0x1058 Digital RoamAbout 2400FH
 product PROXIM RANGELAN2_7401	0x1158 Proxim RangeLAN2 7401
+
+/* Ericsson */
+product	ERICSSON WIRELESSLAN	0x0001 DSSS Wireless LAN PC Card
 
 /* Psion */
 product PSION GOLDCARD		0x0020 Psion Gold Card
Index: sys/dev/pcmicia/if_wi_pcmcia.c
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/pcmcia/if_wi_pcmcia.c,v
retrieving revision 1.15
diff -w -u -r1.15 if_wi_pcmcia.c
--- if_wi_pcmcia.c	2001/12/04 18:46:30	1.15
+++ if_wi_pcmcia.c	2002/01/03 23:16:41
@@ -223,6 +223,11 @@
 	  PCMCIA_CIS_SIMPLETECH_SPECTRUM24_ALT,
 	  PCMCIA_STR_SIMPLETECH_SPECTRUM24_ALT },
 
+	{ PCMCIA_VENDOR_ERICSSON,
+	  PCMCIA_PRODUCT_ERICSSON_WIRELESSLAN,
+	  PCMCIA_CIS_ERICSSON_WIRELESSLAN,
+	  PCMCIA_STR_ERICSSON_WIRELESSLAN },
+
 	{ 0,
 	  0,
 	  { NULL, NULL, NULL, NULL },
Index: wi.4
===================================================================
RCS file: /cvsroot/sharesrc/share/man/man4/wi.4,v
retrieving revision 1.21
diff -w -u -r1.21 wi.4
--- share/man/man4/wi.4        2001/11/18 06:38:23     1.21
+++ share/man/man4/wi.4        2002/01/03 23:32:52
@@ -126,6 +126,10 @@
 Intersil PRISM Mini-PCI
 .It
 Linksys Group, Inc. Instant Wireless Network PC Card (Prism2)
+.It
+Symbol's Spectrum24 Wireless PC Card
+.It
+Ericsson Wireless LAN WLAN CARD C11
 .El
 .Pp
 The original PRISM-I chipset is supported by the
>Release-Note:
>Audit-Trail:
>Unformatted: