svn commit: r196284 - stable/8/sys/dev/mfi

2009-08-16 Thread Scott Long
Author: scottl Date: Mon Aug 17 06:21:22 2009 New Revision: 196284 URL: http://svn.freebsd.org/changeset/base/196284 Log: Merge r196200. Add firmware definitions needed by mfiutil Approved by: re Modified: stable/8/sys/dev/mfi/ (props changed) stable/8/sys/dev/mfi/mfi_ioctl.h sta

svn commit: r196283 - head/usr.sbin/mptutil

2009-08-16 Thread Scott Long
Author: scottl Date: Mon Aug 17 06:15:44 2009 New Revision: 196283 URL: http://svn.freebsd.org/changeset/base/196283 Log: Update the mptutil man page for FreeBSD 8.0 Approved by: re Modified: head/usr.sbin/mptutil/mptutil.8 Modified: head/usr.sbin/mptutil/mptutil.8

svn commit: r196282 - head/usr.sbin/mfiutil

2009-08-16 Thread Scott Long
Author: scottl Date: Mon Aug 17 06:15:08 2009 New Revision: 196282 URL: http://svn.freebsd.org/changeset/base/196282 Log: Update the man page for manual section 8 Approved by: re Modified: head/usr.sbin/mfiutil/mfiutil.8 Modified: head/usr.sbin/mfiutil/mfiutil.8 ===

svn commit: r196281 - head/usr.sbin/mfiutil

2009-08-16 Thread Scott Long
Author: scottl Date: Mon Aug 17 06:11:30 2009 New Revision: 196281 URL: http://svn.freebsd.org/changeset/base/196281 Log: Update the man page for FreeBSD 8.0 Approved by: re Modified: head/usr.sbin/mfiutil/mfiutil.8 Modified: head/usr.sbin/mfiutil/mfiutil.8

svn commit: r196280 - head/usr.sbin/mfiutil

2009-08-16 Thread Scott Long
Author: scottl Date: Mon Aug 17 06:05:55 2009 New Revision: 196280 URL: http://svn.freebsd.org/changeset/base/196280 Log: Move mfiutil.1 to mfiutil.8 for consistency. Remove superfulous README. Approved by: re Added: head/usr.sbin/mfiutil/mfiutil.8 (props changed) - copied uncha

svn commit: r196279 - in stable/8/sbin/geom: . class/part

2009-08-16 Thread Marcel Moolenaar
Author: marcel Date: Sun Aug 16 21:32:12 2009 New Revision: 196279 URL: http://svn.freebsd.org/changeset/base/196279 Log: MFC change 196278: Emit a proper error message instead of dumping core when 1) GEOM_PART does not exist in the kernel, and 2) the GEOM in question does not exist.

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

2009-08-16 Thread Marcel Moolenaar
Author: marcel Date: Sun Aug 16 21:27:35 2009 New Revision: 196278 URL: http://svn.freebsd.org/changeset/base/196278 Log: Emit a proper error message instead of dumping core when 1) GEOM_PART does not exist in the kernel, and 2) the GEOM in question does not exist. Additionally abort in ca

svn commit: r196277 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ata dev/cxgb dev/xen/netfront dev/xen/xenpci kern modules/dtrace/dtnfsclient mo...

2009-08-16 Thread Ed Schouten
Author: ed Date: Sun Aug 16 20:33:16 2009 New Revision: 196277 URL: http://svn.freebsd.org/changeset/base/196277 Log: MFC r196276: Fix small style regression introduced by the MPSAFE newbus code. Approved by: re (rwatson) Modified: stable/8/sys/ (props changed) stable/8/sys/a

svn commit: r196276 - head/sys/kern

2009-08-16 Thread Ed Schouten
Author: ed Date: Sun Aug 16 19:55:53 2009 New Revision: 196276 URL: http://svn.freebsd.org/changeset/base/196276 Log: Fix small style regression introduced by the MPSAFE newbus code. Approved by: re (rwatson) Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c ===

Re: svn commit: r196270 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ata dev/cxgb dev/xen/netfront dev/xen/xenpci ia64/ia64 modules/dtrace/dtnfscli

2009-08-16 Thread Marcel Moolenaar
On Aug 16, 2009, at 2:41 AM, Attilio Rao wrote: 2009/8/16 Marcel Moolenaar : On Aug 15, 2009, at 7:19 PM, Attilio Rao wrote: 2009/8/16 Marcel Moolenaar : Author: marcel Date: Sun Aug 16 02:12:13 2009 New Revision: 196270 URL: http://svn.freebsd.org/changeset/base/196270 Log: MFC rev 1962

Re: svn commit: r196271 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris cddl/contrib/opensolaris/common/nvpair contrib/dev/acpica contrib/pf dev/ata dev/cxgb dev/xen/netfront dev/xen/x

2009-08-16 Thread Marcel Moolenaar
On Aug 16, 2009, at 5:34 AM, Bruce Evans wrote: On Sun, 16 Aug 2009, Marcel Moolenaar wrote: MFC revision 196269: Fix misalignment in nvpair_native_embedded() caused by the compiler replacing the bzero(). How can it replace bzero() with -ffreestanding, which implies - fbuiltin and guarant

svn commit: r196275 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ata dev/cxgb dev/usb dev/xen/netfront dev/xen/xenpci modules/dtrace/dtnfsclient...

2009-08-16 Thread Andrew Thompson
Author: thompsa Date: Sun Aug 16 14:17:47 2009 New Revision: 196275 URL: http://svn.freebsd.org/changeset/base/196275 Log: MFC r196274 Change the usb workers from kernel processes to threads, this is mostly a cosmetic change to reduce cruft in the proc table. Also change the idle

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

2009-08-16 Thread Andrew Thompson
Author: thompsa Date: Sun Aug 16 14:13:55 2009 New Revision: 196274 URL: http://svn.freebsd.org/changeset/base/196274 Log: Change the usb workers from kernel processes to threads, this is mostly a cosmetic change to reduce cruft in the proc table. Also change the idle wait message to `-`

Re: svn commit: r196271 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris cddl/contrib/opensolaris/common/nvpair contrib/dev/acpica contrib/pf dev/ata dev/cxgb dev/xen/netfront dev/xen/x

2009-08-16 Thread Bruce Evans
On Sun, 16 Aug 2009, Marcel Moolenaar wrote: MFC revision 196269: Fix misalignment in nvpair_native_embedded() caused by the compiler replacing the bzero(). How can it replace bzero() with -ffreestanding, which implies -fbuiltin and guarantees that should be stronger not to use library func

svn commit: r196273 - stable/8/usr.sbin/sysinstall

2009-08-16 Thread Rink Springer
Author: rink Date: Sun Aug 16 10:25:58 2009 New Revision: 196273 URL: http://svn.freebsd.org/changeset/base/196273 Log: MFC r196272 Prevent sysinstall from needlessly waiting for confirmation when using an USB device in non-interactive mode. If there are no USB devices, sysinstall gi

svn commit: r196272 - head/usr.sbin/sysinstall

2009-08-16 Thread Rink Springer
Author: rink Date: Sun Aug 16 10:11:33 2009 New Revision: 196272 URL: http://svn.freebsd.org/changeset/base/196272 Log: Prevent sysinstall from needlessly waiting for confirmation when using an USB device in non-interactive mode. If there are no USB devices, sysinstall gives an error mess

Re: svn commit: r196270 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/ata dev/cxgb dev/xen/netfront dev/xen/xenpci ia64/ia64 modules/dtrace/dtnfsc

2009-08-16 Thread Attilio Rao
2009/8/16 Marcel Moolenaar : > > On Aug 15, 2009, at 7:19 PM, Attilio Rao wrote: > >> 2009/8/16 Marcel Moolenaar : >>> >>> Author: marcel >>> Date: Sun Aug 16 02:12:13 2009 >>> New Revision: 196270 >>> URL: http://svn.freebsd.org/changeset/base/196270 >>> >>> Log: >>> MFC rev 196268: >>> Decouple A