Date: Fri, 11 Jul 2003 16:55:00 +0800 From: leafy <leafy@leafy.idv.tw> To: freebsd-current@freebsd.org Subject: trivial diff for ASUS WL100 wireless pccard Message-ID: <20030711085500.GA78119@chihiro.leafy.idv.tw>
next in thread | raw e-mail | index | archive | help
*** 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030711085500.GA78119>
