trivial diff for ASUS WL100 wireless pccard

leafy leafy at leafy.idv.tw
Fri Jul 11 01:55:04 PDT 2003


*** 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



More information about the freebsd-current mailing list