ath(4) now defaults to 802.11n on GENERIC/i386 and GENERIC/amd64

2012-06-15 Thread Adrian Chadd
Hi, I've flipped on ATH_ENABLE_11N and the interrupt mitigation in i386 and amd64 GENERIC. I'll flip it on on PPC when someone (chmee?) verifies that 802.11n works on PPC. It's still delicate. I still don't know if RTS/CTS HT frame protection is working quite right on all chips. But all the basi

Re: ath(4) now defaults to 802.11n on GENERIC/i386 and GENERIC/amd64

2012-06-15 Thread Adrian Chadd
On 15 June 2012 01:17, Adrian Chadd wrote: > Hi, > > I've flipped on ATH_ENABLE_11N and the interrupt mitigation in i386 > and amd64 GENERIC. [snip] > If you have problems, please read the wiki article: > http://wiki.freebsd.org/dev/ath(4) - specifically the bits where I > tell you to compile wi

panic's in 10-CURRENT r235646 in VMware

2012-06-15 Thread Matthias Apitz
Hello, I have PANIC's while going multiuser in r235646. They are perhaps somewhat VMware related, because I do not saw them in a real machine while compiling ~1200 ports. the panic says: mutex page lock not owned at /usr/src/sys/vm/vm_page.c:2060 I have a screen shoot here: http://www.unixarea.

Re: ath(4) now defaults to 802.11n on GENERIC/i386 and GENERIC/amd64

2012-06-15 Thread Justin Hibbits
On Fri, 15 Jun 2012 01:17:31 -0700 Adrian Chadd wrote: > Hi, > > I've flipped on ATH_ENABLE_11N and the interrupt mitigation in i386 > and amd64 GENERIC. > > I'll flip it on on PPC when someone (chmee?) verifies that 802.11n > works on PPC. I would, but I don't have any other 802.11n hardware

[head tinderbox] failure on arm/arm

2012-06-15 Thread FreeBSD Tinderbox
TB --- 2012-06-15 10:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-15 10:00:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-

Re: ath(4) now defaults to 802.11n on GENERIC/i386 and GENERIC/amd64

2012-06-15 Thread Monthadar Al Jaberi
On Fri, Jun 15, 2012 at 11:00 AM, Adrian Chadd wrote: > On 15 June 2012 01:17, Adrian Chadd wrote: >> Hi, >> >> I've flipped on ATH_ENABLE_11N and the interrupt mitigation in i386 >> and amd64 GENERIC. > > [snip] > >> If you have problems, please read the wiki article: >> http://wiki.freebsd.org/

Re: ath(4) now defaults to 802.11n on GENERIC/i386 and GENERIC/amd64

2012-06-15 Thread Adrian Chadd
On 15 June 2012 05:23, Monthadar Al Jaberi wrote: > But I am having a problem with athsurvey which is just reporting: > >         min                   avg                   max >  tx%  rx%  bc%  ec%    tx%  rx%  bc%  ec%    tx%  rx%  bc%  ec% > (100.0 100.0 100.0 100.0) ( 0.0  0.0  0.0  0.0) ( 0

[head tinderbox] failure on i386/i386

2012-06-15 Thread FreeBSD Tinderbox
TB --- 2012-06-15 10:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-15 10:00:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-

[head tinderbox] failure on amd64/amd64

2012-06-15 Thread FreeBSD Tinderbox
TB --- 2012-06-15 10:00:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-06-15 10:00:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-

Re: panic's in 10-CURRENT r235646 in VMware

2012-06-15 Thread John Baldwin
On Friday, June 15, 2012 5:48:39 am Matthias Apitz wrote: > > Hello, > > I have PANIC's while going multiuser in r235646. They are perhaps > somewhat VMware related, because I do not saw them in a real machine > while compiling ~1200 ports. > > the panic says: > mutex page lock not owned at /usr

Failure building libdtrace

2012-06-15 Thread Jeff Ford
When I try to build directly from src/cddl/lib/libdtrace I get a failure because of a missing file dt_grammar.h. This file is generated by dt_grammar.y. On 9, running make in the same directory runs the yacc ahead of cc so the build works. I can fix this locally by moving dt_grammar.y to the top o

Re: Failure building libdtrace

2012-06-15 Thread Dimitry Andric
On 2012-06-15 22:13, Jeff Ford wrote: > When I try to build directly from src/cddl/lib/libdtrace I get a failure > because of a missing file dt_grammar.h. This file is generated by > dt_grammar.y. On 9, running make in the same directory runs the yacc ahead > of cc so the build works. > > I can fi

Re: Failure building libdtrace

2012-06-15 Thread Jeff Ford
On Fri, Jun 15, 2012 at 4:10 PM, Dimitry Andric wrote: > On 2012-06-15 22:13, Jeff Ford wrote: > > When I try to build directly from src/cddl/lib/libdtrace I get a failure > > because of a missing file dt_grammar.h. This file is generated by > > dt_grammar.y. On 9, running make in the same direct