From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 01:55:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9705637B401 for ; Fri, 11 Jul 2003 01:55:04 -0700 (PDT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB34943FA3 for ; Fri, 11 Jul 2003 01:55:03 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [210.66.88.28] (port=57617 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.14:2) id 19atgE-000I9F-JD for freebsd-current@freebsd.org; Fri, 11 Jul 2003 16:55:02 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h6B8t0Ha078147 for ; Fri, 11 Jul 2003 16:55:01 +0800 (CST) (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h6B8t0Wm078130 for freebsd-current@freebsd.org; Fri, 11 Jul 2003 16:55:00 +0800 (CST) (envelope-from leafy) Date: Fri, 11 Jul 2003 16:55:00 +0800 From: leafy To: freebsd-current@freebsd.org Message-ID: <20030711085500.GA78119@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: trivial diff for ASUS WL100 wireless pccard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 08:55:04 -0000 *** if_wi_pccard.c.orig Sun Apr 27 11:34:05 2003 --- if_wi_pccard.c Fri Jul 11 16:00:43 2003 *************** *** 160,165 **** --- 160,166 ---- PCMCIA_CARD(SOCKET, LP_WLAN_CF, 0), PCMCIA_CARD(SYMBOL, LA4100, 0), PCMCIA_CARD(TDK, LAK_CD011WL, 0), + PCMCIA_CARD(ASUS, WL_100, 0), { NULL } }; *** pccarddevs.h.orig Fri Jul 11 16:09:46 2003 --- pccarddevs.h Fri Jul 11 16:11:26 2003 *************** *** 99,104 **** --- 99,105 ---- #define PCMCIA_VENDOR_BUFFALO 0x026f /* BUFFALO (Melco Corporation) */ #define PCMCIA_VENDOR_LINKSYS2 0x0274 /* The Linksys Group */ #define PCMCIA_VENDOR_IODATA2 0x028a /* I-O DATA */ + #define PCMCIA_VENDOR_ASUS 0x02aa /* ASUS */ #define PCMCIA_VENDOR_NWN 0x0602 /* No Wires Needed */ #define PCMCIA_VENDOR_BREEZECOM 0x0a02 /* BreezeCOM */ #define PCMCIA_VENDOR_NEWMEDIA2 0x10cd /* NewMedia */ *************** *** 198,203 **** --- 199,209 ---- #define PCMCIA_CIS_ARCHOS_ARC_ATAPI { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_ARCHOS_ARC_ATAPI 0x0043 #define PCMCIA_STR_ARCHOS_ARC_ATAPI "MiniCD" + + /* ASUS */ + #define PCMCIA_CIS_ASUS_WL_100 { NULL, NULL, NULL, NULL } + #define PCMCIA_PRODUCT_ASUS_WL_100 0x0002 + #define PCMCIA_STR_ASUS_WL_100 "ASUS SpaceLink WL-100" /* Bay Networks */ #define PCMCIA_CIS_BAY_STACK_650 { NULL, NULL, NULL, NULL } This was posted a while back in 5.0 Release, could someone commit it? Thank you, Jiawei PS. I didn't write the patch -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming