From mark@aramiska.net  Thu Jun 12 04:11:53 2003
Return-Path: <mark@aramiska.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B523437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Jun 2003 04:11:53 -0700 (PDT)
Received: from nala.dohd.org (d110155.upc-d.chello.nl [213.46.110.155])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1464F43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Jun 2003 04:11:52 -0700 (PDT)
	(envelope-from mark@aramiska.net)
Received: by nala.dohd.org (Postfix, from userid 49)
	id 329B8612C; Thu, 12 Jun 2003 13:11:50 +0200 (MET DST)
Received: from xara.intra.aramiska.net (roo.local.dohd.org [10.0.0.101])
	by nala.dohd.org (Postfix) with ESMTP id 2D4366087
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Jun 2003 13:11:44 +0200 (MET DST)
Received: by xara.intra.aramiska.net (Postfix, from userid 1001)
	id 13DF1114; Thu, 12 Jun 2003 14:11:43 +0200 (CEST)
Message-Id: <20030612121143.13DF1114@xara.intra.aramiska.net>
Date: Thu, 12 Jun 2003 14:11:43 +0200 (CEST)
From: Mark Huizer <xaa+ports@timewasters.nl>
Reply-To: Mark Huizer <xaa+ports@timewasters.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Add ID's for Asus WL-100 card
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53249
>Category:       kern
>Synopsis:       Add ID's for Asus WL-100 card
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 12 04:20:09 PDT 2003
>Closed-Date:    Fri Jul 11 03:24:20 MDT 2003
>Last-Modified:  Fri Jul 11 03:24:20 MDT 2003
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Fri Jul 11 03:24:08 MDT 2003 
State-Changed-Why:  
fixed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53249 
>Unformatted:
