Re: RFC vgrind in base (and buildworld)

2011-01-22 Thread Gary Jennejohn
On Fri, 21 Jan 2011 23:20:09 +0100
Ulrich Spörlein  wrote:

> On Thu, 20.01.2011 at 21:17:40 +0100, Ulrich Spörlein wrote:
> > Hello,
> > 
> > Currently our buildworld relies on groff(1) and vgrind(1) being present
> > in the host system. I have a patch ready that at least makes sure these
> > are built during bootstrap-tools and completes the WITHOUT_GROFF flag.
> > 
> > vgrind(1) is only used for two papers under share/doc and we could
> > easily expand the results and commit them to svn directly, alleviating
> > the need to run vgrind(1) during buildworld.
> > 
> > OTOH, there are much more useful tools to vgrind(1) for source code
> > formatting. So do we still have vgrind(1) users out there?
> > 
> > Regards,
> > Uli
> 
> [trying to get this thread back on track]
> 
> Does anyone actually care about vgrind in base? Will people be angry if
> I unroll the 2 cases where it is used under share/doc?
> 

I personally have never used vgrind, but since it's available as part of
/usr/ports/textproc/heirloom-doctools IMO it would be safe to remove it
from base, maybe with a note in UPDATING.

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


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
So it's all completely stable for you too right now?



adrian

2011/1/22 Dima Panov :
> Hello!
>
> 22.01.2011, 13:56, "Adrian Chadd" :
>> On 20 January 2011 13:51, Adrian Chadd ; wrote:
>>
>>>  Hi everyone,
>>>
>>>  I'm in the process of merging in the non-intrusive changes to the
>>>  if_ath code into -HEAD.
>>
>> Ok, so I lied - the ANI changes were slightly intrusive. But all in
>> all the code was just shuffled around a bit.
>>
>> Someone's reported that the AR9285 was once stable but now isn't. I'd
>> really appreciate it if others who are using AR9280/AR9285 chipsets
>> would test this out and get back to me.
>
> FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
> ath0:  mem 0xf000-0xf000 irq 19 at device 0.0 on pci9
> ath0: AR9285 mac 192.2 RF5133 phy 14.0
>
> Signal strength is fine, no packets loss.
> ath 9285 was stable for me last months.
> Acer Ferrari One 200 laptop with half-sized atheros wifi card.
>
>> I'd like to make sure I fix all regressions before I start bringing
>> over more code from ath9k in preparation for enabling the basic
>> 802.11n support for testing.
>
> --
> Dima Panov (flu...@freebsd.org)
> KDE@FreeBSD team
>
> Facebook: http://www.facebook.com/?id=10181104157
>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: More if_ath churn coming your way!

2011-01-22 Thread Dima Panov
hello!

22.01.2011, 22:19, "Adrian Chadd" :
> So it's all completely stable for you too right now?
>

Yes, almost 7 hours with new kernel and no errors. 
Stable as all previous revisions.

Wait a 802.11n support to utilize it with my home and office hotspots :) 

> adrian
>
> 2011/1/22 Dima Panov ;:
>
>>  Hello!
>>
>>  22.01.2011, 13:56, "Adrian Chadd" ;:
>>>  On 20 January 2011 13:51, Adrian Chadd ;; wrote:
   Hi everyone,

   I'm in the process of merging in the non-intrusive changes to the
   if_ath code into -HEAD.
>>>  Ok, so I lied - the ANI changes were slightly intrusive. But all in
>>>  all the code was just shuffled around a bit.
>>>
>>>  Someone's reported that the AR9285 was once stable but now isn't. I'd
>>>  really appreciate it if others who are using AR9280/AR9285 chipsets
>>>  would test this out and get back to me.
>>  FreeBSD 9.0-900030-CURRENT #0 r217695M: Sat Jan 22 13:57:57 VLAT 2011
>>  ath0:  mem 0xf000-0xf000 irq 19 at device 0.0 on pci9
>>  ath0: AR9285 mac 192.2 RF5133 phy 14.0
>>
>>  Signal strength is fine, no packets loss.
>>  ath 9285 was stable for me last months.
>>  Acer Ferrari One 200 laptop with half-sized atheros wifi card.
>>>  I'd like to make sure I fix all regressions before I start bringing
>>>  over more code from ath9k in preparation for enabling the basic
>>>  802.11n support for testing.

-- 
Dima Panov (flu...@freebsd.org)
KDE@FreeBSD team

Facebook: http://www.facebook.com/?id=10181104157
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
2011/1/22 Dima Panov :

> 22.01.2011, 22:19, "Adrian Chadd" :
>> So it's all completely stable for you too right now?
>>
>
> Yes, almost 7 hours with new kernel and no errors.
> Stable as all previous revisions.
>
> Wait a 802.11n support to utilize it with my home and office hotspots :)

:) That's going to take some time, but it's on the cards.

I really need to first figure out exactly why the AR9280/AR9285
support is so unstable for people.
There's one user who has reported a regression from if_ath in -8 to
what's in HEAD.
I'm working with him at the moment to nail down the cause(s).

This is why I really do need this tested as much as possible. I'll put
up instructions on how to build if_ath as a module (that's what I'm
doing on my RELENG_8 EEEPC - I'm running the HEAD if_ath on it for
testing on the AR9280) and then sort out any and all issues on the
AR5416, AR9160, AR9280 and AR9285.

Throwing 11n into the mix right now is just a bit too much for me to take on. :)



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


Re: More if_ath churn coming your way!

2011-01-22 Thread b. f.
Adrian Chadd wrote:
> 2011/1/22 Dima Panov :
>
> > 22.01.2011, 22:19, "Adrian Chadd" :

> This is why I really do need this tested as much as possible. I'll put
> up instructions on how to build if_ath as a module (that's what I'm
> doing on my RELENG_8 EEEPC - I'm running the HEAD if_ath on it for
> testing on the AR9280) and then sort out any and all issues on the
> AR5416, AR9160, AR9280 and AR9285.
>
> Throwing 11n into the mix right now is just a bit too much for me to take on. 
> :)

Would you look to see if any of your improvements can also be used by uath(4)?

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


Re: RFC vgrind in base (and buildworld)

2011-01-22 Thread Steve Kargl
On Sat, Jan 22, 2011 at 10:58:25AM +0100, Gary Jennejohn wrote:
> On Fri, 21 Jan 2011 23:20:09 +0100
> Ulrich Sp?rlein  wrote:
> 
> > On Thu, 20.01.2011 at 21:17:40 +0100, Ulrich Sp?rlein wrote:
> > > Hello,
> > > 
> > > Currently our buildworld relies on groff(1) and vgrind(1) being present
> > > in the host system. I have a patch ready that at least makes sure these
> > > are built during bootstrap-tools and completes the WITHOUT_GROFF flag.
> > > 
> > > vgrind(1) is only used for two papers under share/doc and we could
> > > easily expand the results and commit them to svn directly, alleviating
> > > the need to run vgrind(1) during buildworld.
> > > 
> > > OTOH, there are much more useful tools to vgrind(1) for source code
> > > formatting. So do we still have vgrind(1) users out there?
> > > 
> > > Regards,
> > > Uli
> > 
> > [trying to get this thread back on track]
> > 
> > Does anyone actually care about vgrind in base? Will people be angry if
> > I unroll the 2 cases where it is used under share/doc?
> > 
> 
> I personally have never used vgrind, but since it's available as part of
> /usr/ports/textproc/heirloom-doctools IMO it would be safe to remove it
> from base, maybe with a note in UPDATING.

AFAICT, heirloom-doctools does not work on 64-bit platforms.
vgrind may be ok but nroff and troff die rather quickly with
a segfault when it tries to use a macro package such as mdoc.

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


FreeBSD-current kernel can not be built

2011-01-22 Thread gnehzuil gnehzuil
Hi all,

It seems that the latest CURRENT kernel can not be built. I used 'make
buildkernel KERNCONF=CURRENT' to build a new kernel and got an error:

--
>>> Kernel build for CURRENT started on Sun Jan 23 01:03:57 CST 2011
--
===> CURRENT
mkdir -p /usr/obj/usr/src/sys

--
>>> stage 1: configuring the kernel
--
cd /usr/src/sys/i386/conf;
 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 config  -d /usr/obj/usr/src/sys/CURRENT  /usr/src/sys/i386/conf/CURRENT
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

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

Stop in /usr/src.

-
I reviewed the source code in svn and perforce repository. It has a
duplicate option USB_HOST_ALIGN in conf/options. I attach a patch file to
fix it.

Best regards,
lz


patch
Description: Binary data
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: More if_ath churn coming your way!

2011-01-22 Thread Ian FREISLICH
Adrian Chadd wrote:
> On 20 January 2011 13:51, Adrian Chadd  wrote:
> > Hi everyone,
> >
> > I'm in the process of merging in the non-intrusive changes to the
> > if_ath code into -HEAD.
> 
> Ok, so I lied - the ANI changes were slightly intrusive. But all in
> all the code was just shuffled around a bit.
> 
> Someone's reported that the AR9285 was once stable but now isn't. I'd
> really appreciate it if others who are using AR9280/AR9285 chipsets
> would test this out and get back to me.

Oddly enough, I think my AR9285 uses less power now.  This I do
know however: at boot, it associates much much faster.  I used to
have to wait at least 10 seconds for "the default route interface".
Now, association and DHCP blazes through without pausing.

Ian

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


[head tinderbox] failure on ia64/ia64

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 17:52:23 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 17:52:23 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-01-22 17:52:23 - cleaning the object tree
TB --- 2011-01-22 17:52:35 - cvsupping the source tree
TB --- 2011-01-22 17:52:35 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-01-22 17:53:25 - building world
TB --- 2011-01-22 17:53:25 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 17:53:25 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 17:53:25 - TARGET=ia64
TB --- 2011-01-22 17:53:25 - TARGET_ARCH=ia64
TB --- 2011-01-22 17:53:25 - TZ=UTC
TB --- 2011-01-22 17:53:25 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 17:53:25 - cd /src
TB --- 2011-01-22 17:53:25 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 17:53:26 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sat Jan 22 19:13:41 UTC 2011
TB --- 2011-01-22 19:13:41 - generating LINT kernel config
TB --- 2011-01-22 19:13:41 - cd /src/sys/ia64/conf
TB --- 2011-01-22 19:13:41 - /usr/bin/make -B LINT
TB --- 2011-01-22 19:13:41 - building LINT kernel
TB --- 2011-01-22 19:13:41 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 19:13:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 19:13:41 - TARGET=ia64
TB --- 2011-01-22 19:13:41 - TARGET_ARCH=ia64
TB --- 2011-01-22 19:13:41 - TZ=UTC
TB --- 2011-01-22 19:13:41 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 19:13:41 - cd /src
TB --- 2011-01-22 19:13:41 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 19:13:41 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_BSD' encountered.
WARNING: duplicate option `GEOM_PART_GPT' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ACPI' encountered.
WARNING: duplicate device `acpi' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 19:13:41 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 19:13:41 - ERROR: failed to build lint kernel
TB --- 2011-01-22 19:13:41 - 3925.69 user 602.85 system 4878.13 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


RE: My ZFS v28 Testing Experience

2011-01-22 Thread Chris Forgeron
>Before we go any further could you please confirm that you commented out this 
>line in sys/modules/zfs/Makefile:
>
>   CFLAGS+=-DDEBUG=1
>
>This turns all kind of ZFS debugging and slows it down a lot, but for the 
>correctness testing is invaluable. This will >be turned off once we import ZFS 
>into FreeBSD-CURRENT.

Ah! I did not do this. My bad, I've made the edit, and will be recompiling 
today to see the differences this makes. 

I will also clone my disk, turn witness and full debug back on, and then try 
and find out where my problems importing a pool with multiple cache/log devices 
comes from. It's quite possible it's not hanging, just taking forever, and I'm 
impatient and not letting it sit for a n hour to see if it completes. 

Will report back once I have numbers. 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: RFC vgrind in base (and buildworld)

2011-01-22 Thread Alexander Kabaev
On Thu, 20 Jan 2011 23:11:43 +0100
Ulrich Spörlein  wrote:

> On Thu, 20.01.2011 at 15:31:03 -0500, Alexander Kabaev wrote:
> > On Thu, 20 Jan 2011 21:17:40 +0100
> > Ulrich Spörlein  wrote:
> > 
> > > Hello,
> > > 
> > > Currently our buildworld relies on groff(1) and vgrind(1) being
> > > present in the host system. I have a patch ready that at least
> > > makes sure these are built during bootstrap-tools and completes
> > > the WITHOUT_GROFF flag.
> > > 
> > > vgrind(1) is only used for two papers under share/doc and we could
> > > easily expand the results and commit them to svn directly,
> > > alleviating the need to run vgrind(1) during buildworld.
> > > 
> > > OTOH, there are much more useful tools to vgrind(1) for source
> > > code formatting. So do we still have vgrind(1) users out there?
> > > 
> > > Regards,
> > > Uli
> > 
Just to respond to initial comment, I can live without vgrind in base
just fine, provided one cna be installed from ports (looks like that
is true). 

-- 
Alexander Kabaev


signature.asc
Description: PGP signature


[head tinderbox] failure on powerpc/powerpc

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 19:20:14 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 19:20:14 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-01-22 19:20:14 - cleaning the object tree
TB --- 2011-01-22 19:20:29 - cvsupping the source tree
TB --- 2011-01-22 19:20:29 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-01-22 19:20:43 - building world
TB --- 2011-01-22 19:20:43 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 19:20:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 19:20:43 - TARGET=powerpc
TB --- 2011-01-22 19:20:43 - TARGET_ARCH=powerpc
TB --- 2011-01-22 19:20:43 - TZ=UTC
TB --- 2011-01-22 19:20:43 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 19:20:43 - cd /src
TB --- 2011-01-22 19:20:43 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 19:20:44 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sat Jan 22 20:56:49 UTC 2011
TB --- 2011-01-22 20:56:49 - generating LINT kernel config
TB --- 2011-01-22 20:56:49 - cd /src/sys/powerpc/conf
TB --- 2011-01-22 20:56:49 - /usr/bin/make -B LINT
TB --- 2011-01-22 20:56:49 - building LINT kernel
TB --- 2011-01-22 20:56:49 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 20:56:49 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 20:56:49 - TARGET=powerpc
TB --- 2011-01-22 20:56:49 - TARGET_ARCH=powerpc
TB --- 2011-01-22 20:56:49 - TZ=UTC
TB --- 2011-01-22 20:56:49 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 20:56:49 - cd /src
TB --- 2011-01-22 20:56:49 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 20:56:49 UTC 2011
>>> stage 1: configuring the kernel
--
cd /src/sys/powerpc/conf;  
PATH=/obj/powerpc.powerpc/src/tmp/legacy/usr/sbin:/obj/powerpc.powerpc/src/tmp/legacy/usr/bin:/obj/powerpc.powerpc/src/tmp/legacy/usr/games:/obj/powerpc.powerpc/src/tmp/usr/sbin:/obj/powerpc.powerpc/src/tmp/usr/bin:/obj/powerpc.powerpc/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/powerpc.powerpc/src/sys/LINT  /src/sys/powerpc/conf/LINT
WARNING: duplicate option `GEOM_PART_APM' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 20:56:49 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 20:56:49 - ERROR: failed to build lint kernel
TB --- 2011-01-22 20:56:49 - 4684.77 user 752.77 system 5795.23 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sparc64

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 20:00:04 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 20:00:04 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-01-22 20:00:04 - cleaning the object tree
TB --- 2011-01-22 20:00:17 - cvsupping the source tree
TB --- 2011-01-22 20:00:17 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-01-22 20:00:31 - building world
TB --- 2011-01-22 20:00:31 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 20:00:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 20:00:31 - TARGET=sparc64
TB --- 2011-01-22 20:00:31 - TARGET_ARCH=sparc64
TB --- 2011-01-22 20:00:31 - TZ=UTC
TB --- 2011-01-22 20:00:31 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 20:00:31 - cd /src
TB --- 2011-01-22 20:00:31 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 20:00:31 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sat Jan 22 21:01:39 UTC 2011
TB --- 2011-01-22 21:01:39 - generating LINT kernel config
TB --- 2011-01-22 21:01:39 - cd /src/sys/sparc64/conf
TB --- 2011-01-22 21:01:39 - /usr/bin/make -B LINT
TB --- 2011-01-22 21:01:39 - building LINT kernel
TB --- 2011-01-22 21:01:39 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 21:01:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 21:01:39 - TARGET=sparc64
TB --- 2011-01-22 21:01:39 - TARGET_ARCH=sparc64
TB --- 2011-01-22 21:01:39 - TZ=UTC
TB --- 2011-01-22 21:01:39 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 21:01:39 - cd /src
TB --- 2011-01-22 21:01:39 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 21:01:39 UTC 2011
>>> stage 1: configuring the kernel
--
cd /src/sys/sparc64/conf;  
PATH=/obj/sparc64.sparc64/src/tmp/legacy/usr/sbin:/obj/sparc64.sparc64/src/tmp/legacy/usr/bin:/obj/sparc64.sparc64/src/tmp/legacy/usr/games:/obj/sparc64.sparc64/src/tmp/usr/sbin:/obj/sparc64.sparc64/src/tmp/usr/bin:/obj/sparc64.sparc64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/sparc64.sparc64/src/sys/LINT  /src/sys/sparc64/conf/LINT
WARNING: duplicate option `GEOM_PART_BSD' encountered.
WARNING: duplicate option `GEOM_PART_VTOC8' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `SUNKBD_EMULATE_ATKBD' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 21:01:39 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 21:01:39 - ERROR: failed to build lint kernel
TB --- 2011-01-22 21:01:39 - 2839.95 user 568.24 system 3695.57 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sun4v

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 20:09:36 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 20:09:36 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2011-01-22 20:09:36 - cleaning the object tree
TB --- 2011-01-22 20:09:44 - cvsupping the source tree
TB --- 2011-01-22 20:09:44 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2011-01-22 20:09:58 - building world
TB --- 2011-01-22 20:09:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 20:09:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 20:09:58 - TARGET=sun4v
TB --- 2011-01-22 20:09:58 - TARGET_ARCH=sparc64
TB --- 2011-01-22 20:09:58 - TZ=UTC
TB --- 2011-01-22 20:09:58 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 20:09:58 - cd /src
TB --- 2011-01-22 20:09:58 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 20:09:59 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sat Jan 22 21:10:10 UTC 2011
TB --- 2011-01-22 21:10:10 - generating LINT kernel config
TB --- 2011-01-22 21:10:10 - cd /src/sys/sun4v/conf
TB --- 2011-01-22 21:10:10 - /usr/bin/make -B LINT
TB --- 2011-01-22 21:10:10 - building LINT kernel
TB --- 2011-01-22 21:10:10 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 21:10:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 21:10:10 - TARGET=sun4v
TB --- 2011-01-22 21:10:10 - TARGET_ARCH=sparc64
TB --- 2011-01-22 21:10:10 - TZ=UTC
TB --- 2011-01-22 21:10:10 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 21:10:10 - cd /src
TB --- 2011-01-22 21:10:10 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 21:10:10 UTC 2011
>>> stage 1: configuring the kernel
--
cd /src/sys/sun4v/conf;  
PATH=/obj/sun4v.sparc64/src/tmp/legacy/usr/sbin:/obj/sun4v.sparc64/src/tmp/legacy/usr/bin:/obj/sun4v.sparc64/src/tmp/legacy/usr/games:/obj/sun4v.sparc64/src/tmp/usr/sbin:/obj/sun4v.sparc64/src/tmp/usr/bin:/obj/sun4v.sparc64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/sun4v.sparc64/src/sys/LINT  /src/sys/sun4v/conf/LINT
WARNING: duplicate option `GEOM_PART_BSD' encountered.
WARNING: duplicate option `GEOM_PART_VTOC8' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 21:10:10 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 21:10:10 - ERROR: failed to build lint kernel
TB --- 2011-01-22 21:10:10 - 2823.37 user 569.09 system 3634.91 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 19:46:49 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 19:46:49 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-01-22 19:46:49 - cleaning the object tree
TB --- 2011-01-22 19:47:05 - cvsupping the source tree
TB --- 2011-01-22 19:47:05 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-01-22 19:47:30 - building world
TB --- 2011-01-22 19:47:30 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 19:47:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 19:47:30 - TARGET=powerpc
TB --- 2011-01-22 19:47:30 - TARGET_ARCH=powerpc64
TB --- 2011-01-22 19:47:30 - TZ=UTC
TB --- 2011-01-22 19:47:30 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 19:47:30 - cd /src
TB --- 2011-01-22 19:47:30 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 19:47:30 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> stage 5.1: building 32 bit shim libraries
>>> World build completed on Sat Jan 22 21:17:52 UTC 2011
TB --- 2011-01-22 21:17:53 - generating LINT kernel config
TB --- 2011-01-22 21:17:53 - cd /src/sys/powerpc/conf
TB --- 2011-01-22 21:17:53 - /usr/bin/make -B LINT
TB --- 2011-01-22 21:17:53 - building LINT kernel
TB --- 2011-01-22 21:17:53 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 21:17:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 21:17:53 - TARGET=powerpc
TB --- 2011-01-22 21:17:53 - TARGET_ARCH=powerpc64
TB --- 2011-01-22 21:17:53 - TZ=UTC
TB --- 2011-01-22 21:17:53 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 21:17:53 - cd /src
TB --- 2011-01-22 21:17:53 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 21:17:53 UTC 2011
>>> stage 1: configuring the kernel
--
cd /src/sys/powerpc/conf;  
PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/sbin:/obj/powerpc.powerpc64/src/tmp/legacy/usr/bin:/obj/powerpc.powerpc64/src/tmp/legacy/usr/games:/obj/powerpc.powerpc64/src/tmp/usr/sbin:/obj/powerpc.powerpc64/src/tmp/usr/bin:/obj/powerpc.powerpc64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/powerpc.powerpc64/src/sys/LINT  /src/sys/powerpc/conf/LINT
WARNING: duplicate option `GEOM_PART_APM' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 21:17:53 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 21:17:53 - ERROR: failed to build lint kernel
TB --- 2011-01-22 21:17:53 - 4274.23 user 845.05 system 5463.71 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 21:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 21:20:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2011-01-22 21:20:00 - cleaning the object tree
TB --- 2011-01-22 21:20:15 - cvsupping the source tree
TB --- 2011-01-22 21:20:15 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2011-01-22 21:20:34 - building world
TB --- 2011-01-22 21:20:34 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 21:20:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 21:20:34 - TARGET=pc98
TB --- 2011-01-22 21:20:34 - TARGET_ARCH=i386
TB --- 2011-01-22 21:20:34 - TZ=UTC
TB --- 2011-01-22 21:20:34 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 21:20:34 - cd /src
TB --- 2011-01-22 21:20:34 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 21:20:34 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sat Jan 22 23:01:18 UTC 2011
TB --- 2011-01-22 23:01:19 - generating LINT kernel config
TB --- 2011-01-22 23:01:19 - cd /src/sys/pc98/conf
TB --- 2011-01-22 23:01:19 - /usr/bin/make -B LINT
TB --- 2011-01-22 23:01:19 - building LINT kernel
TB --- 2011-01-22 23:01:19 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 23:01:19 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 23:01:19 - TARGET=pc98
TB --- 2011-01-22 23:01:19 - TARGET_ARCH=i386
TB --- 2011-01-22 23:01:19 - TZ=UTC
TB --- 2011-01-22 23:01:19 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 23:01:19 - cd /src
TB --- 2011-01-22 23:01:19 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 23:01:19 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_PC98' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ISA' encountered.
WARNING: duplicate device `isa' encountered.
WARNING: duplicate option `DEV_NPX' encountered.
WARNING: duplicate device `npx' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 23:01:19 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 23:01:19 - ERROR: failed to build lint kernel
TB --- 2011-01-22 23:01:19 - 4926.45 user 809.29 system 6079.02 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 21:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 21:20:00 - starting HEAD tinderbox run for i386/i386
TB --- 2011-01-22 21:20:00 - cleaning the object tree
TB --- 2011-01-22 21:20:19 - cvsupping the source tree
TB --- 2011-01-22 21:20:19 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2011-01-22 21:25:42 - building world
TB --- 2011-01-22 21:25:42 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 21:25:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 21:25:42 - TARGET=i386
TB --- 2011-01-22 21:25:42 - TARGET_ARCH=i386
TB --- 2011-01-22 21:25:42 - TZ=UTC
TB --- 2011-01-22 21:25:42 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 21:25:42 - cd /src
TB --- 2011-01-22 21:25:42 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 21:25:44 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sat Jan 22 23:07:30 UTC 2011
TB --- 2011-01-22 23:07:30 - generating LINT kernel config
TB --- 2011-01-22 23:07:30 - cd /src/sys/i386/conf
TB --- 2011-01-22 23:07:30 - /usr/bin/make -B LINT
TB --- 2011-01-22 23:07:30 - building LINT kernel
TB --- 2011-01-22 23:07:30 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 23:07:30 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 23:07:30 - TARGET=i386
TB --- 2011-01-22 23:07:30 - TARGET_ARCH=i386
TB --- 2011-01-22 23:07:30 - TZ=UTC
TB --- 2011-01-22 23:07:30 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 23:07:30 - cd /src
TB --- 2011-01-22 23:07:30 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 23:07:31 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ISA' encountered.
WARNING: duplicate device `isa' encountered.
WARNING: duplicate option `DEV_NPX' encountered.
WARNING: duplicate device `npx' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 23:07:31 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 23:07:31 - ERROR: failed to build lint kernel
TB --- 2011-01-22 23:07:31 - 4959.29 user 789.18 system 6450.77 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
On 23 January 2011 02:28, Ian FREISLICH  wrote:

>> Someone's reported that the AR9285 was once stable but now isn't. I'd
>> really appreciate it if others who are using AR9280/AR9285 chipsets
>> would test this out and get back to me.
>
> Oddly enough, I think my AR9285 uses less power now.  This I do
> know however: at boot, it associates much much faster.  I used to
> have to wait at least 10 seconds for "the default route interface".
> Now, association and DHCP blazes through without pausing.

Can you please verify this? Would you please let me know which version
of the OS you were running before this?

I haven't changed anything on the AR9285 codebase that would account
for the above.

Something to keep in mind with the AR9280/AR9285 support is that I've
seen it be -very- unpredictable - sometimes it's reliable off the bat,
sometimes it's not. You have to repeat it a few times to verify that
you've actually seen a change.

Thanks,


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


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
On 23 January 2011 01:11, b. f.  wrote:

> Would you look to see if any of your improvements can also be used by uath(4)?

Nope, sorry. I can only do two things at a time. :)


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


[head tinderbox] failure on amd64/amd64

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 21:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 21:20:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2011-01-22 21:20:00 - cleaning the object tree
TB --- 2011-01-22 21:20:19 - cvsupping the source tree
TB --- 2011-01-22 21:20:19 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2011-01-22 21:20:35 - building world
TB --- 2011-01-22 21:20:35 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 21:20:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 21:20:35 - TARGET=amd64
TB --- 2011-01-22 21:20:35 - TARGET_ARCH=amd64
TB --- 2011-01-22 21:20:35 - TZ=UTC
TB --- 2011-01-22 21:20:35 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 21:20:35 - cd /src
TB --- 2011-01-22 21:20:35 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 21:20:36 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> stage 5.1: building 32 bit shim libraries
>>> World build completed on Sat Jan 22 23:29:28 UTC 2011
TB --- 2011-01-22 23:29:28 - generating LINT kernel config
TB --- 2011-01-22 23:29:28 - cd /src/sys/amd64/conf
TB --- 2011-01-22 23:29:28 - /usr/bin/make -B LINT
TB --- 2011-01-22 23:29:28 - building LINT kernel
TB --- 2011-01-22 23:29:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 23:29:28 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 23:29:28 - TARGET=amd64
TB --- 2011-01-22 23:29:28 - TARGET_ARCH=amd64
TB --- 2011-01-22 23:29:28 - TZ=UTC
TB --- 2011-01-22 23:29:28 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 23:29:28 - cd /src
TB --- 2011-01-22 23:29:28 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 23:29:29 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_EBR' encountered.
WARNING: duplicate option `GEOM_PART_EBR_COMPAT' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ISA' encountered.
WARNING: duplicate device `isa' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 23:29:29 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 23:29:29 - ERROR: failed to build lint kernel
TB --- 2011-01-22 23:29:29 - 6205.16 user 1087.44 system 7768.81 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 22:12:32 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 22:12:32 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-01-22 22:12:32 - cleaning the object tree
TB --- 2011-01-22 22:12:38 - cvsupping the source tree
TB --- 2011-01-22 22:12:38 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-01-22 22:12:50 - building world
TB --- 2011-01-22 22:12:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 22:12:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 22:12:50 - TARGET=ia64
TB --- 2011-01-22 22:12:50 - TARGET_ARCH=ia64
TB --- 2011-01-22 22:12:50 - TZ=UTC
TB --- 2011-01-22 22:12:50 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 22:12:50 - cd /src
TB --- 2011-01-22 22:12:50 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 22:12:51 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sat Jan 22 23:33:15 UTC 2011
TB --- 2011-01-22 23:33:15 - generating LINT kernel config
TB --- 2011-01-22 23:33:15 - cd /src/sys/ia64/conf
TB --- 2011-01-22 23:33:15 - /usr/bin/make -B LINT
TB --- 2011-01-22 23:33:15 - building LINT kernel
TB --- 2011-01-22 23:33:15 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 23:33:15 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 23:33:15 - TARGET=ia64
TB --- 2011-01-22 23:33:15 - TARGET_ARCH=ia64
TB --- 2011-01-22 23:33:15 - TZ=UTC
TB --- 2011-01-22 23:33:15 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 23:33:15 - cd /src
TB --- 2011-01-22 23:33:15 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sat Jan 22 23:33:16 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_BSD' encountered.
WARNING: duplicate option `GEOM_PART_GPT' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ACPI' encountered.
WARNING: duplicate device `acpi' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-22 23:33:16 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-22 23:33:16 - ERROR: failed to build lint kernel
TB --- 2011-01-22 23:33:16 - 3933.81 user 606.91 system 4843.91 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: More if_ath churn coming your way!

2011-01-22 Thread b. f.
On 1/22/11, Adrian Chadd  wrote:
> On 23 January 2011 01:11, b. f.  wrote:
>
>> Would you look to see if any of your improvements can also be used by
>> uath(4)?
>
> Nope, sorry. I can only do two things at a time. :)

I didn't mean immediately, but at some point in the not-too-distant
future.  Or do you lack the hardware, if not the time?

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


Request: AR9285 EEPROM dumps (was Re: More if_ath churn coming your way!)

2011-01-22 Thread Adrian Chadd
Hi all,

I've just committed a new tool in src/tools/tools/ath/ called ath_prom_dump .

It dumps the contents of the atheros EEPROM into a text file for later analysis.

I don't have any AR9285's handy; if you have an AR9285, would you
please send me a hexdump of the EEPROM along with the contents of
pciconf and  dmesg | grep ath (so I can get the MAC/PHY version
numbers?)

Thanks,


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


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
On 23 January 2011 07:47, b. f.  wrote:

>> Nope, sorry. I can only do two things at a time. :)
>
> I didn't mean immediately, but at some point in the not-too-distant
> future.  Or do you lack the hardware, if not the time?

All of the above, sorry.

The atheros wifi hacking is mostly a spare-time project for me.
There's a lot to be done and I'd like to maximise my chances at
actually achieving what I set out to.



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


[head tinderbox] failure on sparc64/sparc64

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 23:33:21 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 23:33:21 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2011-01-22 23:33:21 - cleaning the object tree
TB --- 2011-01-22 23:33:30 - cvsupping the source tree
TB --- 2011-01-22 23:33:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2011-01-22 23:33:54 - building world
TB --- 2011-01-22 23:33:54 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 23:33:54 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 23:33:54 - TARGET=sparc64
TB --- 2011-01-22 23:33:54 - TARGET_ARCH=sparc64
TB --- 2011-01-22 23:33:54 - TZ=UTC
TB --- 2011-01-22 23:33:54 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 23:33:54 - cd /src
TB --- 2011-01-22 23:33:54 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 23:33:55 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sun Jan 23 00:35:22 UTC 2011
TB --- 2011-01-23 00:35:22 - generating LINT kernel config
TB --- 2011-01-23 00:35:22 - cd /src/sys/sparc64/conf
TB --- 2011-01-23 00:35:22 - /usr/bin/make -B LINT
TB --- 2011-01-23 00:35:22 - building LINT kernel
TB --- 2011-01-23 00:35:22 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 00:35:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 00:35:22 - TARGET=sparc64
TB --- 2011-01-23 00:35:22 - TARGET_ARCH=sparc64
TB --- 2011-01-23 00:35:22 - TZ=UTC
TB --- 2011-01-23 00:35:22 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 00:35:22 - cd /src
TB --- 2011-01-23 00:35:22 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sun Jan 23 00:35:22 UTC 2011
>>> stage 1: configuring the kernel
--
cd /src/sys/sparc64/conf;  
PATH=/obj/sparc64.sparc64/src/tmp/legacy/usr/sbin:/obj/sparc64.sparc64/src/tmp/legacy/usr/bin:/obj/sparc64.sparc64/src/tmp/legacy/usr/games:/obj/sparc64.sparc64/src/tmp/usr/sbin:/obj/sparc64.sparc64/src/tmp/usr/bin:/obj/sparc64.sparc64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/sparc64.sparc64/src/sys/LINT  /src/sys/sparc64/conf/LINT
WARNING: duplicate option `GEOM_PART_BSD' encountered.
WARNING: duplicate option `GEOM_PART_VTOC8' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `SUNKBD_EMULATE_ATKBD' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-23 00:35:22 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-23 00:35:22 - ERROR: failed to build lint kernel
TB --- 2011-01-23 00:35:22 - 2842.27 user 569.29 system 3720.99 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc/powerpc

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 23:07:31 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 23:07:31 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2011-01-22 23:07:31 - cleaning the object tree
TB --- 2011-01-22 23:07:38 - cvsupping the source tree
TB --- 2011-01-22 23:07:38 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2011-01-22 23:07:50 - building world
TB --- 2011-01-22 23:07:50 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 23:07:50 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 23:07:50 - TARGET=powerpc
TB --- 2011-01-22 23:07:50 - TARGET_ARCH=powerpc
TB --- 2011-01-22 23:07:50 - TZ=UTC
TB --- 2011-01-22 23:07:50 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 23:07:50 - cd /src
TB --- 2011-01-22 23:07:50 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 23:07:51 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sun Jan 23 00:43:18 UTC 2011
TB --- 2011-01-23 00:43:18 - generating LINT kernel config
TB --- 2011-01-23 00:43:18 - cd /src/sys/powerpc/conf
TB --- 2011-01-23 00:43:18 - /usr/bin/make -B LINT
TB --- 2011-01-23 00:43:18 - building LINT kernel
TB --- 2011-01-23 00:43:18 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 00:43:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 00:43:18 - TARGET=powerpc
TB --- 2011-01-23 00:43:18 - TARGET_ARCH=powerpc
TB --- 2011-01-23 00:43:18 - TZ=UTC
TB --- 2011-01-23 00:43:18 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 00:43:18 - cd /src
TB --- 2011-01-23 00:43:18 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sun Jan 23 00:43:18 UTC 2011
>>> stage 1: configuring the kernel
--
cd /src/sys/powerpc/conf;  
PATH=/obj/powerpc.powerpc/src/tmp/legacy/usr/sbin:/obj/powerpc.powerpc/src/tmp/legacy/usr/bin:/obj/powerpc.powerpc/src/tmp/legacy/usr/games:/obj/powerpc.powerpc/src/tmp/usr/sbin:/obj/powerpc.powerpc/src/tmp/usr/bin:/obj/powerpc.powerpc/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/powerpc.powerpc/src/sys/LINT  /src/sys/powerpc/conf/LINT
WARNING: duplicate option `GEOM_PART_APM' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-23 00:43:18 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-23 00:43:18 - ERROR: failed to build lint kernel
TB --- 2011-01-23 00:43:18 - 4682.72 user 751.97 system 5747.29 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on sparc64/sun4v

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 23:56:19 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 23:56:19 - starting HEAD tinderbox run for sparc64/sun4v
TB --- 2011-01-22 23:56:19 - cleaning the object tree
TB --- 2011-01-22 23:56:27 - cvsupping the source tree
TB --- 2011-01-22 23:56:27 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/sparc64/sun4v/supfile
TB --- 2011-01-22 23:56:39 - building world
TB --- 2011-01-22 23:56:39 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 23:56:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 23:56:39 - TARGET=sun4v
TB --- 2011-01-22 23:56:39 - TARGET_ARCH=sparc64
TB --- 2011-01-22 23:56:39 - TZ=UTC
TB --- 2011-01-22 23:56:39 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 23:56:39 - cd /src
TB --- 2011-01-22 23:56:39 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 23:56:40 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sun Jan 23 00:56:01 UTC 2011
TB --- 2011-01-23 00:56:01 - generating LINT kernel config
TB --- 2011-01-23 00:56:01 - cd /src/sys/sun4v/conf
TB --- 2011-01-23 00:56:01 - /usr/bin/make -B LINT
TB --- 2011-01-23 00:56:01 - building LINT kernel
TB --- 2011-01-23 00:56:01 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 00:56:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 00:56:01 - TARGET=sun4v
TB --- 2011-01-23 00:56:01 - TARGET_ARCH=sparc64
TB --- 2011-01-23 00:56:01 - TZ=UTC
TB --- 2011-01-23 00:56:01 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 00:56:01 - cd /src
TB --- 2011-01-23 00:56:01 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sun Jan 23 00:56:01 UTC 2011
>>> stage 1: configuring the kernel
--
cd /src/sys/sun4v/conf;  
PATH=/obj/sun4v.sparc64/src/tmp/legacy/usr/sbin:/obj/sun4v.sparc64/src/tmp/legacy/usr/bin:/obj/sun4v.sparc64/src/tmp/legacy/usr/games:/obj/sun4v.sparc64/src/tmp/usr/sbin:/obj/sun4v.sparc64/src/tmp/usr/bin:/obj/sun4v.sparc64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/sun4v.sparc64/src/sys/LINT  /src/sys/sun4v/conf/LINT
WARNING: duplicate option `GEOM_PART_BSD' encountered.
WARNING: duplicate option `GEOM_PART_VTOC8' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-23 00:56:01 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-23 00:56:01 - ERROR: failed to build lint kernel
TB --- 2011-01-23 00:56:01 - 2816.23 user 562.07 system 3582.12 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sun4v.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on powerpc64/powerpc

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-22 23:29:29 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-22 23:29:29 - starting HEAD tinderbox run for powerpc64/powerpc
TB --- 2011-01-22 23:29:29 - cleaning the object tree
TB --- 2011-01-22 23:29:39 - cvsupping the source tree
TB --- 2011-01-22 23:29:39 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/powerpc64/powerpc/supfile
TB --- 2011-01-22 23:30:29 - building world
TB --- 2011-01-22 23:30:29 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-22 23:30:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-22 23:30:29 - TARGET=powerpc
TB --- 2011-01-22 23:30:29 - TARGET_ARCH=powerpc64
TB --- 2011-01-22 23:30:29 - TZ=UTC
TB --- 2011-01-22 23:30:29 - __MAKE_CONF=/dev/null
TB --- 2011-01-22 23:30:29 - cd /src
TB --- 2011-01-22 23:30:29 - /usr/bin/make -B buildworld
>>> World build started on Sat Jan 22 23:30:30 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> stage 5.1: building 32 bit shim libraries
>>> World build completed on Sun Jan 23 01:00:01 UTC 2011
TB --- 2011-01-23 01:00:01 - generating LINT kernel config
TB --- 2011-01-23 01:00:01 - cd /src/sys/powerpc/conf
TB --- 2011-01-23 01:00:01 - /usr/bin/make -B LINT
TB --- 2011-01-23 01:00:01 - building LINT kernel
TB --- 2011-01-23 01:00:01 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 01:00:01 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 01:00:01 - TARGET=powerpc
TB --- 2011-01-23 01:00:01 - TARGET_ARCH=powerpc64
TB --- 2011-01-23 01:00:01 - TZ=UTC
TB --- 2011-01-23 01:00:01 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 01:00:01 - cd /src
TB --- 2011-01-23 01:00:01 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sun Jan 23 01:00:01 UTC 2011
>>> stage 1: configuring the kernel
--
cd /src/sys/powerpc/conf;  
PATH=/obj/powerpc.powerpc64/src/tmp/legacy/usr/sbin:/obj/powerpc.powerpc64/src/tmp/legacy/usr/bin:/obj/powerpc.powerpc64/src/tmp/legacy/usr/games:/obj/powerpc.powerpc64/src/tmp/usr/sbin:/obj/powerpc.powerpc64/src/tmp/usr/bin:/obj/powerpc.powerpc64/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /obj/powerpc.powerpc64/src/sys/LINT  /src/sys/powerpc/conf/LINT
WARNING: duplicate option `GEOM_PART_APM' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-23 01:00:01 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-23 01:00:01 - ERROR: failed to build lint kernel
TB --- 2011-01-23 01:00:01 - 4263.93 user 842.80 system 5432.20 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-powerpc64-powerpc.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/pc98

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-23 01:05:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-23 01:05:00 - starting HEAD tinderbox run for i386/pc98
TB --- 2011-01-23 01:05:01 - cleaning the object tree
TB --- 2011-01-23 01:05:09 - cvsupping the source tree
TB --- 2011-01-23 01:05:09 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/pc98/supfile
TB --- 2011-01-23 01:05:32 - building world
TB --- 2011-01-23 01:05:32 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 01:05:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 01:05:32 - TARGET=pc98
TB --- 2011-01-23 01:05:32 - TARGET_ARCH=i386
TB --- 2011-01-23 01:05:32 - TZ=UTC
TB --- 2011-01-23 01:05:32 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 01:05:32 - cd /src
TB --- 2011-01-23 01:05:32 - /usr/bin/make -B buildworld
>>> World build started on Sun Jan 23 01:05:33 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sun Jan 23 02:46:12 UTC 2011
TB --- 2011-01-23 02:46:12 - generating LINT kernel config
TB --- 2011-01-23 02:46:12 - cd /src/sys/pc98/conf
TB --- 2011-01-23 02:46:12 - /usr/bin/make -B LINT
TB --- 2011-01-23 02:46:12 - building LINT kernel
TB --- 2011-01-23 02:46:12 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 02:46:12 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 02:46:12 - TARGET=pc98
TB --- 2011-01-23 02:46:12 - TARGET_ARCH=i386
TB --- 2011-01-23 02:46:12 - TZ=UTC
TB --- 2011-01-23 02:46:12 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 02:46:12 - cd /src
TB --- 2011-01-23 02:46:12 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sun Jan 23 02:46:13 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_PC98' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ISA' encountered.
WARNING: duplicate device `isa' encountered.
WARNING: duplicate option `DEV_NPX' encountered.
WARNING: duplicate device `npx' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-23 02:46:13 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-23 02:46:13 - ERROR: failed to build lint kernel
TB --- 2011-01-23 02:46:13 - 4922.16 user 815.48 system 6072.09 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-pc98.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on i386/i386

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-23 01:05:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-23 01:05:00 - starting HEAD tinderbox run for i386/i386
TB --- 2011-01-23 01:05:01 - cleaning the object tree
TB --- 2011-01-23 01:05:09 - cvsupping the source tree
TB --- 2011-01-23 01:05:09 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/i386/i386/supfile
TB --- 2011-01-23 01:05:32 - building world
TB --- 2011-01-23 01:05:32 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 01:05:32 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 01:05:32 - TARGET=i386
TB --- 2011-01-23 01:05:32 - TARGET_ARCH=i386
TB --- 2011-01-23 01:05:32 - TZ=UTC
TB --- 2011-01-23 01:05:32 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 01:05:32 - cd /src
TB --- 2011-01-23 01:05:32 - /usr/bin/make -B buildworld
>>> World build started on Sun Jan 23 01:05:33 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sun Jan 23 02:46:34 UTC 2011
TB --- 2011-01-23 02:46:34 - generating LINT kernel config
TB --- 2011-01-23 02:46:34 - cd /src/sys/i386/conf
TB --- 2011-01-23 02:46:34 - /usr/bin/make -B LINT
TB --- 2011-01-23 02:46:34 - building LINT kernel
TB --- 2011-01-23 02:46:34 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 02:46:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 02:46:34 - TARGET=i386
TB --- 2011-01-23 02:46:34 - TARGET_ARCH=i386
TB --- 2011-01-23 02:46:34 - TZ=UTC
TB --- 2011-01-23 02:46:34 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 02:46:34 - cd /src
TB --- 2011-01-23 02:46:34 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sun Jan 23 02:46:34 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ISA' encountered.
WARNING: duplicate device `isa' encountered.
WARNING: duplicate option `DEV_NPX' encountered.
WARNING: duplicate device `npx' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-23 02:46:34 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-23 02:46:34 - ERROR: failed to build lint kernel
TB --- 2011-01-23 02:46:34 - 4954.67 user 798.89 system 6093.93 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-i386-i386.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on ia64/ia64

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-23 01:57:23 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-23 01:57:23 - starting HEAD tinderbox run for ia64/ia64
TB --- 2011-01-23 01:57:23 - cleaning the object tree
TB --- 2011-01-23 01:57:30 - cvsupping the source tree
TB --- 2011-01-23 01:57:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/ia64/ia64/supfile
TB --- 2011-01-23 01:58:18 - building world
TB --- 2011-01-23 01:58:18 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 01:58:18 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 01:58:18 - TARGET=ia64
TB --- 2011-01-23 01:58:18 - TARGET_ARCH=ia64
TB --- 2011-01-23 01:58:18 - TZ=UTC
TB --- 2011-01-23 01:58:18 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 01:58:18 - cd /src
TB --- 2011-01-23 01:58:18 - /usr/bin/make -B buildworld
>>> World build started on Sun Jan 23 01:58:19 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> World build completed on Sun Jan 23 03:18:24 UTC 2011
TB --- 2011-01-23 03:18:24 - generating LINT kernel config
TB --- 2011-01-23 03:18:24 - cd /src/sys/ia64/conf
TB --- 2011-01-23 03:18:24 - /usr/bin/make -B LINT
TB --- 2011-01-23 03:18:24 - building LINT kernel
TB --- 2011-01-23 03:18:24 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 03:18:24 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 03:18:24 - TARGET=ia64
TB --- 2011-01-23 03:18:24 - TARGET_ARCH=ia64
TB --- 2011-01-23 03:18:24 - TZ=UTC
TB --- 2011-01-23 03:18:24 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 03:18:24 - cd /src
TB --- 2011-01-23 03:18:24 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sun Jan 23 03:18:24 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_BSD' encountered.
WARNING: duplicate option `GEOM_PART_GPT' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ACPI' encountered.
WARNING: duplicate device `acpi' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-23 03:18:24 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-23 03:18:24 - ERROR: failed to build lint kernel
TB --- 2011-01-23 03:18:24 - 3931.42 user 604.87 system 4861.09 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-ia64-ia64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


[head tinderbox] failure on amd64/amd64

2011-01-22 Thread FreeBSD Tinderbox
TB --- 2011-01-23 01:05:00 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2011-01-23 01:05:00 - starting HEAD tinderbox run for amd64/amd64
TB --- 2011-01-23 01:05:01 - cleaning the object tree
TB --- 2011-01-23 01:05:12 - cvsupping the source tree
TB --- 2011-01-23 01:05:12 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca 
/tinderbox/HEAD/amd64/amd64/supfile
TB --- 2011-01-23 01:10:36 - building world
TB --- 2011-01-23 01:10:36 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 01:10:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 01:10:36 - TARGET=amd64
TB --- 2011-01-23 01:10:36 - TARGET_ARCH=amd64
TB --- 2011-01-23 01:10:36 - TZ=UTC
TB --- 2011-01-23 01:10:36 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 01:10:36 - cd /src
TB --- 2011-01-23 01:10:36 - /usr/bin/make -B buildworld
>>> World build started on Sun Jan 23 01:10:37 UTC 2011
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
>>> stage 4.4: building everything
>>> stage 5.1: building 32 bit shim libraries
>>> World build completed on Sun Jan 23 03:19:58 UTC 2011
TB --- 2011-01-23 03:19:58 - generating LINT kernel config
TB --- 2011-01-23 03:19:58 - cd /src/sys/amd64/conf
TB --- 2011-01-23 03:19:58 - /usr/bin/make -B LINT
TB --- 2011-01-23 03:19:58 - building LINT kernel
TB --- 2011-01-23 03:19:58 - MAKEOBJDIRPREFIX=/obj
TB --- 2011-01-23 03:19:58 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2011-01-23 03:19:58 - TARGET=amd64
TB --- 2011-01-23 03:19:58 - TARGET_ARCH=amd64
TB --- 2011-01-23 03:19:58 - TZ=UTC
TB --- 2011-01-23 03:19:58 - __MAKE_CONF=/dev/null
TB --- 2011-01-23 03:19:58 - cd /src
TB --- 2011-01-23 03:19:58 - /usr/bin/make -B buildkernel KERNCONF=LINT
>>> Kernel build for LINT started on Sun Jan 23 03:19:58 UTC 2011
>>> stage 1: configuring the kernel
[...]
WARNING: duplicate option `GEOM_PART_EBR' encountered.
WARNING: duplicate option `GEOM_PART_EBR_COMPAT' encountered.
WARNING: duplicate option `GEOM_PART_MBR' encountered.
WARNING: duplicate option `DEV_MEM' encountered.
WARNING: duplicate device `mem' encountered.
WARNING: duplicate option `DEV_ISA' encountered.
WARNING: duplicate device `isa' encountered.
../../conf/options: Duplicate option USB_HOST_ALIGN.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2011-01-23 03:19:58 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2011-01-23 03:19:58 - ERROR: failed to build lint kernel
TB --- 2011-01-23 03:19:59 - 6200.88 user 1080.61 system 8098.04 real


http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: More if_ath churn coming your way!

2011-01-22 Thread Ian FREISLICH
Adrian Chadd wrote:
> I haven't changed anything on the AR9285 codebase that would account
> for the above.

That maybe.  The visible difference in behaviour is that when there's
no traffic, the reported rate drops to 1Mbps.  As soon as there's
traffic it jumps to 54Mbps.

> Something to keep in mind with the AR9280/AR9285 support is that I've
> seen it be -very- unpredictable - sometimes it's reliable off the bat,
> sometimes it's not. You have to repeat it a few times to verify that
> you've actually seen a change.

So far, I've had instances where it's stopped transmitting or
recieving.  It claims to remain associated, but restarting the wlan
interface fails to reestablish the association and a list scan is
empty.  It only seems to happen when the laptop is running on battery.

Ian

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


Re: More if_ath churn coming your way!

2011-01-22 Thread Adrian Chadd
Make sure you're absolutely, positively not doing power saving stuff.

I'm quite certain the ar5416+ HAL is just not doing the right thing
re: power saving mode.


Adrian

On 23 January 2011 13:55, Ian FREISLICH  wrote:
> Adrian Chadd wrote:
>> I haven't changed anything on the AR9285 codebase that would account
>> for the above.
>
> That maybe.  The visible difference in behaviour is that when there's
> no traffic, the reported rate drops to 1Mbps.  As soon as there's
> traffic it jumps to 54Mbps.
>
>> Something to keep in mind with the AR9280/AR9285 support is that I've
>> seen it be -very- unpredictable - sometimes it's reliable off the bat,
>> sometimes it's not. You have to repeat it a few times to verify that
>> you've actually seen a change.
>
> So far, I've had instances where it's stopped transmitting or
> recieving.  It claims to remain associated, but restarting the wlan
> interface fails to reestablish the association and a list scan is
> empty.  It only seems to happen when the laptop is running on battery.
>
> Ian
>
> --
> Ian Freislich
>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"