[HEADS UP] MacBooks and Apple Trackpads

2014-02-07 Thread Hans Petter Selasky
Hi, A new driver for the Apple Trackpad named wsp has been committed and MFC'ed to 9-stable and 10-stable from -current. The trackpad will appear non-working in X.org until HAL is recompiled with support for wsp devices. This happens when I MFC etc/usb.conf to 9-stable and 10-stable which

Re: ARC pressured out, how to control/stabilize ? (reformatted to text/plain)

2014-02-07 Thread Andriy Gapon
on 05/02/2014 14:22 Vitalij Satanivskij said the following: Dear Andriy and FreeBSD community, Ok. I'm get coredump on panic. What else i need to do? Vitalij, Vladimir, I have been able to reproduce the leak at work, so now I have full access to all debugging information that I need.

Re: [PATCH] PCI bus number management

2014-02-07 Thread Julian Stecklina
On 02/06/2014 08:37 PM, John Baldwin wrote: I would like to commit this to HEAD soon but thought I would post it for some pre-commit testing for the brave. :) If you are really brave, try booting with 'hw.pci.clear_buses=1' which will force the kernel to renumber all buses in the system.

-CURRENT on VBox is broken (was: Re: buildworld fails with Zero byte read from file, skipping rest) of line

2014-02-07 Thread Jeremie Le Hen
On Wed, Jan 15, 2014 at 12:36:53PM +0100, Jeremie Le Hen wrote: On Wed, Jan 15, 2014 at 12:40:35PM +0400, Gleb Smirnoff wrote: J J Can you try to reproduce this with unmapped I/O turned off in boot loader? J J I've never heard of that. Can you please point me to the right J

option PROCDESC is gone?

2014-02-07 Thread Anton Shterenlikht
/usr/src/UPDATING: 20130905: The PROCDESC kernel option is now part of the GENERIC kernel configuration and is required for the rwhod(8) to work. If you are using custom kernel configuration, you should include 'options PROCDESC'. There is no later entry advising

Re: option PROCDESC is gone?

2014-02-07 Thread Sergey Kandaurov
On Fri, Feb 07, 2014 at 05:33:56AM -0800, Anton Shterenlikht wrote: /usr/src/UPDATING: 20130905: The PROCDESC kernel option is now part of the GENERIC kernel configuration and is required for the rwhod(8) to work. If you are using custom kernel configuration, you

Re: fonts and characters

2014-02-07 Thread Sean Bruno
On Wed, 2014-02-05 at 09:06 -0800, Sean Bruno wrote: On Wed, 2014-02-05 at 09:02 -0800, Sean Bruno wrote: On Wed, 2014-02-05 at 07:42 -0800, Sean Bruno wrote: I note that I have somehow failed to install or configure my system so that my terminal does not render characters outside of my

Re: fonts and characters

2014-02-07 Thread Tom Evans
On Fri, Feb 7, 2014 at 3:57 PM, Sean Bruno sean_br...@yahoo.com wrote: 1 question though, I see that LANG isn't set by default. Should I know where to modify my system to set en_US.UTF-8 or is it supposed to have that turned on by default? /etc/profile is where I set it on mine. Cheers Tom

contrib/libc++/include/locale contains -Wsign-compare errors

2014-02-07 Thread Alan Somers
contrib/libc++/include/locale compares integers of different signs. With our CXXFLAG settings, this causes WITH_TESTS=1 make buildworld to fail while compiling libatf-c++, as I mentioned in another thread. I've now written a minimal test case. Just #include locale and compile it with the right

Re: [PATCH] PCI bus number management

2014-02-07 Thread John Baldwin
On Thursday, February 06, 2014 8:58:42 pm David Shane Holden wrote: On 02/06/14 14:37, John Baldwin wrote: I have a patch to teach the PCI bus code and PCI-PCI bridge driver to manage PCI bus numbers. The approach is somewhat similar to how NEW_PCIB manages I/O windows for briges. Each

Re: [PATCH] PCI bus number management

2014-02-07 Thread John Baldwin
On Friday, February 07, 2014 7:43:51 am Julian Stecklina wrote: On 02/06/2014 08:37 PM, John Baldwin wrote: I would like to commit this to HEAD soon but thought I would post it for some pre-commit testing for the brave. :) If you are really brave, try booting with

Re: [PATCH] PCI bus number management

2014-02-07 Thread Ranjan1018 .
Works fine setting all 3 on a Samsung ATIV BOOK 2 model NP270E5E-K02IT on FreeBSD 11.0-CURRENT amd64 r261561 with NEWCONS. Maurizio ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: contrib/libc++/include/locale contains -Wsign-compare errors

2014-02-07 Thread Dimitry Andric
On 07 Feb 2014, at 19:04, Alan Somers asom...@freebsd.org wrote: ... In file included from use_locale.cpp:1: /usr/include/c++/v1/locale:1016:27: error: comparison of integers of different signs: 'long' and 'size_type' (aka 'unsigned long') [-Werror,-Wsign-compare] if (__a_end