Re: HEADS UP: Atheros 802.11 support

2003-07-01 Thread Gregory P. Smith
On Tue, Jul 01, 2003 at 07:56:50AM -0600, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> "Gregory P. Smith" <[EMAIL PROTECTED]> writes:
> : On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote:
> : > My work to support the Atheros 802.11 hardware is now entirely in the tree 
> : > and enabled for use.  The ath driver supports all Atheros hardware devices 
> : > and makes FreeBSD the first open source system to support 802.11a and 
> : > 802.11g*.  There are still issues with the driver.  man ath(4) for details.
> : > 
> : >   Sam
> : > 
> : > *First by a few days--there is also a Linux version of this software 
> : > available at .
> : 
> : maybe not, another linux driver already existed:  http://team.vantronix.net/ar5k/
> 
> OK, sam had the first WORKING driver.  I tried this driver and apart
> from light a few LEDs, it most definitely didn't "work" for any useful
> definition of "work."  "hey, I have this web page, can I count as
> first" doesn't count as first.

Hehe.  I haven't tried either as i don't have 802.11a hardware.  I was
mostly posting the link to let people know another "driver" exists as
a potential reference.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-07-01 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
"Gregory P. Smith" <[EMAIL PROTECTED]> writes:
: On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote:
: > My work to support the Atheros 802.11 hardware is now entirely in the tree 
: > and enabled for use.  The ath driver supports all Atheros hardware devices 
: > and makes FreeBSD the first open source system to support 802.11a and 
: > 802.11g*.  There are still issues with the driver.  man ath(4) for details.
: > 
: > Sam
: > 
: > *First by a few days--there is also a Linux version of this software 
: > available at .
: 
: maybe not, another linux driver already existed:  http://team.vantronix.net/ar5k/

OK, sam had the first WORKING driver.  I tried this driver and apart
from light a few LEDs, it most definitely didn't "work" for any useful
definition of "work."  "hey, I have this web page, can I count as
first" doesn't count as first.

Warner

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Gregory P. Smith
On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote:
> My work to support the Atheros 802.11 hardware is now entirely in the tree 
> and enabled for use.  The ath driver supports all Atheros hardware devices 
> and makes FreeBSD the first open source system to support 802.11a and 
> 802.11g*.  There are still issues with the driver.  man ath(4) for details.
> 
>   Sam
> 
> *First by a few days--there is also a Linux version of this software 
> available at .

maybe not, another linux driver already existed:  http://team.vantronix.net/ar5k/

Whos first and how first is defined doesn't matter.  Thanks for the work
to support a/g chipsets, i've been wanting to speed up my network.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Maxime Henrion
Sergey A. Osokin wrote:
> On Sat, Jun 28, 2003 at 04:41:13PM +0200, Maxime Henrion wrote:
> > Sergey A. Osokin wrote:
> > > On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote:
> > > > This is what I did for a quick fix:
> > > > 
> > > > In sys/dev/ray/if_ray.c, comment out the line:
> > > > 
> > > > #include 
> > > > 
> > > > and add the lines
> > > > 
> > > > #include 
> > > > #include 
> > > > 
> > > > Just like Sam did with the 'wi' and the 'an' drivers.
> > > > sys/net/if_iee80211.h was removed from the tree, I think.
> > > > 
> > > > On Sat, 28 Jun 2003, Arjan van Leeuwen wrote:
> > > > 
> > > > > Same here.
> > > > >
> > > > > On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote:
> > > > > > Hmm, looks like make depends failed...
> > > > > >
> > > > > > ===> ray
> > > > > > rm -f .depend
> > > > > > mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev
> > > > > > -I@/. ./include  /usr/src/sys/modules/ray/../../dev/ray/if_ray.c
> > > > > > /usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or
> > > > > > directory
> > > > > >
> > > > > > mkdep: compile failed
> > > > > > *** Error code 1
> > > > > >
> > > > > > Stop in /usr/src/sys/modules/ray.
> > > > > > *** Error code 1
> > > > > >
> > > > > > Stop in /usr/src/sys/modules.
> > > > > > *** Error code 1
> > > 
> > > Yes, you right. Patch attached.
> > > 
> [patch skipped]
> > 
> > Could you commit it please?  I'm pretty sure Sam will be happy to see
> > that people didn't wait for him to be online to fix such a trivial
> > compile fix.  If you really don't want to do it, I'll commit it myself.
> 
> I can't do that, because
> 1) I'm ports (only) committer
> 2) At this time I haven't approve for this patch from my mentor

Sam already committed it anyway.

Cheers,
Maxime
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Sat, Jun 28, 2003 at 04:41:13PM +0200, Maxime Henrion wrote:
> Sergey A. Osokin wrote:
> > On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote:
> > > This is what I did for a quick fix:
> > > 
> > > In sys/dev/ray/if_ray.c, comment out the line:
> > > 
> > >   #include 
> > > 
> > > and add the lines
> > > 
> > >   #include 
> > >   #include 
> > > 
> > > Just like Sam did with the 'wi' and the 'an' drivers.
> > > sys/net/if_iee80211.h was removed from the tree, I think.
> > > 
> > > On Sat, 28 Jun 2003, Arjan van Leeuwen wrote:
> > > 
> > > > Same here.
> > > >
> > > > On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote:
> > > > > Hmm, looks like make depends failed...
> > > > >
> > > > > ===> ray
> > > > > rm -f .depend
> > > > > mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev
> > > > > -I@/. ./include  /usr/src/sys/modules/ray/../../dev/ray/if_ray.c
> > > > > /usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or
> > > > > directory
> > > > >
> > > > > mkdep: compile failed
> > > > > *** Error code 1
> > > > >
> > > > > Stop in /usr/src/sys/modules/ray.
> > > > > *** Error code 1
> > > > >
> > > > > Stop in /usr/src/sys/modules.
> > > > > *** Error code 1
> > 
> > Yes, you right. Patch attached.
> > 
[patch skipped]
> 
> Could you commit it please?  I'm pretty sure Sam will be happy to see
> that people didn't wait for him to be online to fix such a trivial
> compile fix.  If you really don't want to do it, I'll commit it myself.

I can't do that, because
1) I'm ports (only) committer
2) At this time I haven't approve for this patch from my mentor

Please commit it, if it possible.
Thanks.
-- 

Rgdz,/"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
http://ozz.pp.ru/ X  AND NEWS
 / \


pgp0.pgp
Description: PGP signature


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Maxime Henrion
Sergey A. Osokin wrote:
> On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote:
> > This is what I did for a quick fix:
> > 
> > In sys/dev/ray/if_ray.c, comment out the line:
> > 
> > #include 
> > 
> > and add the lines
> > 
> > #include 
> > #include 
> > 
> > Just like Sam did with the 'wi' and the 'an' drivers.
> > sys/net/if_iee80211.h was removed from the tree, I think.
> > 
> > On Sat, 28 Jun 2003, Arjan van Leeuwen wrote:
> > 
> > > Same here.
> > >
> > > On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote:
> > > > Hmm, looks like make depends failed...
> > > >
> > > > ===> ray
> > > > rm -f .depend
> > > > mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev
> > > > -I@/. ./include  /usr/src/sys/modules/ray/../../dev/ray/if_ray.c
> > > > /usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or
> > > > directory
> > > >
> > > > mkdep: compile failed
> > > > *** Error code 1
> > > >
> > > > Stop in /usr/src/sys/modules/ray.
> > > > *** Error code 1
> > > >
> > > > Stop in /usr/src/sys/modules.
> > > > *** Error code 1
> 
> Yes, you right. Patch attached.
> 
> -- 
> 
> Rgdz,/"\  ASCII RIBBON CAMPAIGN
> Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
> http://ozz.pp.ru/ X  AND NEWS
>  / \

> Index: src/sys/dev/ray/if_ray.c
> ===
> RCS file: /home/ncvs/src/sys/dev/ray/if_ray.c,v
> retrieving revision 1.64
> diff -u -r1.64 if_ray.c
> --- src/sys/dev/ray/if_ray.c  28 Jun 2003 06:14:57 -  1.64
> +++ src/sys/dev/ray/if_ray.c  28 Jun 2003 14:07:22 -
> @@ -262,8 +262,10 @@
>  #include 
>  #include 
>  #include 
> -#include 
>  #include 
> +
> +#include 
> +#include 
>  
>  #include 
>  #include "card_if.h"

Could you commit it please?  I'm pretty sure Sam will be happy to see
that people didn't wait for him to be online to fix such a trivial
compile fix.  If you really don't want to do it, I'll commit it myself.

Maxime
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Sat, Jun 28, 2003 at 10:09:13AM -0400, Justin Ma wrote:
> This is what I did for a quick fix:
> 
> In sys/dev/ray/if_ray.c, comment out the line:
> 
>   #include 
> 
> and add the lines
> 
>   #include 
>   #include 
> 
> Just like Sam did with the 'wi' and the 'an' drivers.
> sys/net/if_iee80211.h was removed from the tree, I think.
> 
> On Sat, 28 Jun 2003, Arjan van Leeuwen wrote:
> 
> > Same here.
> >
> > On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote:
> > > Hmm, looks like make depends failed...
> > >
> > > ===> ray
> > > rm -f .depend
> > > mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev
> > > -I@/. ./include  /usr/src/sys/modules/ray/../../dev/ray/if_ray.c
> > > /usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or
> > > directory
> > >
> > > mkdep: compile failed
> > > *** Error code 1
> > >
> > > Stop in /usr/src/sys/modules/ray.
> > > *** Error code 1
> > >
> > > Stop in /usr/src/sys/modules.
> > > *** Error code 1

Yes, you right. Patch attached.

-- 

Rgdz,/"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
http://ozz.pp.ru/ X  AND NEWS
 / \
Index: src/sys/dev/ray/if_ray.c
===
RCS file: /home/ncvs/src/sys/dev/ray/if_ray.c,v
retrieving revision 1.64
diff -u -r1.64 if_ray.c
--- src/sys/dev/ray/if_ray.c28 Jun 2003 06:14:57 -  1.64
+++ src/sys/dev/ray/if_ray.c28 Jun 2003 14:07:22 -
@@ -262,8 +262,10 @@
 #include 
 #include 
 #include 
-#include 
 #include 
+
+#include 
+#include 
 
 #include 
 #include "card_if.h"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Justin Ma
This is what I did for a quick fix:

In sys/dev/ray/if_ray.c, comment out the line:

#include 

and add the lines

#include 
#include 

Just like Sam did with the 'wi' and the 'an' drivers.
sys/net/if_iee80211.h was removed from the tree, I think.

On Sat, 28 Jun 2003, Arjan van Leeuwen wrote:

> Same here.
>
> On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote:
> > Hmm, looks like make depends failed...
> >
> > ===> ray
> > rm -f .depend
> > mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev
> > -I@/. ./include  /usr/src/sys/modules/ray/../../dev/ray/if_ray.c
> > /usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or
> > directory
> >
> > mkdep: compile failed
> > *** Error code 1
> >
> > Stop in /usr/src/sys/modules/ray.
> > *** Error code 1
> >
> > Stop in /usr/src/sys/modules.
> > *** Error code 1
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Arjan van Leeuwen
Same here.

On Saturday 28 June 2003 14:21, Sergey A. Osokin wrote:
> On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote:
> > My work to support the Atheros 802.11 hardware is now entirely in the
> > tree and enabled for use.  The ath driver supports all Atheros hardware
> > devices and makes FreeBSD the first open source system to support 802.11a
> > and 802.11g*.  There are still issues with the driver.  man ath(4) for
> > details.
>
> Hmm, looks like make depends failed...
>
> ===> ray
> rm -f .depend
> mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev
> -I@/. ./include  /usr/src/sys/modules/ray/../../dev/ray/if_ray.c
> /usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or
> directory
>
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/src/sys/modules/ray.
> *** Error code 1
>
> Stop in /usr/src/sys/modules.
> *** Error code 1

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
Sam Leffler <[EMAIL PROTECTED]> writes:
: My work to support the Atheros 802.11 hardware is now entirely in the tree 
: and enabled for use.  The ath driver supports all Atheros hardware devices 
: and makes FreeBSD the first open source system to support 802.11a and 
: 802.11g*.  There are still issues with the driver.  man ath(4) for details.

I've been testing the ath driver with the 5210 and 5211 parts for
weeks now, and am quite happy with it.  Sam is right that there are
issues one must consider when trying to deploy it,  but it sure is
usable and useful!

: *First by a few days--there is also a Linux version of this software 
: available at .

Ah, but it isn't in the linux development kernel yet, now is it :-)

Warner

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HEADS UP: Atheros 802.11 support

2003-06-28 Thread Sergey A. Osokin
On Fri, Jun 27, 2003 at 11:40:13PM -0700, Sam Leffler wrote:
> My work to support the Atheros 802.11 hardware is now entirely in the tree 
> and enabled for use.  The ath driver supports all Atheros hardware devices 
> and makes FreeBSD the first open source system to support 802.11a and 
> 802.11g*.  There are still issues with the driver.  man ath(4) for details.

Hmm, looks like make depends failed...

===> ray
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/. 
./include  /usr/src/sys/modules/ray/../../dev/ray/if_ray.c
/usr/src/sys/dev/ray/if_ray.c:265:30: net/if_ieee80211.h: No such file or directory

mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/ray.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

-- 

Rgdz,/"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
http://ozz.pp.ru/ X  AND NEWS
 / \
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"