svn commit: r213379 - head/sys/dev/usb/controller

2010-10-03 Thread Hans Petter Selasky
Author: hselasky Date: Sun Oct 3 08:12:17 2010 New Revision: 213379 URL: http://svn.freebsd.org/changeset/base/213379 Log: Commit initial version of new XHCI driver which was written from scratch. This driver adds support for USB3.0 devices. The XHCI interface is also backwards compatible

svn commit: r213381 - head/release/powerpc

2010-10-03 Thread Hiroki Sato
Author: hrs Date: Sun Oct 3 13:13:10 2010 New Revision: 213381 URL: http://svn.freebsd.org/changeset/base/213381 Log: Replace an obsolete flag -L in an mkisofs(1) command line with -allow-leading-dots to fix make release for FreeBSD/powerpc. Reviewed by: marcel Modified:

svn commit: r213382 - head/sys/amd64/amd64

2010-10-03 Thread Konstantin Belousov
Author: kib Date: Sun Oct 3 13:52:17 2010 New Revision: 213382 URL: http://svn.freebsd.org/changeset/base/213382 Log: The makectx() function, used by kdb_trap() to reconstruct pcb from trap frame when trap initiated kdb entry, incorrectly calculated the value of %rsp for trapped thread.

Re: svn commit: r213379 - head/sys/dev/usb/controller

2010-10-03 Thread Alexander Best
great stuff!!! can't wait to add device xhci to my KERNCONF. :) -- a13x ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org

svn commit: r213383 - in head/sys: conf modules/mem powerpc/include powerpc/powerpc

2010-10-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Oct 3 16:02:53 2010 New Revision: 213383 URL: http://svn.freebsd.org/changeset/base/213383 Log: Add a memory-range interface to /dev/mem on PowerPC using PAT attributes. Unlike actual MTRR, this only controls the mapping attributes for subsequent mmap() of

svn commit: r213384 - in head/sys/dev: dc mii

2010-10-03 Thread Marius Strobl
Author: marius Date: Sun Oct 3 17:00:57 2010 New Revision: 213384 URL: http://svn.freebsd.org/changeset/base/213384 Log: Consistently always explicitly set IFM_HDX for half-duplex. Obtained from:OpenBSD (mostly) Modified: head/sys/dev/dc/dcphy.c head/sys/dev/dc/pnphy.c

svn commit: r213385 - head/sys/dev/mii

2010-10-03 Thread Marius Strobl
Author: marius Date: Sun Oct 3 17:05:25 2010 New Revision: 213385 URL: http://svn.freebsd.org/changeset/base/213385 Log: Remove an header that apart from the license is empty. Deleted: head/sys/dev/mii/axphyreg.h Modified: head/sys/dev/mii/axphy.c Modified: head/sys/dev/mii/axphy.c

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

2010-10-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Oct 3 17:50:43 2010 New Revision: 213386 URL: http://svn.freebsd.org/changeset/base/213386 Log: Extend sysinstall to handle powerpc64 by teaching it that powerpc64 has a lib32 distribution, and that the GENERIC kernel is named GENERIC64. More modifications will

svn commit: r213387 - head

2010-10-03 Thread Antoine Brodin
Author: antoine Date: Sun Oct 3 18:24:31 2010 New Revision: 213387 URL: http://svn.freebsd.org/changeset/base/213387 Log: Add more obsolete files. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

Re: svn commit: r211276 - head/lib/libc/net

2010-10-03 Thread Kostik Belousov
On Fri, Aug 13, 2010 at 06:39:54AM +, Hajimu UMEMOTO wrote: Author: ume Date: Fri Aug 13 06:39:54 2010 New Revision: 211276 URL: http://svn.freebsd.org/changeset/base/211276 Log: - When there is no room for returning the result, nss backend have to return ERANGE and terminate

svn commit: r213388 - head/sys/modules/mem

2010-10-03 Thread Antoine Brodin
Author: antoine Date: Sun Oct 3 20:04:11 2010 New Revision: 213388 URL: http://svn.freebsd.org/changeset/base/213388 Log: Unbreak build. Modified: head/sys/modules/mem/Makefile Modified: head/sys/modules/mem/Makefile

svn commit: r213389 - head/usr.sbin

2010-10-03 Thread Antoine Brodin
Author: antoine Date: Sun Oct 3 20:09:19 2010 New Revision: 213389 URL: http://svn.freebsd.org/changeset/base/213389 Log: Reconnect uathload to the build. Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile

Re: svn commit: r213388 - head/sys/modules/mem

2010-10-03 Thread Nathan Whitehorn
On 10/03/10 15:04, Antoine Brodin wrote: Author: antoine Date: Sun Oct 3 20:04:11 2010 New Revision: 213388 URL: http://svn.freebsd.org/changeset/base/213388 Log: Unbreak build. Ack! Thanks for fixing it, and sorry for the breakage. -Nathan

svn commit: r213391 - in head: gnu/usr.bin usr.bin

2010-10-03 Thread Gordon Tetlow
Author: gordon Date: Sun Oct 3 22:24:14 2010 New Revision: 213391 URL: http://svn.freebsd.org/changeset/base/213391 Log: Retire GNU man in favor of the newly written BSDL version. Approved by: wes (mentor) Modified: head/gnu/usr.bin/Makefile head/usr.bin/Makefile Modified:

Re: svn commit: r213391 - in head: gnu/usr.bin usr.bin

2010-10-03 Thread Dimitry Andric
On 2010-10-04 00:24, Gordon Tetlow wrote: Author: gordon Date: Sun Oct 3 22:24:14 2010 New Revision: 213391 URL: http://svn.freebsd.org/changeset/base/213391 Log: Retire GNU man in favor of the newly written BSDL version. And there was much rejoicing. :)

svn commit: r213394 - head/etc

2010-10-03 Thread Gordon Tetlow
Author: gordon Date: Mon Oct 4 01:07:04 2010 New Revision: 213394 URL: http://svn.freebsd.org/changeset/base/213394 Log: No longer install /etc/manpath.config since the BSDL man utilities don't use it. Approved by: wes (mentor) Modified: head/etc/Makefile Modified:

svn commit: r213395 - head/sys/sys

2010-10-03 Thread Gordon Tetlow
Author: gordon Date: Mon Oct 4 01:08:31 2010 New Revision: 213395 URL: http://svn.freebsd.org/changeset/base/213395 Log: Bump __FreeBSD_version for switch from GNU man to BSDL man. Approved by: wes (mentor) Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h