svn commit: r259123 - head/sys/modules/usb

2013-12-08 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 9 07:26:55 2013 New Revision: 259123 URL: http://svnweb.freebsd.org/changeset/base/259123 Log: Make it easier to test build the USB code having the debug flags set without having to build the complete kernel. MFC after:2 weeks Modified: head/sys/modu

svn commit: r259122 - head/sys/boot/fdt/dts

2013-12-08 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Mon Dec 9 07:15:46 2013 New Revision: 259122 URL: http://svnweb.freebsd.org/changeset/base/259122 Log: Add gpio config for usb1 in dts. That way it gives power to other usb hub via gpio at boot time. Reviewed by: stas@ Modified: head/sys/boot/fdt/

svn commit: r259121 - head/sys/arm/rockchip

2013-12-08 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Mon Dec 9 07:14:59 2013 New Revision: 259121 URL: http://svnweb.freebsd.org/changeset/base/259121 Log: Add gpio parse routines according to sys/boot/fdt/dts/bindings-gpio.txt. Reviewed by: stas@ Modified: head/sys/arm/rockchip/rk30xx_gpio.c Modifie

svn commit: r259118 - head/lib/libc/xdr

2013-12-08 Thread Hiroki Sato
Author: hrs Date: Mon Dec 9 05:01:38 2013 New Revision: 259118 URL: http://svnweb.freebsd.org/changeset/base/259118 Log: Replace Sun RPC license with a 3-clause BSD license. This license change was approved in 2010 by Wim Coekaerts, Senior Vice President, Linux and Virtualization at Oracle

svn commit: r259117 - head/include/rpcsvc

2013-12-08 Thread Hiroki Sato
Author: hrs Date: Mon Dec 9 04:26:50 2013 New Revision: 259117 URL: http://svnweb.freebsd.org/changeset/base/259117 Log: Replace Sun RPC license with a 3-clause BSD license. This license change was approved in 2010 by Wim Coekaerts, Senior Vice President, Linux and Virtualization at Oracle

svn commit: r259116 - head/sys/dev/iwn

2013-12-08 Thread Adrian Chadd
Author: adrian Date: Mon Dec 9 03:40:02 2013 New Revision: 259116 URL: http://svnweb.freebsd.org/changeset/base/259116 Log: Add some initial support for the Intel 6235. Tested: * Intel 5100 * Intel 6235 Obtained from:mav, others Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r259115 - head/usr.sbin/bsdinstall

2013-12-08 Thread Devin Teske
Author: dteske Date: Mon Dec 9 03:38:18 2013 New Revision: 259115 URL: http://svnweb.freebsd.org/changeset/base/259115 Log: Forgot to utilize feature added in SVN r257782 to prevent truncating /tmp/bsdinstall_log each time we exec a module. MFC after:3 days Modified: head/usr.sbin

svn commit: r259114 - head/sys/modules/crypto

2013-12-08 Thread Alfred Perlstein
Author: alfred Date: Mon Dec 9 02:06:52 2013 New Revision: 259114 URL: http://svnweb.freebsd.org/changeset/base/259114 Log: Chase down cryptodeflate.c change from r259109. Modified: head/sys/modules/crypto/Makefile Modified: head/sys/modules/crypto/Makefile =

svn commit: r259113 - head/usr.sbin/bsdconfig/share

2013-12-08 Thread Devin Teske
Author: dteske Date: Mon Dec 9 01:30:20 2013 New Revision: 259113 URL: http://svnweb.freebsd.org/changeset/base/259113 Log: Fix failed attempt to send pkg(8) stderr to /dev/null MFC after:3 days Modified: head/usr.sbin/bsdconfig/share/common.subr Modified: head/usr.sbin/bsdconfig/s

svn commit: r259111 - head/contrib/gcc/config/i386

2013-12-08 Thread Dimitry Andric
Author: dim Date: Sun Dec 8 23:24:32 2013 New Revision: 259111 URL: http://svnweb.freebsd.org/changeset/base/259111 Log: Use correct casts in gcc's emmintrin.h for the first arguments of the following builtin functions: * __builtin_ia32_pslldi128() takes __v4si instead of __v8hi * __bu

svn commit: r259110 - in head/sys: conf dev/vt

2013-12-08 Thread Aleksandr Rybalko
Author: ray Date: Sun Dec 8 22:49:12 2013 New Revision: 259110 URL: http://svnweb.freebsd.org/changeset/base/259110 Log: o Build syscons(9)'s splash support if both sc and splash are enabled. o Include opt_splash.h for vt(9) to know when splash device is enabled. o Build logo_freebsd.c only

svn commit: r259109 - in head/sys: conf opencrypto

2013-12-08 Thread Peter Wemm
Author: peter Date: Sun Dec 8 21:59:46 2013 New Revision: 259109 URL: http://svnweb.freebsd.org/changeset/base/259109 Log: Fix build with 'crypto' and 'zfs' in the same kernel. This was the path of least pain I could find. Added: head/sys/opencrypto/cryptodeflate.c - copied unchanged

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-08 Thread Andreas Tobler
Hi Aleksandr, On 08.12.13 00:59, Aleksandr Rybalko wrote: > Andreas Tobler написав(ла): >> On 05.12.13 23:38, Aleksandr Rybalko wrote: >>> Author: ray >>> Date: Thu Dec 5 22:38:53 2013 >>> New Revision: 259016 >>> URL: http://svnweb.freebsd.org/changeset/base/259016 >>> >>> Log: >>> Merge VT(9

svn commit: r259108 - head/sys/cam/scsi

2013-12-08 Thread Alexander Motin
Author: mav Date: Sun Dec 8 20:43:01 2013 New Revision: 259108 URL: http://svnweb.freebsd.org/changeset/base/259108 Log: When comparing device IDs, make sure that they have the same type (like NAA assigned) and identify the same entity (like device or port). Otherwise there can be false pos

Re: svn commit: r259058 - head/usr.bin/bc

2013-12-08 Thread Tim Kientzle
On Dec 7, 2013, at 2:04 PM, Tom Rhodes wrote: > On Sat, 7 Dec 2013 01:44:19 -0500 > Eitan Adler wrote: > >> On Sat, Dec 7, 2013 at 1:27 AM, Xin LI wrote: >>> Author: delphij >>> Date: Sat Dec 7 06:27:54 2013 >>> New Revision: 259058 >>> URL: http://svnweb.freebsd.org/changeset/base/259058 >>

svn commit: r259107 - head/sys/vm

2013-12-08 Thread Alan Cox
Author: alc Date: Sun Dec 8 20:07:02 2013 New Revision: 259107 URL: http://svnweb.freebsd.org/changeset/base/259107 Log: Eliminate a redundant parameter to vm_radix_replace(). Improve the wording of the comment describing vm_radix_replace(). Reviewed by: attilio MFC after:6 wee

svn commit: r259106 - head/sbin/casperd

2013-12-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 8 19:32:29 2013 New Revision: 259106 URL: http://svnweb.freebsd.org/changeset/base/259106 Log: Some improvements to the casperd manual page. Submitted by: emaste Modified: head/sbin/casperd/casperd.8 Modified: head/sbin/casperd/casperd.8 ==

svn commit: r259104 - head/sys/dev/drm2/radeon

2013-12-08 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Dec 8 18:48:07 2013 New Revision: 259104 URL: http://svnweb.freebsd.org/changeset/base/259104 Log: drm/radeon: radeon_dp_i2c_aux_ch() must return 0 on FreeBSD The code was unmodified compared to Linux and returned the amount of received bytes from the i2c bus.

svn commit: r259103 - head/sys/dev/cxgbe

2013-12-08 Thread Navdeep Parhar
Author: np Date: Sun Dec 8 17:47:37 2013 New Revision: 259103 URL: http://svnweb.freebsd.org/changeset/base/259103 Log: cxgbe(4): save a copy of the RSS map for each port for the driver's use. Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgbe/t4_main.c head/sys/dev/cxgbe/t4_sge.c

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-08 Thread Marius Strobl
On Thu, Dec 05, 2013 at 10:38:54PM +, Aleksandr Rybalko wrote: > Author: ray > Date: Thu Dec 5 22:38:53 2013 > New Revision: 259016 > URL: http://svnweb.freebsd.org/changeset/base/259016 > > Log: > Merge VT(9) project (a.k.a. newcons). > > Reviewed by:nwhitehorn > MFC_to_10_a

svn commit: r259102 - head/sys/sparc64/sparc64

2013-12-08 Thread Marius Strobl
Author: marius Date: Sun Dec 8 15:25:19 2013 New Revision: 259102 URL: http://svnweb.freebsd.org/changeset/base/259102 Log: Restore a vital comment nuked in r259016. Modified: head/sys/sparc64/sparc64/machdep.c Modified: head/sys/sparc64/sparc64/machdep.c ===

svn commit: r259101 - head/sys/dev/drm2/radeon

2013-12-08 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Dec 8 14:21:54 2013 New Revision: 259101 URL: http://svnweb.freebsd.org/changeset/base/259101 Log: drm/radeon: agp_info->ai_aperture_size is in bytes, not Mbytes This fixes radeon_agp_init() and gtt_size is now correct. However, this is not enough to make Radeo

svn commit: r259100 - head/contrib/llvm/tools/clang/lib/CodeGen

2013-12-08 Thread Dimitry Andric
Author: dim Date: Sun Dec 8 13:56:26 2013 New Revision: 259100 URL: http://svnweb.freebsd.org/changeset/base/259100 Log: Pull in r196658 from upstream clang trunk: CodeGen: Don't emit linkage on thunks that aren't emitted because they're vararg. This can happen when we're tryi

svn commit: r259099 - head/sys/arm/ti/am335x

2013-12-08 Thread Luiz Otavio O Souza
Author: loos Date: Sun Dec 8 13:46:27 2013 New Revision: 259099 URL: http://svnweb.freebsd.org/changeset/base/259099 Log: Similar to r255816, fix the math for the DELAY() calculation. It was off by a really small amount because of the higher timer resolution. Approved by: adrian (mento

svn commit: r259096 - in head/sys/geom: cache journal

2013-12-08 Thread Justin Hibbits
Author: jhibbits Date: Sun Dec 8 09:34:56 2013 New Revision: 259096 URL: http://svnweb.freebsd.org/changeset/base/259096 Log: Partially revert r259080. bde@ pointed out that there are a lot more style bugs going on in here than can be fixed, and I introduced some of my own. Rather than f