Re: svn commit: r198378 - in head/sys/powerpc: aim booke include powerpc

2009-10-22 Thread Marcel Moolenaar
On Oct 22, 2009, at 8:17 PM, Nathan Whitehorn wrote: Author: nwhitehorn Date: Fri Oct 23 03:17:02 2009 New Revision: 198378 URL: http://svn.freebsd.org/changeset/base/198378 Log: Add SMP support on U3-based G5 systems. Yay! -- Marcel Moolenaar xcl...@mac.com

Re: svn commit: r198376 - head/lib/libusb

2009-10-22 Thread John Hay
Hi, Any chance that we can get it into 8.0 too? This fix printing with print/hplip3, which is probably what most people with multi-function HP printers will use. John -- John Hay -- j...@meraka.csir.co.za / j...@freebsd.org On Thu, Oct 22, 2009 at 09:01:41PM +, Andrew Thompson wrote: > Auth

svn commit: r198378 - in head/sys/powerpc: aim booke include powerpc

2009-10-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 23 03:17:02 2009 New Revision: 198378 URL: http://svn.freebsd.org/changeset/base/198378 Log: Add SMP support on U3-based G5 systems. This does not yet work perfectly: at least on my Xserve, getting the decrementer and timebase on APs to tick requires setting

svn commit: r198377 - head/sys/cam

2009-10-22 Thread Alexander Motin
Author: mav Date: Thu Oct 22 21:07:32 2009 New Revision: 198377 URL: http://svn.freebsd.org/changeset/base/198377 Log: After thinking again, implement cam_ccbq_fini(). This is effectively NULL change, but makes this API a bit more consistent. Modified: head/sys/cam/cam_queue.c head/sys/ca

svn commit: r198376 - head/lib/libusb

2009-10-22 Thread Andrew Thompson
Author: thompsa Date: Thu Oct 22 21:01:41 2009 New Revision: 198376 URL: http://svn.freebsd.org/changeset/base/198376 Log: Prevent wraparound of the timeout variable. Submitted by: HPS Modified: head/lib/libusb/libusb20_ugen20.c Modified: head/lib/libusb/libusb20_ugen20.c ==

svn commit: r198375 - head/share/zoneinfo

2009-10-22 Thread Edwin Groothuis
Author: edwin Date: Thu Oct 22 20:59:51 2009 New Revision: 198375 URL: http://svn.freebsd.org/changeset/base/198375 Log: Move comments to the beginning of the line to make it look better. Thank to ru@ for his noticing of it. MFC after:1 week Modified: head/share/zoneinfo/Makefile

svn commit: r198374 - head/sys/tools

2009-10-22 Thread Ed Maste
Author: emaste Date: Thu Oct 22 20:57:17 2009 New Revision: 198374 URL: http://svn.freebsd.org/changeset/base/198374 Log: Rename default to default_function, for compatibility with GNU awk. (For cross-compiling out-of-tree kernel modules, for example.) Modified: head/sys/tools/makeobjops.aw

svn commit: r198373 - head/sys/dev/usb/input

2009-10-22 Thread Andrew Thompson
Author: thompsa Date: Thu Oct 22 20:54:01 2009 New Revision: 198373 URL: http://svn.freebsd.org/changeset/base/198373 Log: Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo', previously only available via bootverbose. PR: usb/137191 Submitted by: Eygene Ry

svn commit: r198372 - head/sys/cam

2009-10-22 Thread Alexander Motin
Author: mav Date: Thu Oct 22 20:44:55 2009 New Revision: 198372 URL: http://svn.freebsd.org/changeset/base/198372 Log: cam_ccbq_fini() declared for 11 years, but never implemented. Remove it. Modified: head/sys/cam/cam_queue.h Modified: head/sys/cam/cam_queue.h ==

svn commit: r198371 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci net

2009-10-22 Thread Qing Li
Author: qingli Date: Thu Oct 22 18:48:25 2009 New Revision: 198371 URL: http://svn.freebsd.org/changeset/base/198371 Log: MFC 198306 The flow-table function flowtable_route_flush() may be called during system initialization time. Since the flow-table is designed to maintain per CPU fl

svn commit: r198369 - head/sys/net80211

2009-10-22 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 22 17:30:22 2009 New Revision: 198369 URL: http://svn.freebsd.org/changeset/base/198369 Log: Initialize rann_flags properly. MFC after:2 days Modified: head/sys/net80211/ieee80211_hwmp.c Modified: head/sys/net80211/ieee80211_hwmp.c ==

svn commit: r198368 - in stable/8: . cddl/compat/opensolaris contrib/pf sys sys/amd64/include/xen sys/cddl/contrib/opensolaris sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/contrib/dev/acpica ...

2009-10-22 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Oct 22 16:26:38 2009 New Revision: 198368 URL: http://svn.freebsd.org/changeset/base/198368 Log: MFC r196863: Improve wording. MFC r196941: Prevent the line from wrapping. Approved by: re (kib) Modified: stable/8/ (props changed) stable/8/cddl/

Re: svn commit: r198341 - in head/sys: amd64/amd64 arm/arm arm/mv i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm

2009-10-22 Thread Marcel Moolenaar
On Oct 22, 2009, at 2:10 AM, Rafal Jaworowski wrote: On 2009-10-21, at 20:38, Marcel Moolenaar wrote: The key property of this change is that the I-cache is made coherent *after* writes have been done. Doing it in the PMAP layer when adding or changing a mapping means that the I-cache is mad

svn commit: r198367 - head/sys/kern

2009-10-22 Thread John Baldwin
Author: jhb Date: Thu Oct 22 14:53:44 2009 New Revision: 198367 URL: http://svn.freebsd.org/changeset/base/198367 Log: Set the devclass_t pointer specified in the DRIVER_MODULE() macro sooner so it is always valid when a driver's identify routine is called. Previously, new-bus would attempt

svn commit: r198366 - head/sys/dev/mwl

2009-10-22 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 22 12:48:17 2009 New Revision: 198366 URL: http://svn.freebsd.org/changeset/base/198366 Log: Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail on Cambria boards. MFC after:2 months Modified: head/sys/dev/mwl/if_mwl_pci.c Modified: head/s

Re: svn commit: r198358 - head/sys/dev/ppbus

2009-10-22 Thread John Baldwin
On Thursday 22 October 2009 2:51:29 am Christian Brueffer wrote: > Author: brueffer > Date: Thu Oct 22 06:51:29 2009 > New Revision: 198358 > URL: http://svn.freebsd.org/changeset/base/198358 > > Log: > Check pointer for NULL before dereferencing it, not after. > > PR: 138387, 13838

Re: svn commit: r198335 - head/share/mk

2009-10-22 Thread Ruslan Ermilov
Hi, On Thu, Oct 22, 2009 at 09:06:38AM +0200, Roman Divacky wrote: > On Thu, Oct 22, 2009 at 01:07:07AM +0400, Ruslan Ermilov wrote: > > On Wed, Oct 21, 2009 at 05:07:46PM +, Roman Divacky wrote: > > > Author: rdivacky > > > Date: Wed Oct 21 17:07:46 2009 > > > New Revision: 198335 > > > URL:

svn commit: r198365 - head/share/mk

2009-10-22 Thread Ruslan Ermilov
Author: ru Date: Thu Oct 22 11:45:35 2009 New Revision: 198365 URL: http://svn.freebsd.org/changeset/base/198365 Log: Unbreak NO_WARNS, keeping CSTD effect on CFLAGS out of its control. Unbreak compiles with icc. Modified: head/share/mk/bsd.sys.mk Modified: head/share/mk/bsd.sys.mk ===

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

2009-10-22 Thread Christian Brueffer
Author: brueffer Date: Thu Oct 22 11:35:12 2009 New Revision: 198363 URL: http://svn.freebsd.org/changeset/base/198363 Log: List more dependencies for these drivers. While here, convert atapicam(4) to use our standard section 4 SYNOPSIS layout. PR: 132525 Submitted by: gcooper

svn commit: r198362 - stable/6/share/man/man4

2009-10-22 Thread Christian Brueffer
Author: brueffer Date: Thu Oct 22 09:39:32 2009 New Revision: 198362 URL: http://svn.freebsd.org/changeset/base/198362 Log: MFC: r198232 Powercrypt and NetSec seem to be defunct (webpages point to link farms and a google search yields no alternative). Remove the links but keep the entr

Re: svn commit: r198341 - in head/sys: amd64/amd64 arm/arm arm/mv i386/i386 i386/xen ia64/ia64 kern mips/mips powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/sparc64 sun4v/sun4v vm

2009-10-22 Thread Rafal Jaworowski
On 2009-10-21, at 20:38, Marcel Moolenaar wrote: The key property of this change is that the I-cache is made coherent *after* writes have been done. Doing it in the PMAP layer when adding or changing a mapping means that the I-cache is made coherent *before* any writes happen. The differ

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

2009-10-22 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Oct 22 08:38:27 2009 New Revision: 198361 URL: http://svn.freebsd.org/changeset/base/198361 Log: Remove self-reference. Modified: head/share/man/man4/mac_mls.4 Modified: head/share/man/man4/mac_mls.4 ==

svn commit: r198360 - stable/7/share/man/man4

2009-10-22 Thread Christian Brueffer
Author: brueffer Date: Thu Oct 22 08:36:08 2009 New Revision: 198360 URL: http://svn.freebsd.org/changeset/base/198360 Log: MFC: r198232 Powercrypt and NetSec seem to be defunct (webpages point to link farms and a google search yields no alternative). Remove the links but keep the entr

svn commit: r198359 - stable/8/share/man/man4

2009-10-22 Thread Christian Brueffer
Author: brueffer Date: Thu Oct 22 08:34:20 2009 New Revision: 198359 URL: http://svn.freebsd.org/changeset/base/198359 Log: MFC: r198232 Powercrypt and NetSec seem to be defunct (webpages point to link farms and a google search yields no alternative). Remove the links but keep the entr

Re: svn commit: r198335 - head/share/mk

2009-10-22 Thread Roman Divacky
On Thu, Oct 22, 2009 at 01:07:07AM +0400, Ruslan Ermilov wrote: > On Wed, Oct 21, 2009 at 05:07:46PM +, Roman Divacky wrote: > > Author: rdivacky > > Date: Wed Oct 21 17:07:46 2009 > > New Revision: 198335 > > URL: http://svn.freebsd.org/changeset/base/198335 > > > > Log: > > Set CSTD in all