Date: Thu, 20 Jan 2005 12:05:42 -0700 (MST) From: "M. Warner Losh" <imp@bsdimp.com> To: paulo@nlink.com.br Cc: freebsd-hackers@FreeBSD.org Subject: Re: Wireless SENAO SL-2511CD Message-ID: <20050120.120542.112360754.imp@bsdimp.com> In-Reply-To: <41ED679D.6030800@nlink.com.br> References: <41ED679D.6030800@nlink.com.br>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <41ED679D.6030800@nlink.com.br>
Paulo Fragoso <paulo@nlink.com.br> writes:
: Hi,
:
: We have a NIC wireless SENAO SL-2511CD, it has chipset Prism 3.0. When
: using kernel with new cbb it doesn't work with FreeBSD 5.3:
:
: Jan 18 10:58:41 teste1 kernel: pccard0: <unknown card>
: (manufacturer=0x000b, product=0x7100) at function 0
: Jan 18 10:58:41 teste1 kernel: pccard0: CIS info: WLAN,
: 11Mbps_PC-Card_3.0, ISL37100P
:
: This way, we have decided to use OLDCARD kernel (card + pcic) and write
: a new entry for this card in pccard.conf:
:
: # SENAO
: card "WLAN" "11Mbps_PC-Card_3.0"
: config auto "wi" ?
: insert /etc/pccard_ether $device start
: remove /etc/pccard_ether $device stop
:
: All works fine, including ifconcif hostap option!
:
: Where we can hack to make this card work using new cbb (cardbus bridge
: driver)?
I've committed this to NEWCARD.
Breifly, one adds the device to pccarddevs and then adds the card to
if_wi_pccard.c.
Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050120.120542.112360754.imp>
