kern/53881: Add support for Linksys WCF12 Compact Flash 802.11b card

Scott Lambert lambert at lambertfam.org
Sat Jun 28 11:10:19 PDT 2003


>Number:         53881
>Category:       kern
>Synopsis:       Add support for Linksys WCF12 Compact Flash 802.11b card
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 28 11:10:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Scott Lambert
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD laptop.lambertfam.org 5.1-CURRENT FreeBSD 5.1-CURRENT #13: Sat Jun 28 02:20:51 EDT 2003 root at laptop.lambertfam.org:/usr/obj/usr/src/sys/LAPTOP i386


	
>Description:
	Add support for another 802.11b card.  The Linksys WCF12 Compact 
	Flash card.

>How-To-Repeat:
	Apply the following patches.
>Fix:

With the following patches:
pccard1: CIS version unknown (major=1, minor=0)
pccard1: CIS info: Linksys, Wireless CompactFlash Card, , 
pccard1: Manufacturer code 0x28a, product 0x673
pccard1: function 0: network adapter, ccr addr 3e0 mask 1
pccard1: function 0, config table entry 1: I/O card; irq mask ffff; iomask 6, iospace 0-3f; io16 irqshare irqpulse irqlevel
wi0: <Linksys Wireless CompactFlash Card> at port 0x100-0x13f irq 11 function 0 config 1 on pccard1
wi0: 802.11 address: 00:06:25:13:9b:1e
wi0: using RF:PRISM3(PCMCIA)
wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.2)
wi0: supported rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wi0: bpf attached
wi0: bpf attached


--- pccarddevs.diff begins here ---
--- sys/dev/pccard/pccarddevs.orig	Sun Jun 22 01:18:04 2003
+++ sys/dev/pccard/pccarddevs	Fri Jun 27 20:03:57 2003
@@ -250,6 +250,7 @@
 /* I-O DATA */
 product IODATA PCLATE		0x2216 I-O DATA PCLA/TE
 product IODATA2 WNB11PCM	0x0002 I-O DATA WN-B11/PCM
+product IODATA2 WCF12 		0x0673 Linksys, Wireless CompactFlash Card
 
 /* Kingston Products */
 product KINGSTON KNE2		0x0100 Kingston KNE-PC2 Ethernet
--- pccarddevs.diff ends here ---

--- if_wi_pccard.c.diff begins here ---
--- sys/dev/wi/if_wi_pccard.c.orig	Sat Jun 28 02:04:14 2003
+++ sys/dev/wi/if_wi_pccard.c	Sat Jun 28 02:04:58 2003
@@ -147,6 +147,7 @@
 	PCMCIA_CARD(INTEL, PRO_WLAN_2011, 0),
 	PCMCIA_CARD(INTERSIL, PRISM2, 0),
 	PCMCIA_CARD(IODATA2, WNB11PCM, 0),
+	PCMCIA_CARD(IODATA2, WCF12, 0),
 	PCMCIA_CARD(LINKSYS2, IWN, 0),
 	PCMCIA_CARD(LINKSYS2, IWN3, 0),
 	PCMCIA_CARD(LINKSYS2, WCF11, 0),
--- if_wi_pccard.c.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list