Re: svn commit: r308345 - head/sys/dev/e1000

2016-11-06 Thread Sepherosa Ziehau
On Sun, Nov 6, 2016 at 7:16 AM, John Baldwin wrote: > On Saturday, November 05, 2016 04:30:43 PM Sean Bruno wrote: >> Author: sbruno >> Date: Sat Nov 5 16:30:42 2016 >> New Revision: 308345 >> URL: https://svnweb.freebsd.org/changeset/base/308345 >> >> Log: >> r295133 attempted to deactivate TS

Re: svn commit: r308345 - head/sys/dev/e1000

2016-11-06 Thread John Baldwin
On Saturday, November 05, 2016 04:30:43 PM Sean Bruno wrote: > Author: sbruno > Date: Sat Nov 5 16:30:42 2016 > New Revision: 308345 > URL: https://svnweb.freebsd.org/changeset/base/308345 > > Log: > r295133 attempted to deactivate TSO in the 100Mbit link case with this > adapter to work arou

Re: svn commit: r307227 - in head: include lib/libc/stdlib lib/libc/tests/stdlib

2016-11-06 Thread Ed Schouten
Hi Andrew, 2016-11-07 0:54 GMT+01:00 Andrew Reilly : > Thanks for pointing me back to src.conf. I added this when I was an “early > adopter” of clang, and it was necessary. I suspect that now that we are > all-clang all the time, this is redundant. Would this have overridden the > system bui

svn commit: r308391 - in head/sys: arm/conf arm/nvidia arm/nvidia/tegra124 boot/fdt/dts/arm contrib/dev/nvidia

2016-11-06 Thread Michal Meloun
Author: mmel Date: Mon Nov 7 05:37:10 2016 New Revision: 308391 URL: https://svnweb.freebsd.org/changeset/base/308391 Log: Add NVIDIA Tegra XHCI driver and coresponding firmware blob. MFC after: 3 weeks Approved by: core@ (NVIDIA license) Added: head/sys/arm/nvidia/tegra_xhci.c (con

svn commit: r308390 - head/sys/arm/nvidia/tegra124

2016-11-06 Thread Michal Meloun
Author: mmel Date: Mon Nov 7 05:34:44 2016 New Revision: 308390 URL: https://svnweb.freebsd.org/changeset/base/308390 Log: Rework NVIDIA Tegra124 XUSBPAD driver. - Adapt it for new, incompatible, DT bindings introduced by r306197. - Add support for USB super speed pads/ports. MFC aft

Re: svn commit: r307227 - in head: include lib/libc/stdlib lib/libc/tests/stdlib

2016-11-06 Thread Andrew Reilly
Hi Ed, Thanks for pointing me back to src.conf. I added this when I was an “early adopter” of clang, and it was necessary. I suspect that now that we are all-clang all the time, this is redundant. Would this have overridden the system build process? my /etc/src.conf: CC=clang CXX=clang++ CP

svn commit: r308389 - in head/sys/dev/rtwn: . pci rtl8192c rtl8192c/pci usb

2016-11-06 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 6 23:13:13 2016 New Revision: 308389 URL: https://svnweb.freebsd.org/changeset/base/308389 Log: rtwn: add HOSTAP / IBSS mode support for RTL8188CE. NOTE: some multi-vap configurations (e.g., STA+IBSS) are not stable; that will be fixed later. Tested with:

svn commit: r308387 - head/etc

2016-11-06 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 6 19:51:01 2016 New Revision: 308387 URL: https://svnweb.freebsd.org/changeset/base/308387 Log: Fix device driver name if devd.conf + move it into appropriate place. Noticed by: Idwer Vollering Modified: head/etc/devd.conf Modified: head/etc/devd.conf

svn commit: r308386 - head/lib/libc/sys

2016-11-06 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 6 19:37:22 2016 New Revision: 308386 URL: https://svnweb.freebsd.org/changeset/base/308386 Log: Document that getfsstat(2) called with MNT_NOWAIT skips file systems that are in the process of being unmounted. Reviewed by: des@ (earlier version) MFC after:

svn commit: r308385 - head/sys/net80211

2016-11-06 Thread Adrian Chadd
Author: adrian Date: Sun Nov 6 19:18:25 2016 New Revision: 308385 URL: https://svnweb.freebsd.org/changeset/base/308385 Log: [net80211] extend the net80211 ALQ code to support variable payloads. Also - allow driver specific bits to be added, rather than just net80211. This still isn't

svn commit: r308384 - in head/sys/dev/rtwn: pci usb

2016-11-06 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 6 19:17:39 2016 New Revision: 308384 URL: https://svnweb.freebsd.org/changeset/base/308384 Log: rtwn_pci: omit tx_done() stage if device is not running. rtwn_usb: drain USB transfers during device shutdown; this fixes possible panic with 'options IEEE80211_SUPPORT

svn commit: r308383 - head/sys/net80211

2016-11-06 Thread Adrian Chadd
Author: adrian Date: Sun Nov 6 19:16:46 2016 New Revision: 308383 URL: https://svnweb.freebsd.org/changeset/base/308383 Log: [net80211] add a method to also explicitly tear down RX A-MPDU. The ath10k firmware API doesn't pass up the ADDBA/DELBA frames, only WMI firmware notifications.

svn commit: r308381 - head/sys/dev/rtwn/pci

2016-11-06 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 6 18:11:19 2016 New Revision: 308381 URL: https://svnweb.freebsd.org/changeset/base/308381 Log: rtwn: fix Tx ring cleanup. Do not try to clear stale Tx descriptor entries when there are some running vaps; just free node references - rtwn_pci_tx_done() will free

svn commit: r308380 - head/sys/dev/rtwn/rtl8192c/pci

2016-11-06 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 6 17:24:16 2016 New Revision: 308380 URL: https://svnweb.freebsd.org/changeset/base/308380 Log: rtwn: reduce shutdown time for RTL8188CE. Modified: head/sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c Modified: head/sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c ==

svn commit: r308379 - head/lib/libgcc_s

2016-11-06 Thread Ed Maste
Author: emaste Date: Sun Nov 6 17:21:26 2016 New Revision: 308379 URL: https://svnweb.freebsd.org/changeset/base/308379 Log: add __divdi3 and __udivdi3 to libgcc_s symbol version map After r308294 they were missing on i386 (and previously were exported only accidentally). Reported b

svn commit: r308377 - head/sys/dev/rtwn

2016-11-06 Thread Andriy Voskoboinyk
Author: avos Date: Sun Nov 6 17:12:02 2016 New Revision: 308377 URL: https://svnweb.freebsd.org/changeset/base/308377 Log: rtwn: reset watchdog timer on device shutdown. Modified: head/sys/dev/rtwn/if_rtwn.c Modified: head/sys/dev/rtwn/if_rtwn.c =

svn commit: r308375 - head/contrib/llvm/lib/Target/AArch64

2016-11-06 Thread Dimitry Andric
Author: dim Date: Sun Nov 6 16:27:09 2016 New Revision: 308375 URL: https://svnweb.freebsd.org/changeset/base/308375 Log: Pull in r278002 from upstream llvm trunk (by Silviu Baranga): [AArch64] PR28877: Don't assume we're running after legalization when creating vcvtfp2fxs Sum

Re: svn commit: r307227 - in head: include lib/libc/stdlib lib/libc/tests/stdlib

2016-11-06 Thread Ed Schouten
Hi Andrew, 2016-11-06 1:30 GMT+01:00 Andrew Reilly : > Hi there, > > Re: https://lists.freebsd.org/pipermail/svn-src-head/2016-October/092694.html > > In a rebuild of stable/11 today (and yesterday), the build stops in > lib/libc/tests/stdlib: > > /usr/src/lib/libc/tests/stdlib/tsearch_test.c:37: