From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 19 10:40:12 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B39FA16A4B3 for ; Fri, 19 Sep 2003 10:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D1C43FF2 for ; Fri, 19 Sep 2003 10:40:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8JHeAFY075841 for ; Fri, 19 Sep 2003 10:40:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8JHeATo075840; Fri, 19 Sep 2003 10:40:10 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 19 Sep 2003 10:40:10 -0700 (PDT) Resent-Message-Id: <200309191740.h8JHeATo075840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, v.oostveen@hccnet.nl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89CC016A4B3 for ; Fri, 19 Sep 2003 10:29:56 -0700 (PDT) Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676C443FAF for ; Fri, 19 Sep 2003 10:29:55 -0700 (PDT) (envelope-from v.oostveen@hccnet.nl) Received: from spare.hccnet.nl by smtp.hccnet.nl id h8JHTrGC011860 (8.12.10/2.03); Fri, 19 Sep 2003 19:29:54 +0200 (MET DST) Message-Id: <200309191729.h8JHTrGC011860@smtp.hccnet.nl> Date: Fri, 19 Sep 2003 17:29:52 UT From: v.oostveen@hccnet.nl To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/57015: [patch] Asus wl-100 (pcmcia wifi) supported but not in wi driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 17:40:12 -0000 >Number: 57015 >Category: kern >Synopsis: [patch] Asus wl-100 (pcmcia wifi) supported but not in wi driver >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 19 10:40:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Bas van Oostveen >Release: FreeBSD 5.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD ryoko.shrine.net 5.1-RELEASE-p5 FreeBSD 5.1-RELEASE-p5 #1: Fri Sep 19 18:36:44 CEST 2003 root@ryoko.shrine.net:/usr/obj/net/source/FreeBSD/5-RELEASE/s rc/sys/RYOKO i386 >Description: the asus wl-100 pcmcia wireless lan adaptor is supported by freebsd (prism chipset) but is not listed in the vendor/product info i made 2 pathes which will add the vendor/product information/id's of the asus wl-100 card in if_wi_pccard.c and pccarddevs >How-To-Repeat: >Fix: first add the card information to /etc/pccard.conf or /etc/defaults/pccard.conf: card "ASUS" "802_11b_PC_CARD_25" config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop then apply the 2 patches to sys/dev/pccard/pccarddevs and sys/dev/wi/if_wi_pccard.c recompile, install and boot the new kernel and my asus wl-100 pcmcia card works --- pccarddevs Sun Apr 27 05:31:47 2003 +++ pccarddevs.added_asus Fri Sep 19 18:48:35 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 @@ -153,6 +154,9 @@ /* Archos */ product ARCHOS ARC_ATAPI 0x0043 MiniCD + +/* Asus */ +product ASUS WL_100 0x0002 Asus WL-100 Wireless LAN /* Bay Networks */ product BAY STACK_650 0x0804 BayStack 650 Wireless LAN --- if_wi_pccard.c Sun Apr 27 05:34:05 2003 +++ if_wi_pccard.c.added_asus Fri Sep 19 18:48:45 2003 @@ -124,6 +124,7 @@ static const struct pccard_product wi_pccard_products[] = { PCMCIA_CARD(3COM, 3CRWE737A, 0), PCMCIA_CARD(3COM, 3CRWE777A, 0), + PCMCIA_CARD(ASUS, WL_100, 0), PCMCIA_CARD(ACTIONTEC, PRISM, 0), PCMCIA_CARD(ADDTRON, AWP100, 0), PCMCIA_CARD(ALLIEDTELESIS, WR211PCM, 0), --_----------=_1063992592217700-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --_----------=_1063992592217700 Content-Disposition: inline Content-Length: 2524 Content-Transfer-Encoding: binary Content-Type: text/plain