if_ath

2009-03-21 Thread dikshie
this is on RELENG_7

totoro# ident /usr/src/sys/dev/ath/if_ath.c
/usr/src/sys/dev/ath/if_ath.c:
 $FreeBSD: src/sys/dev/ath/if_ath.c,v 1.177.2.3 2009/03/12
03:09:11 bms Exp $

cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc
-I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000  -mno-align-long-strings
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-mno-sse3 -ffreestanding -Werror  /usr/src/sys/dev/ath/if_ath.c
-I/usr/src/sys/dev/ath
/usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap':
/usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct
ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct
ath_rx_status' has no member named 'rs_flags'
*** Error code 1




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


Re: change in ifconfig out put for wlan devices on -CURRENT

2009-03-21 Thread Bjoern A. Zeeb

On Fri, 20 Mar 2009, Stefan Bethke wrote:


Am 20.03.2009 um 19:51 schrieb Kevin Downey:


I did not notice a heads up about this, but recently (maybe in the
last few weeks?) wlan devices on -CURRENT no longer show information
like what ssid they are associated with. How can I find this
information now?

this what the current output looks like:

wlan0: flags=8843 metric 0 mtu 1500
ether 00:1d:7d:78:2a:69
inet6 fe80::21d:7dff:fe78:2a69%wlan0 prefixlen 64 scopeid 0x4
inet 192.168.0.197 netmask 0xff00 broadcast 192.168.0.255
media: IEEE 802.11 Wireless Ethernet OFDM/48Mbps mode 11g
status: associated


Maybe it's the same issue as in this thread?




If that's your thread, it is. Updating to latest HEAD should have the
fix.  It would be great if you could confirm that everything is
working again with just a plain HEAD.

/bz

--
Bjoern A. Zeeb  The greatest risk is not taking one.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: if_ath

2009-03-21 Thread Bruce Simpson

Hi,

I have been doing repeated build runs of RELENG_7 using NanoBSD,
and haven't seen this issue.
How exactly are you building the kernel? Are you using 'make buildkernel 
KERNCONF=...' ?

Do you have any old ath(4) build options present?
I believe Sam removed the HAL_ABI_VERSION define in the -CURRENT branch 
so you should not need it.

thanks
BMS

dikshie wrote:

this is on RELENG_7

totoro# ident /usr/src/sys/dev/ath/if_ath.c
/usr/src/sys/dev/ath/if_ath.c:
 $FreeBSD: src/sys/dev/ath/if_ath.c,v 1.177.2.3 2009/03/12
03:09:11 bms Exp $

cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc
-I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
-finline-limit=8000 --param inline-unit-growth=100 --param
large-function-growth=1000  -mno-align-long-strings
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-mno-sse3 -ffreestanding -Werror  /usr/src/sys/dev/ath/if_ath.c
-I/usr/src/sys/dev/ath
/usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap':
/usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct
ath_rx_status' has no member named 'rs_flags'
/usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct
ath_rx_status' has no member named 'rs_flags'
*** Error code 1




  


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


Re: bin/132847: [patch] bsnmpd(8): snmp_pf: add support for retrieving pf filter rule counters

2009-03-21 Thread bz
Synopsis: [patch] bsnmpd(8): snmp_pf: add support for retrieving pf filter rule 
counters

Responsible-Changed-From-To: freebsd-net->syrinx
Responsible-Changed-By: bz
Responsible-Changed-When: Sat Mar 21 13:42:37 UTC 2009
Responsible-Changed-Why: 
She'll review and test it in a few days she said.

http://www.freebsd.org/cgi/query-pr.cgi?pr=132847
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: if_ath

2009-03-21 Thread Bruce Simpson

Bruce Simpson wrote:
I believe Sam removed the HAL_ABI_VERSION define in the -CURRENT 
branch so you should not need it.


Please see here for the relevant change (MFC was set to 1 week):-
   http://svn.freebsd.org/changeset/base/190096

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


Re: kern/132885: [wlan] 802.1x broken after SVN rev 189592

2009-03-21 Thread linimon
Synopsis: [wlan] 802.1x broken after SVN rev 189592

Responsible-Changed-From-To: freebsd-bugs->freebsd-net
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Mar 21 15:15:07 UTC 2009
Responsible-Changed-Why: 
Reassign.

http://www.freebsd.org/cgi/query-pr.cgi?pr=132885
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: kern/132889: [ndis] [panic] NDIS kernel crash on load BCM4321 AGN driver

2009-03-21 Thread linimon
Old Synopsis: NDIS kernel crash on load BCM4321 AGN driver
New Synopsis: [ndis] [panic] NDIS kernel crash on load BCM4321 AGN driver

Responsible-Changed-From-To: freebsd-bugs->freebsd-net
Responsible-Changed-By: linimon
Responsible-Changed-When: Sat Mar 21 15:25:09 UTC 2009
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=132889
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: if_ath

2009-03-21 Thread Sam Leffler
dikshie wrote:
> this is on RELENG_7
> 
> totoro# ident /usr/src/sys/dev/ath/if_ath.c
> /usr/src/sys/dev/ath/if_ath.c:
>  $FreeBSD: src/sys/dev/ath/if_ath.c,v 1.177.2.3 2009/03/12
> 03:09:11 bms Exp $
> 
> cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs
> -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
> -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc
> -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
> -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000  -mno-align-long-strings
> -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
> -mno-sse3 -ffreestanding -Werror  /usr/src/sys/dev/ath/if_ath.c
> -I/usr/src/sys/dev/ath
> /usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap':
> /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct
> ath_rx_status' has no member named 'rs_flags'
> /usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct
> ath_rx_status' has no member named 'rs_flags'
> *** Error code 1
> 
> 
> 
> 

Read UPDATING; you need options AH_SUPPORT_AR5416 in your config file.

Sam

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


HEADSUP: tcpdump updated to 4.0.0

2009-03-21 Thread Rui Paulo

Hi folks,
I just updated the base system tcpdump to 4.0.0. Most noticeably this  
new version includes a new output format.


Please report any regressions.

Thanks,
--
Rui Paulo



PGP.sig
Description: This is a digitally signed message part


Re: change in ifconfig out put for wlan devices on -CURRENT

2009-03-21 Thread Kevin Downey
On Sat, Mar 21, 2009 at 3:46 AM, Bjoern A. Zeeb
 wrote:
> On Fri, 20 Mar 2009, Stefan Bethke wrote:
>
>> Am 20.03.2009 um 19:51 schrieb Kevin Downey:
>>
>>> I did not notice a heads up about this, but recently (maybe in the
>>> last few weeks?) wlan devices on -CURRENT no longer show information
>>> like what ssid they are associated with. How can I find this
>>> information now?
>>>
>>> this what the current output looks like:
>>>
>>> wlan0: flags=8843 metric 0 mtu
>>> 1500
>>> ether 00:1d:7d:78:2a:69
>>> inet6 fe80::21d:7dff:fe78:2a69%wlan0 prefixlen 64 scopeid 0x4
>>> inet 192.168.0.197 netmask 0xff00 broadcast 192.168.0.255
>>> media: IEEE 802.11 Wireless Ethernet OFDM/48Mbps mode 11g
>>> status: associated
>>
>> Maybe it's the same issue as in this thread?
>>
>>
>> 
>
> If that's your thread, it is. Updating to latest HEAD should have the
> fix.  It would be great if you could confirm that everything is
> working again with just a plain HEAD.
>
> /bz
>
> --
> Bjoern A. Zeeb                      The greatest risk is not taking one.
>

Moved to yesterday's -CURRENT, all is well, thanks guys

-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


HEADS UP: libpcap updated to 1.0.0

2009-03-21 Thread Rui Paulo

Hi folks,
I just updated the base system libcap to 1.0.0. This new version comes  
with a new API.


Please report any regressions.

Thanks,
--
Rui Paulo


PGP.sig
Description: This is a digitally signed message part


Re: change in ifconfig out put for wlan devices on -CURRENT

2009-03-21 Thread Doug Barton
Bjoern A. Zeeb wrote:
> If that's your thread, it is. Updating to latest HEAD should have the
> fix.  It would be great if you could confirm that everything is
> working again with just a plain HEAD.

I can confirm that with latest HEAD it's back to normal for me with my
wpi+wlan.


Thanks!

Doug

-- 

This .signature sanitized for your protection

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


Re: bin/132911: ip6fw(8): argument type of fill_icmptypes is wrong and causes problem on amd64 platform

2009-03-21 Thread linimon
Old Synopsis: ip6fw: argument type of fill_icmptypes is wrong and causes 
problem on amd64 platform
New Synopsis: ip6fw(8): argument type of fill_icmptypes is wrong and causes 
problem on amd64 platform

State-Changed-From-To: open->feedback
State-Changed-By: linimon
State-Changed-When: Sun Mar 22 02:35:04 UTC 2009
State-Changed-Why: 
Reclassify.

Note to submitter: the patch did not make it into the PR; can you
please reply and include it again?


Responsible-Changed-From-To: freebsd-amd64->freebsd-net
Responsible-Changed-By: linimon
Responsible-Changed-When: Sun Mar 22 02:35:04 UTC 2009
Responsible-Changed-Why: 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132911
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: kern/96268: [socket] TCP socket performance drops by 3000% if packets are split at the first byte

2009-03-21 Thread Mark Linimon
The following reply was made to PR kern/96268; it has been noted by GNATS.

From: Mark Linimon 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: kern/96268: [socket] TCP socket performance drops by 3000% if
packets are split at the first byte
Date: Sat, 21 Mar 2009 21:57:07 -0500

 - Forwarded message from Jost Boekemeier  -
 
 From: Jost Boekemeier 
 To: v...@freebsd.org, freebsd-b...@freebsd.org, freebsd-net@FreeBSD.org
 Subject: Re: kern/96268: [socket] TCP socket performance drops by 3000% if
packets are split at the first byte
 
 Hi,
 
 from my point of view this issue can be closed. 
 
 TCP write/write/read sequences are bad on any operating system, it's just that 
other OS are a little bit smarter. -- I think Jon Nagle has had a proposal to 
fix/remove this unconditional delay, but I don't know if it has been 
implemented.
 
 Furthermore this problem has been fixed on application level. And I think 
Patrick van Staveren maintains a FreeBSD port which uses unix domain- instead 
of TCP socket communication.
 
 Regards,
 Jost Bökemeier
 
 ___
 freebsd-b...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
 To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
 
 
 - End forwarded message -
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: bin/132911: ip6fw(8): argument type of fill_icmptypes is wrong and causes problem on amd64 platform

2009-03-21 Thread Yoshitaka AHAREN
The following reply was made to PR bin/132911; it has been noted by GNATS.

From: Yoshitaka AHAREN 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: bin/132911: ip6fw(8): argument type of fill_icmptypes is wrong and 
causes problem on amd64 platform
Date: Sun, 22 Mar 2009 15:11:27 +0900

 _49C5D0DF7233_MULTIPART_MIXED_
 Content-Type: text/plain; charset="US-ASCII"
 Content-Transfer-Encoding: 7bit
 
 The patch is included in this message. Sorry for your inconvenience.
 _49C5D0DF7233_MULTIPART_MIXED_
 Content-Type: application/octet-stream;
  name="patch.txt"
 Content-Disposition: attachment;
  filename="patch.txt"
 Content-Transfer-Encoding: base64
 
 LS0tIHNiaW4vaXA2ZncvaXA2ZncuYy5vcmlnICAgICAyMDA5LTAzLTIyIDE0OjMyOjA1LjAwMDAw
 MDAwMCArMDkwMAorKysgc2Jpbi9pcDZmdy9pcDZmdy5jICAyMDA5LTAzLTIyIDE0OjMyOjE5LjAw
 MDAwMDAwMCArMDkwMApAQCAtNzY0LDcgKzc2NCw3IEBACiAKIHZvaWQKIGZpbGxfaWNtcHR5cGVz
 KHR5cGVzLCB2cCwgZndfZmxnKQotCXVfbG9uZyAqdHlwZXM7CisJdW5zaWduZWQgKnR5cGVzOwog
 CWNoYXIgKip2cDsKIAl1X3Nob3J0ICpmd19mbGc7CiB7Cg==
 _49C5D0DF7233_MULTIPART_MIXED_--
 
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"