svn commit: r302313 - head/sys/dev/cxgbe

2016-07-01 Thread Navdeep Parhar
Author: np Date: Fri Jul 1 23:18:49 2016 New Revision: 302313 URL: https://svnweb.freebsd.org/changeset/base/302313 Log: cxgbe(4): Avoid a NULL dereference while dumping the L2 table. Entries used by switching filters that rewrite L2 information do not have any associated ifnet.

svn commit: r302312 - in head/sys/boot: fdt powerpc/ofw

2016-07-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Jul 1 21:09:30 2016 New Revision: 302312 URL: https://svnweb.freebsd.org/changeset/base/302312 Log: Clean up some FDT-related code in the PowerPC bootloader, improving error checking and robustness. Prevents errors and crashes in FDT commands on PowerMac G5

svn commit: r302311 - head/release/doc/en_US.ISO8859-1/relnotes

2016-07-01 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Fri Jul 1 20:25:59 2016 New Revision: 302311 URL: https://svnweb.freebsd.org/changeset/base/302311 Log: Document 300777, Add support for GPIO, Sensors and interrupts on AXP209 PMIC Approved by: re (gjb, implicit, relnotes) Modified:

svn commit: r302309 - head/release/doc/en_US.ISO8859-1/relnotes

2016-07-01 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Fri Jul 1 20:16:35 2016 New Revision: 302309 URL: https://svnweb.freebsd.org/changeset/base/302309 Log: Document r263698, Add code for enabling second CPU core for A20 SoC. Approved by: re (gjb, implicit, relnotes) Modified:

Re: svn commit: r302252 - head/sys/kern

2016-07-01 Thread Bruce Evans
On Fri, 1 Jul 2016, Konstantin Belousov wrote: On Thu, Jun 30, 2016 at 09:01:06PM +0300, Konstantin Belousov wrote: Yes, timehands for bootimebin should be the solution, but not in the scope of this patch. I will work on this right after the current changeset lands in svn. Well, there is

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

2016-07-01 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jul 1 07:27:33 2016 New Revision: 302306 URL: https://svnweb.freebsd.org/changeset/base/302306 Log: Fix detection of USB device disconnects in USB host mode when the USB device is connected directly to the USB port of the DWC OTG, in this case a RPI-zero.

svn commit: r302305 - in head/contrib/expat: . doc examples lib tests tests/benchmark xmlwf

2016-07-01 Thread Xin LI
Author: delphij Date: Fri Jul 1 05:48:45 2016 New Revision: 302305 URL: https://svnweb.freebsd.org/changeset/base/302305 Log: MFV r302260: expat 2.2.0 Approved by: re (kib) Added: head/contrib/expat/configure.ac - copied unchanged from r302260, vendor/expat/dist/configure.ac