svn commit: r239709 - in head/sys: dev/terasic/de4led mips/beri mips/conf

2012-08-26 Thread Robert Watson
Author: rwatson Date: Sun Aug 26 09:21:59 2012 New Revision: 239709 URL: http://svn.freebsd.org/changeset/base/239709 Log: Add terasic_de4led, a led(4) driver for the on-board 8-element LED on the Terasic DE-4 board. Allow LED configuration to be set using loader tunables, not just from

svn commit: r239710 - head/sys/vm

2012-08-26 Thread Gleb Smirnoff
Author: glebius Date: Sun Aug 26 09:54:11 2012 New Revision: 239710 URL: http://svn.freebsd.org/changeset/base/239710 Log: Fix function name in keg_cachespread_init() assert. Modified: head/sys/vm/uma_core.c Modified: head/sys/vm/uma_core.c

svn commit: r239712 - head/share/man/man4

2012-08-26 Thread Robert Watson
Author: rwatson Date: Sun Aug 26 10:38:02 2012 New Revision: 239712 URL: http://svn.freebsd.org/changeset/base/239712 Log: Add a altera_sdcardc(4) man page link for altera_sdcard(4), as that is the name that will appear in dmesg. Sponsored by: DARPA, AFRL Modified:

svn commit: r239713 - head/sys/mips/conf

2012-08-26 Thread Robert Watson
Author: rwatson Date: Sun Aug 26 10:40:13 2012 New Revision: 239713 URL: http://svn.freebsd.org/changeset/base/239713 Log: Expose DE4 buttons and switches via a de4bsw device, implemented using altera_avgen(4). Fix white space nit that must have arisen during the merge from Perforce.

svn commit: r239715 - head/tools/build/mk

2012-08-26 Thread Dimitry Andric
Author: dim Date: Sun Aug 26 14:30:14 2012 New Revision: 239715 URL: http://svn.freebsd.org/changeset/base/239715 Log: Add libc++ and libcxxrt related files to OptionalObsoleteFiles.inc. MFC after:1 week Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified:

svn commit: r239716 - head/sys/conf

2012-08-26 Thread Aleksandr Rybalko
Author: ray Date: Sun Aug 26 20:22:43 2012 New Revision: 239716 URL: http://svn.freebsd.org/changeset/base/239716 Log: Move AR71XX (MIPS SoCs family) options to options.mips file. PR: 170859 Submitted by: Luiz Otavio O Souza Approved by: adrian (mentor) Modified:

svn commit: r239718 - head/lib/libthr/thread

2012-08-26 Thread David Xu
Author: davidxu Date: Mon Aug 27 03:09:39 2012 New Revision: 239718 URL: http://svn.freebsd.org/changeset/base/239718 Log: In suspend_common(), don't wait for a thread which is in creation, because pthread_suspend_all_np() may have already suspended its parent thread. Add locking code in

svn commit: r239719 - head/sys/arm/at91

2012-08-26 Thread Warner Losh
Author: imp Date: Mon Aug 27 04:03:49 2012 New Revision: 239719 URL: http://svn.freebsd.org/changeset/base/239719 Log: Don't puprosely overclock the SD bus to 30MHz, make the user explicltly enable that. The driver chose to use 60MHz / 2 (30MHz) most of the time rather than 60MHz / 4

svn commit: r239720 - head/sys/arm/at91

2012-08-26 Thread Warner Losh
Author: imp Date: Mon Aug 27 04:08:43 2012 New Revision: 239720 URL: http://svn.freebsd.org/changeset/base/239720 Log: Minor style(9) nit. Modified: head/sys/arm/at91/at91_mci.c Modified: head/sys/arm/at91/at91_mci.c

svn commit: r239721 - head/sys/arm/at91

2012-08-26 Thread Warner Losh
Author: imp Date: Mon Aug 27 04:30:53 2012 New Revision: 239721 URL: http://svn.freebsd.org/changeset/base/239721 Log: Add hint and sysctl support for 4 wire mode. PR: 155241 Submitted by: Ian Lapore Modified: head/sys/arm/at91/at91_mci.c Modified:

svn commit: r239722 - head/sys/arm/ti/cpsw

2012-08-26 Thread Tim Kientzle
Author: kientzle Date: Mon Aug 27 04:43:30 2012 New Revision: 239722 URL: http://svn.freebsd.org/changeset/base/239722 Log: Correctly fetch the MAC address. Break down the bytes directly into the softc; the intermediate buffer isn't needed here. Break down the bytes in the correct