Re: umass(4) regression in 9.0-RC1.

2011-10-31 Thread Hans Petter Selasky
On Friday 28 October 2011 21:09:47 Pawel Jakub Dawidek wrote: On Fri, Oct 28, 2011 at 09:11:42AM +0200, Hans Petter Selasky wrote: On Thursday 27 October 2011 20:51:15 Pawel Jakub Dawidek wrote: On Thu, Oct 27, 2011 at 08:42:09PM +0200, Hans Petter Selasky wrote: This is the root HUB.

ng_ubt fatal trap 12 on RELENG_9 and CURRENT

2011-10-31 Thread Matt Mullins
I ran into a somewhat interesting snag while trying out FreeBSD 9 on my laptop.  I built a kernel from the RELENG_9 branch, and get a fatal trap 12 during the initialization sequence.  For testing, I rebuilt the same kernel from the CURRENT branch, with the same problem -- this is the one that I'm

Re: ng_ubt fatal trap 12 on RELENG_9 and CURRENT

2011-10-31 Thread Gleb Smirnoff
On Mon, Oct 31, 2011 at 01:22:40AM -0700, Matt Mullins wrote: M I ran into a somewhat interesting snag while trying out FreeBSD 9 on M my laptop.  I built a kernel from the RELENG_9 branch, and get a M fatal trap 12 during the initialization sequence.  For testing, I M rebuilt the same kernel from

WITHOUT_GCC for build target / system without base gcc (9RC1)

2011-10-31 Thread Jakub Lach
Hello. When one can expect being able to have system without base gcc installed? Since I enabled clang, and I'm using gcc46 for ports, having base gcc is largely pointless for me, but couldn't build system with clang only, because of: === usr.bin/xlint/llib (all) lint -cghapbx -Cposix

Re: Panics after AHCI timeouts

2011-10-31 Thread Armin Pirkovitsch
Hi! Just wanted to say - in my case the AHCI timeouts (and therefor the panics afterwards) were solved by updating the firmware of my SSDs. [Corsair Force 3, 120GB, old firmware: 1.3, new firmware: 1.3.3] Armin On 10/28/11 01:19, Pegasus Mc Cleaft wrote: If it's only one process, the

Re: WITHOUT_GCC for build target / system without base gcc (9RC1)

2011-10-31 Thread Dimitry Andric
On 2011-10-31 10:53, Jakub Lach wrote: When one can expect being able to have system without base gcc installed? There's quite some work to be done. The trickiest part is to get rid of GNU libstdc++, which is sort of a symbiote with gcc. Also, there are still some programs that hardcode

Re: WITHOUT_GCC for build target / system without base gcc (9RC1)

2011-10-31 Thread Jakub Lach
Hi, thanks for reply. But seriously, building ports which have not explicitly been marked as being gcc 4.5 or 4.6 compatible is taking a chance. It might work, or break in various interesting ways. Yes, I know. I'm just using small subset of ports as well. Will probably try clang for

Re: FreeBSD 9.0 amd64 RC1 and KDE4

2011-10-31 Thread Mehmet Erol Sanliturk
On Fri, Oct 28, 2011 at 4:55 AM, Alberto Villa avi...@freebsd.org wrote: On Thursday 27 October 2011 02:34:11 Mehmet Erol Sanliturk wrote: In a message previously I mentioned the KDE4 problem for 8.2 amd64 Release , but that message even did not receive a single reply . Things just may

Re: FreeBSD 9.0 amd64 RC1 and KDE4

2011-10-31 Thread Alberto Villa
On Monday 31 October 2011 17:05:06 Mehmet Erol Sanliturk wrote: The problem caused by the messages is at least the time used to generate them . Some of these have been removed in the latest kdelibs4 port. Starting of KDE4 or its parts are taking a long time with respect to other system

RFC: GEOM MULTIPATH rewrite

2011-10-31 Thread Alexander Motin
Hi. Attempt to fix some GEOM MULTIPATH issues made me almost rewrite it. So I would like to present my results and request for testing and feedback. The main changes: - Improved locking and destruction process to fix crashes in many cases. - Improved automatic configuration method to make it

Re: panic at vm_page_wire with FreeBSD 9.0 Beta 3

2011-10-31 Thread K. Macy
Someone was seeing the same issue with the vmtools kmod. The only thing that might make sense is that the page lock array is defined as being a different size in your kmod as in the kernel itself so the lock corresponding to the page you're locking differs between the two files. Cheers On Fri,

request: merging if_ath_tx branch to HEAD

2011-10-31 Thread Adrian Chadd
Hi all, I'd like to merge the if_ath_tx code into -HEAD so it gets some wider testing. This includes a couple of net80211 changes but it overwhelmingly is if_ath driver changes. The code is a bit messy and it's still a work in progress but I'd rather tidy it up in -HEAD. Otherwise I'm stuck in

Re: request: merging if_ath_tx branch to HEAD

2011-10-31 Thread Doug Barton
On 10/31/2011 14:17, Adrian Chadd wrote: Hi all, I'd like to merge the if_ath_tx code into -HEAD so it gets some wider testing. This includes a couple of net80211 changes but it overwhelmingly is if_ath driver changes. The code is a bit messy and it's still a work in progress but I'd

Re: request: merging if_ath_tx branch to HEAD

2011-10-31 Thread Aleksandr Rybalko
On Mon, 31 Oct 2011 14:17:28 -0700 Adrian Chadd adr...@freebsd.org wrote: Hi all, I'd like to merge the if_ath_tx code into -HEAD so it gets some wider testing. This includes a couple of net80211 changes but it overwhelmingly is if_ath driver changes. The code is a bit messy and it's

Re: smp_rendezvous runs with interrupts and preemption enabled on unicore systems

2011-10-31 Thread Attilio Rao
2011/10/28 m...@freebsd.org: On Fri, Oct 28, 2011 at 8:37 AM, Ryan Stone ryst...@gmail.com wrote: I'm seeing issues on a unicore systems running a derivative of FreeBSD 8.2-RELEASE if something calls mem_range_attr_set.  It turns out that the root cause is a bug in smp_rendezvous_cpus.  The

Re: request: merging if_ath_tx branch to HEAD

2011-10-31 Thread Adrian Chadd
On 31 October 2011 14:52, Doug Barton do...@freebsd.org wrote: The code is a bit messy and it's still a work in progress but I'd rather tidy it up in -HEAD. Otherwise I'm stuck in the unfortunate situation of having to keep merging between the if_ath_tx branch and -HEAD. Is this work that

Strange warning with clang and 9RC1 (ntohs)

2011-10-31 Thread Axel Gonzalez
I'm getting an strange warning whem compiling with clang (from base) on RC1. This warning doesn't appear with 8.X and clang from ports. The warning is strange because ntohs is not int: uint16_t ntohs(uint16_t netshort); Any insight would be appreciated, thanks in advance! A %

Re: request: merging if_ath_tx branch to HEAD

2011-10-31 Thread Doug Barton
On 10/31/2011 17:22, Adrian Chadd wrote: On 31 October 2011 14:52, Doug Barton do...@freebsd.org wrote: The code is a bit messy and it's still a work in progress but I'd rather tidy it up in -HEAD. Otherwise I'm stuck in the unfortunate situation of having to keep merging between the

Re: RFC: GEOM MULTIPATH rewrite

2011-10-31 Thread Stephane LAPIE
Hello, First of all, many thanks. I am going to test your patch on 9.0-RC1, and try to backport it to 8.2 (which is the main version I am currently using at work, in the environment where I have a critical need for FC multipath redundancy...) Again, thanks for your efforts. I hope to be giving