Re: svn commit: r207077 - in head/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64/co

2010-04-22 Thread Marius Strobl
On Thu, Apr 22, 2010 at 09:31:34PM +, Andrew Thompson wrote: > Author: thompsa > Date: Thu Apr 22 21:31:34 2010 > New Revision: 207077 > URL: http://svn.freebsd.org/changeset/base/207077 > > Log: > Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this > had > the illus

svn commit: r207096 - head/sbin/geom/class/part

2010-04-22 Thread Marcel Moolenaar
Author: marcel Date: Fri Apr 23 03:37:39 2010 New Revision: 207096 URL: http://svn.freebsd.org/changeset/base/207096 Log: Add and describe GEOM_PART_EBR. Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 ==

svn commit: r207095 - head/sbin/geom/class/part

2010-04-22 Thread Marcel Moolenaar
Author: marcel Date: Fri Apr 23 03:14:04 2010 New Revision: 207095 URL: http://svn.freebsd.org/changeset/base/207095 Log: Implement the resize command for resizing partitions. Without new size, the partition in question is resized to fill all available space. Quality work by Andrey! Sub

svn commit: r207094 - head/sys/geom/part

2010-04-22 Thread Marcel Moolenaar
Author: marcel Date: Fri Apr 23 03:11:39 2010 New Revision: 207094 URL: http://svn.freebsd.org/changeset/base/207094 Log: Implement the resize verb and add support for resizing partitions for all schemes but EBR. Quality work by Andrey! Submitted by: "Andrey V. Elsukov" Modified: head

svn commit: r207089 - head/sys/mips/mips

2010-04-22 Thread Neel Natu
Author: neel Date: Fri Apr 23 01:34:01 2010 New Revision: 207089 URL: http://svn.freebsd.org/changeset/base/207089 Log: Fix compilation error. tick.c:298:5: error: "KDTRACE_HOOKS" is not defined Modified: head/sys/mips/mips/tick.c Modified: head/sys/mips/mips/tick.c

svn commit: r207082 - in head/sys/fs: nfs nfsclient

2010-04-22 Thread Rick Macklem
Author: rmacklem Date: Thu Apr 22 23:51:01 2010 New Revision: 207082 URL: http://svn.freebsd.org/changeset/base/207082 Log: When the experimental NFS client is handling an NFSv4 server reboot with delegations enabled, the recovery could fail if the renew thread is trying to return a delegati

svn commit: r207081 - in head/sys: amd64/amd64 i386/i386

2010-04-22 Thread Jung-uk Kim
Author: jkim Date: Thu Apr 22 23:47:19 2010 New Revision: 207081 URL: http://svn.freebsd.org/changeset/base/207081 Log: If a conditional jump instruction has the same jt and jf, do not perform the test and jump unconditionally. Modified: head/sys/amd64/amd64/bpf_jit_machdep.c head/sys/amd

svn commit: r207080 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 22:15:08 2010 New Revision: 207080 URL: http://svn.freebsd.org/changeset/base/207080 Log: Use a more obvious prefix for the USB control (endpoint 0) transfers rather than default_*. Modified: head/sys/dev/usb/usb_compat_linux.c head/sys/dev/usb/usb_dev.c

svn commit: r207079 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 22:00:16 2010 New Revision: 207079 URL: http://svn.freebsd.org/changeset/base/207079 Log: Properly name the sxlocks, mutexes and condvars. Modified: head/sys/dev/usb/usb_dev.c head/sys/dev/usb/usb_device.c head/sys/dev/usb/usb_device.h head/sys/dev/usb/u

svn commit: r207078 - head/sys/dev/usb

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 21:41:50 2010 New Revision: 207078 URL: http://svn.freebsd.org/changeset/base/207078 Log: Use SX_DUPOK rather than making the string unique. Modified: head/sys/dev/usb/usb_device.c Modified: head/sys/dev/usb/usb_device.c ==

svn commit: r207077 - in head/sys: amd64/conf arm/conf dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/serial dev/usb/storage dev/usb/wlan i386/conf ia64/con...

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 21:31:34 2010 New Revision: 207077 URL: http://svn.freebsd.org/changeset/base/207077 Log: Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had the illusion of a tunable setting but was always turned on regardless. MFC after:1 w

svn commit: r207072 - head/sbin/devd

2010-04-22 Thread Andrew Thompson
Author: thompsa Date: Thu Apr 22 20:46:39 2010 New Revision: 207072 URL: http://svn.freebsd.org/changeset/base/207072 Log: Document the new USB notification types. Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/devd/devd.conf.5 ==

svn commit: r207071 - head/sys/dev/sge

2010-04-22 Thread Pyun YongHyeon
Author: yongari Date: Thu Apr 22 20:25:07 2010 New Revision: 207071 URL: http://svn.freebsd.org/changeset/base/207071 Log: Intialize interrupt moderation control register. The magic value was chosen by lots of trial and errors. The chosen value shows good interrupt moderation without additio

svn commit: r207070 - in head/sbin: hastctl hastd

2010-04-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Apr 22 19:18:10 2010 New Revision: 207070 URL: http://svn.freebsd.org/changeset/base/207070 Log: Fix compilation with WITHOUT_CRYPT or WITHOUT_OPENSSL options. Reported by: Andrei V. Lavreniyuk MFC after:3 days Modified: head/sbin/hastctl/Makefile head/sbi

svn commit: r207069 - head/sys/dev/drm

2010-04-22 Thread Robert Noland
Author: rnoland Date: Thu Apr 22 18:47:30 2010 New Revision: 207069 URL: http://svn.freebsd.org/changeset/base/207069 Log: Now that we properly set write-combining on the pages that back the GART, disable snooping on radeons. MFC after:2 weeks Modified: head/sys/dev/drm/ati_pcigart

svn commit: r207068 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-04-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Apr 22 18:47:23 2010 New Revision: 207068 URL: http://svn.freebsd.org/changeset/base/207068 Log: Allow to modify directory's content even if the ZFS_NOUNLINK (SF_NOUNLINK, sunlnk) flag is set. We only deny dirctory's removal or rename. PR: kern/143343 Rep

svn commit: r207067 - head/sys/dev/drm

2010-04-22 Thread Robert Noland
Author: rnoland Date: Thu Apr 22 18:44:23 2010 New Revision: 207067 URL: http://svn.freebsd.org/changeset/base/207067 Log: re-write scatter gather memory allocation yet again... This time, abandon the use of busdma and start interacting with the VM system directly. Make use of the new km

svn commit: r207066 - head/sys/dev/drm

2010-04-22 Thread Robert Noland
Author: rnoland Date: Thu Apr 22 18:21:25 2010 New Revision: 207066 URL: http://svn.freebsd.org/changeset/base/207066 Log: Rework how drm maps are handled. * On 32 bit platforms we steal the upper 4 bits of the map handle to store a unique map id. * On 64 bit platforms we steal the

svn commit: r207058 - head

2010-04-22 Thread Alexander Leidinger
Author: netchild Date: Thu Apr 22 09:30:02 2010 New Revision: 207058 URL: http://svn.freebsd.org/changeset/base/207058 Log: Remove explicit setting of NO_CTF in WMAKEENV and in the make call for the buildkernel. This way makeoptions WITH_CTF=yes not only works when compiling the tradtitional

svn commit: r207057 - head/sys/conf

2010-04-22 Thread Alexander Leidinger
Author: netchild Date: Thu Apr 22 09:24:01 2010 New Revision: 207057 URL: http://svn.freebsd.org/changeset/base/207057 Log: Do the ctfmerge (= all symbols, not only symbols from one object file) for KLDs too. Noticed by: np Modified: head/sys/conf/kmod.mk Modified: head/sys/conf/kmo

svn commit: r207056 - in head: sys/conf usr.sbin/config

2010-04-22 Thread Alexander Leidinger
Author: netchild Date: Thu Apr 22 09:20:17 2010 New Revision: 207056 URL: http://svn.freebsd.org/changeset/base/207056 Log: Revert r206179 (by imp) and do something similar which is more consistent with all other corresponding CTF places by changing the corresponding code which is generated