svn commit: r267322 - stable/9/sys/i386/conf

2014-06-10 Thread Marius Strobl
Author: marius Date: Tue Jun 10 09:33:58 2014 New Revision: 267322 URL: http://svnweb.freebsd.org/changeset/base/267322 Log: MFC: r266821 (partial) - Actually, modules are built correctly when compiled along the kernel as they then pick up an opt_global.h from KERNBUILDDIR having PAE de

svn commit: r267323 - stable/9/sys/i386/conf

2014-06-10 Thread Marius Strobl
Author: marius Date: Tue Jun 10 09:36:10 2014 New Revision: 267323 URL: http://svnweb.freebsd.org/changeset/base/267323 Log: MFC: r266820 (partial) - Shrink the list of excluded modules to what actually still doesn't build as of r267058. - Some style cleanups. Approved by: re (g

svn commit: r267350 - in stable/9/sys/dev/usb: . controller

2014-06-10 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 11 06:45:52 2014 New Revision: 267350 URL: http://svnweb.freebsd.org/changeset/base/267350 Log: MFC r267240: Resolve a deadlock setting the USB configuration index from userspace on USB HUBs by moving the code into the USB explore threads. The deadlock happen