Re: RE: rebooting nvidia + keyboard issues

2013-04-04 Thread Waitman Gobble
On Wed, 3 Apr 2013 11:07:55 -0700, Adrian Chadd adr...@freebsd.org wrote: Hi, can you guys please ensure a PR is filed with all the information you've just included? the clang team would likely love to have this much information in a bug report. Thanks! adrian OK is it good to know the

Re: Any objections/comments on axing out old ATA stack?

2013-04-04 Thread Matthias Andree
Am 04.04.2013 03:05, schrieb Jeremy Chadwick: Please provide gpart show -p ada1 output, both here and in the PR, if you could. =63 1953525105ada1 MBR (931G) 63 209714337 ada1s1 freebsd [active] (100G) 209714400 800 - free - (400k)

Re: www/apache24: ports like lang/php5 or devel/subversion are disturbed by the apache24 port!

2013-04-04 Thread Alex Dupre
Olli Hauer ha scritto: It will take a while until php is really apache24 ready. Work is in progress on php upstream. One of the issues is that APXS does not provide the MPM model which is needed for php and others to build. Can you try the following patch, please? Index: bsd.php.mk

Re: gptzfsboot problem on HP P410i Smart Array

2013-04-04 Thread Andriy Gapon
on 19/03/2013 18:20 John Baldwin said the following: Yes, we likely could start using that, we would just need to ensure it has some sort of minimum size. However, maybe it would always have that minimum size as you are only going to have additional ranges if you have more than 4GB of RAM

Re: gptzfsboot problem on HP P410i Smart Array

2013-04-04 Thread John Baldwin
On Thursday, April 04, 2013 12:16:32 pm Andriy Gapon wrote: on 19/03/2013 18:20 John Baldwin said the following: Yes, we likely could start using that, we would just need to ensure it has some sort of minimum size. However, maybe it would always have that minimum size as you are only

Re: call suspend_cpus() under smp_ipi_mtx

2013-04-04 Thread Andriy Gapon
on 01/04/2013 17:52 John Baldwin said the following: Hmm, I think intr_table_lock used to be a spin lock at some point. I don't remember why we changed it to a regular mutex. It may be that there was a lock order reason for that. :( I came up with the following patch:

Re: gptzfsboot problem on HP P410i Smart Array

2013-04-04 Thread Andriy Gapon
on 04/04/2013 20:16 John Baldwin said the following: On Thursday, April 04, 2013 12:16:32 pm Andriy Gapon wrote: diff --git a/sys/boot/i386/zfsboot/zfsboot.c b/sys/boot/i386/zfsboot/zfsboot.c index 82402b6..12ceeb0 100644 --- a/sys/boot/i386/zfsboot/zfsboot.c +++