kern/53249: Add ID's for Asus WL-100 card

Mark Huizer xaa+ports at timewasters.nl
Thu Jun 12 04:20:11 PDT 2003


>Number:         53249
>Category:       kern
>Synopsis:       Add ID's for Asus WL-100 card
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 12 04:20:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Huizer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Aramiska Broadband BV
>Environment:
System: FreeBSD xara.intra.aramiska.net 5.1-CURRENT FreeBSD 5.1-CURRENT #2: Thu Jun 12 11:27:34 CEST 2003 root at xara.intra.aramiska.net:/usr/obj/usr/src/sys/xara i386

wi0: <ASUS 802_11b_PC_CARD_25> at port 0x100-0x13f irq 5 function 0
config 1 on pccard1
wi0: 802.11 address: 00:e0:18:ee:8b:88
wi0: using RF:PRISM2.5 MAC:ISL3873
wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.2)
wi0: supported rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wi0: detached

>Description:
	This card isn't detected without the diffs given below
>How-To-Repeat:
	
>Fix:

2 patches to add the good ID's (I hope this is up to naming conventions)
Afterwards: run regenerate pccarddevs.h in sys/dev/pccard as usual

--- sys/dev/wi/if_wi_pccard.c.orig	Wed Jun 11 19:47:27 2003
+++ sys/dev/wi/if_wi_pccard.c	Thu Jun 12 14:06:11 2003
@@ -127,6 +127,7 @@
 	PCMCIA_CARD(ACTIONTEC, PRISM, 0),
 	PCMCIA_CARD(ADDTRON, AWP100, 0),
 	PCMCIA_CARD(ALLIEDTELESIS, WR211PCM, 0),
+	PCMCIA_CARD(ASUS, WL100, 0),
 	PCMCIA_CARD(BAY, EMOBILITY_11B, 0),
 	PCMCIA_CARD(BUFFALO, WLI_PCM_S11, 0),
 	PCMCIA_CARD(BUFFALO, WLI_CF_S11G, 0),

--- sys/dev/pccard/pccarddevs.orig	Wed Jun 11 19:49:16 2003
+++ sys/dev/pccard/pccarddevs	Thu Jun 12 14:07:55 2003
@@ -92,6 +92,7 @@
 vendor BUFFALO			0x026f	BUFFALO (Melco Corporation)
 vendor LINKSYS2			0x0274  The Linksys Group
 vendor IODATA2			0x028a	I-O DATA
+vendor ASUS			0x02aa	ASUS
 vendor NWN			0x0602	No Wires Needed
 vendor BREEZECOM		0x0a02	BreezeCOM
 vendor NEWMEDIA2		0x10cd	NewMedia
@@ -150,6 +151,9 @@
 
 /* Allied Telesis K.K. */
 product ALLIEDTELESIS LA_PCM	0x0002 Allied Telesis LA-PCM
+
+/* Asus */
+product ASUS WL100		0x0002 Asus SpaceLink WL-100
 
 /* Archos */
 product	ARCHOS ARC_ATAPI	0x0043 MiniCD
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list