Re: [iwn] how do we tell the difference between the 6200/6205 and 6230/6235?

2013-09-13 Thread Adrian Chadd
Ok. I'll try to make the merge clashes minimal, but it may be a bit
difficult since I want to fix this before 10, but I don't want to merge in
your whole patch for 10.0-RELEASE.

So merging in the rest of it will have to wait until -HEAD is released for
committing again (and that will be in about 3 weeks.)

Would you mind resyncing what you have in your git repo against what's in
HEAD, so I can roll a diff and check it out?

Thanks!



-adrian



On 11 September 2013 21:32, Cedric GROSS c...@cgross.info wrote:

 De : adrian.ch...@gmail.com [mailto:adrian.ch...@gmail.com] De la part de
 Adrian Chadd
 Envoyé : jeudi 12 septembre 2013 06:00
 À : freebsd-wireless@freebsd.org; Cedric GROSS
 Objet : [iwn] how do we tell the difference between the 6200/6205 and
 6230/6235?
 
 Hiya,
 
 According to the intel website, the 6200/6205 do not have bluetooth, but
 the 6230/6235 do.
 
 Now, I don't know yet whether they support external bluetooth coex but I
 guess for now we can just not send the setup commands.
 
 So, how do we distinguish between these NICs? There only seems to be a
 small subset of hardware IDs in the driver..

 We need to test subdevice ID, it's why I register all subdevice ID in
 if_iwn_devid.h.

 If you have a look in my last full diff, you will see that driver
 configuration is based on that (iwn_config_specific in if_iwn.c).

 
 thanks,
 
 
 -adrian

 Cedric



___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org


RE: [iwn] how do we tell the difference between the 6200/6205 and 6230/6235?

2013-09-11 Thread Cedric GROSS
De : adrian.ch...@gmail.com [mailto:adrian.ch...@gmail.com] De la part de
Adrian Chadd
Envoyé : jeudi 12 septembre 2013 06:00
À : freebsd-wireless@freebsd.org; Cedric GROSS
Objet : [iwn] how do we tell the difference between the 6200/6205 and
6230/6235?

Hiya,

According to the intel website, the 6200/6205 do not have bluetooth, but
the 6230/6235 do.

Now, I don't know yet whether they support external bluetooth coex but I
guess for now we can just not send the setup commands.

So, how do we distinguish between these NICs? There only seems to be a
small subset of hardware IDs in the driver..

We need to test subdevice ID, it's why I register all subdevice ID in
if_iwn_devid.h.

If you have a look in my last full diff, you will see that driver
configuration is based on that (iwn_config_specific in if_iwn.c). 


thanks,


-adrian

Cedric


___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to freebsd-wireless-unsubscr...@freebsd.org