Re: NEWCARD support for aironet driver an(4) (kern/24854)

2001-08-18 Thread Jonathan Chen

On Fri, Aug 17, 2001 at 01:11:03AM -0700, Sam Habash wrote:
 Any good reason why the the patch in this PR hasn't yet been
 committed to the tree?  

Can you clearify exactly what the problem is under newcard?  Or is it just 
not supporting the newcard interface?  I'm using my aironet (340) card 
under newcard without any problems.  Of course, I'm running a patched 
newcard which fixes the reinsertion problem.  (available at 
http://people.freebsd.org/~jon/newcard.patch.3)  I'll get that committed 
when I get it mostly style(9) complient.

Incidentally, does anyone know of a place which sells the LMC352 (pccard 
version of the 350 without built in antenna) in units of one at a 
reasonable price?  I'm using the LMC342 right now and could almost kill for 
the increased power.  But all the online stores I've seen either don't 
carry them or sells them in packs of 20...

-Jon

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: NEWCARD support for aironet driver an(4) (kern/24854)

2001-08-17 Thread Warner Losh

In message [EMAIL PROTECTED] Sam Habash writes:
: Any good reason why the the patch in this PR hasn't yet been
: committed to the tree?  

lack of time on my part.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: NEWCARD support for aironet driver an(4) (kern/24854)

2001-08-17 Thread Sam Habash

On Fri, Aug 17, 2001 at 10:07:29AM -0600, Warner Losh wrote:
 In message [EMAIL PROTECTED] Sam Habash writes:
 : Any good reason why the the patch in this PR hasn't yet been
 : committed to the tree?  
 
 lack of time on my part.

I see you've been busy lately with necessary good stuff, so no
hurry. :-)

Applying the patch listed in the PR doesn't quite result in
the Aironet card getting detected in NEWCARD, I guess the 
pccard_compat_probe|attach stuff in dev/an/if_an_pccard.c doesn't 
succeed (why?), so changing 'device interface' DEVMETHOD back to 
referncing an_pccard) appears to result in successful probe|attach
of my Aironet.

I sent an update to the PR, and have a copy of the updated patch at:

http://www.bestII.com/freebsd/patch.an.new

Should this message have (also) gone to -hackers?

--Sam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message