Re: svn commit: r297609 - in head/sys: dev/isci/scil net

2016-04-05 Thread Ravi Pokala
Frack - this was only supposed to be the isci(4) change, not the lagg(4) changes. Reverting momentarily... -Ravi (rpokala@) -Original Message- From: on behalf of Ravi Pokala Date: 2016-04-05, Tuesday at 21:50 To:

svn commit: r297611 - in head/sys: arm64/include cddl/dev/dtrace/aarch64

2016-04-05 Thread Wojciech Macek
Author: wma Date: Wed Apr 6 05:13:36 2016 New Revision: 297611 URL: https://svnweb.freebsd.org/changeset/base/297611 Log: Implement dtrace_getupcstack in ARM64 Allow using DTRACE for performance analysis of userspace applications - the function call stack can be captured. This is

svn commit: r297610 - head/sys/net

2016-04-05 Thread Ravi Pokala
Author: rpokala Date: Wed Apr 6 04:58:20 2016 New Revision: 297610 URL: https://svnweb.freebsd.org/changeset/base/297610 Log: Revert accidental submit of WIP as part of r297609 Pointyhat to: rpokala Modified: head/sys/net/if_lagg.c head/sys/net/if_lagg.h Modified:

Re: svn commit: r297609 - in head/sys: dev/isci/scil net

2016-04-05 Thread Ngie Cooper (yaneurabeya)
> On Apr 5, 2016, at 21:50, Ravi Pokala wrote: > > Author: rpokala > Date: Wed Apr 6 04:50:28 2016 > New Revision: 297609 > URL: https://svnweb.freebsd.org/changeset/base/297609 > > Log: > Storage Controller Interface driver - typo in unimplemented macro in >

svn commit: r297609 - in head/sys: dev/isci/scil net

2016-04-05 Thread Ravi Pokala
Author: rpokala Date: Wed Apr 6 04:50:28 2016 New Revision: 297609 URL: https://svnweb.freebsd.org/changeset/base/297609 Log: Storage Controller Interface driver - typo in unimplemented macro in scic_sds_controller_registers.h s/contoller/controller/ PR: 207336

svn commit: r297608 - in head/sys: dev/acpica dev/cardbus dev/pci powerpc/ofw sparc64/pci

2016-04-05 Thread John Baldwin
Author: jhb Date: Wed Apr 6 04:10:22 2016 New Revision: 297608 URL: https://svnweb.freebsd.org/changeset/base/297608 Log: Convert pci_delete_child() to a bus_child_deleted() method. Instead of providing a wrapper around device_delete_child() that the PCI bus and child bus drivers must

svn commit: r297607 - head/tools/tools/net80211/wlanstats

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Wed Apr 6 03:22:39 2016 New Revision: 297607 URL: https://svnweb.freebsd.org/changeset/base/297607 Log: [wlanstats] Convert rssi / signal / rate to use float. * Convert rssi/signal/rate to be a single digit precision float * rssi is actually in 1/2 dBm units, so

Re: svn commit: r297597 - in head/sys: amd64/linux amd64/linux32 i386/linux

2016-04-05 Thread John Baldwin
On Tuesday, April 05, 2016 10:36:49 PM Baptiste Daroussin wrote: > Author: bapt > Date: Tue Apr 5 22:36:48 2016 > New Revision: 297597 > URL: https://svnweb.freebsd.org/changeset/base/297597 > > Log: > Add kern.features flags for linux and linux64 modules > > kern.features.linux: 1

svn commit: r297603 - head/sys/net80211

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Wed Apr 6 01:21:51 2016 New Revision: 297603 URL: https://svnweb.freebsd.org/changeset/base/297603 Log: [net80211] Initial A-MSDU support for testing / evaluation A-MSDU is another 11n aggregation mechanism where multiple ethernet frames get LLC encapsulated (so

svn commit: r297604 - head/sys/net80211

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Wed Apr 6 01:22:20 2016 New Revision: 297604 URL: https://svnweb.freebsd.org/changeset/base/297604 Log: [net80211] missed commit from last one - always cleanup superg state. Modified: head/sys/net80211/ieee80211_hostap.c Modified: head/sys/net80211/ieee80211_hostap.c

svn commit: r297602 - in head: sys/sys usr.bin/sed

2016-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Wed Apr 6 00:55:39 2016 New Revision: 297602 URL: https://svnweb.freebsd.org/changeset/base/297602 Log: Fix sed functions 'i' and 'a' from discarding leading white space. This appears to be implementation dependent but convenient and makes our sed behave more like GNU

svn commit: r297601 - head/sys/dev/urtwn

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Wed Apr 6 00:52:30 2016 New Revision: 297601 URL: https://svnweb.freebsd.org/changeset/base/297601 Log: [urtwn] disable doing AMPDU TX. We don't do AMPDU TX for now, so don't bother setting this. Modified: head/sys/dev/urtwn/if_urtwn.c Modified:

svn commit: r297600 - head/sys/dev/usb/wlan

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Wed Apr 6 00:41:06 2016 New Revision: 297600 URL: https://svnweb.freebsd.org/changeset/base/297600 Log: [rsu] We don't do A-MPDU transmit right now, so don't bother registering for it. Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu.c

svn commit: r297599 - head/usr.sbin/bhyveload

2016-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Wed Apr 6 00:01:03 2016 New Revision: 297599 URL: https://svnweb.freebsd.org/changeset/base/297599 Log: bhyveload: fix from loading undefined size. We were setting an incorrect/undefined size and as it came out the st struct was not really being used at all. This was

svn commit: r297597 - in head/sys: amd64/linux amd64/linux32 i386/linux

2016-04-05 Thread Baptiste Daroussin
Author: bapt Date: Tue Apr 5 22:36:48 2016 New Revision: 297597 URL: https://svnweb.freebsd.org/changeset/base/297597 Log: Add kern.features flags for linux and linux64 modules kern.features.linux: 1 meaning linux 32 bits binaries are supported kern.features.linux64: 1 meaning linux 64

svn commit: r297596 - head/sys/dev/urtwn

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Tue Apr 5 22:14:21 2016 New Revision: 297596 URL: https://svnweb.freebsd.org/changeset/base/297596 Log: [urtwn] first cut of getting the fast-frames / amsdu support in shape. The urtwn hardware transmits FF/A-MSDU just fine - it takes an 802.11 frame and will

svn commit: r297595 - head/sys/net80211

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Tue Apr 5 22:01:56 2016 New Revision: 297595 URL: https://svnweb.freebsd.org/changeset/base/297595 Log: [net80211] rename 11n rate macros into a useful spot * begin moving the 11n macros out of ieee80211_phy.c and into a header so they can be used elsewhere.

svn commit: r297594 - head/sys/net80211

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Tue Apr 5 21:54:42 2016 New Revision: 297594 URL: https://svnweb.freebsd.org/changeset/base/297594 Log: [net80211] note that M_FF will soon mean "fast-frames" or "A-MSDU." Modified: head/sys/net80211/ieee80211_freebsd.h Modified: head/sys/net80211/ieee80211_freebsd.h

svn commit: r297593 - head/sys/net80211

2016-04-05 Thread Adrian Chadd
Author: adrian Date: Tue Apr 5 21:54:07 2016 New Revision: 297593 URL: https://svnweb.freebsd.org/changeset/base/297593 Log: [net80211] Add a new capability flag to indicate that the stack should do software A-MSDU encapsulation. Right now there's AMSDU TX/RX capability bits and they're

svn commit: r297592 - head/sys/net80211

2016-04-05 Thread Andriy Voskoboinyk
Author: avos Date: Tue Apr 5 21:29:11 2016 New Revision: 297592 URL: https://svnweb.freebsd.org/changeset/base/297592 Log: net80211: copy MAC address into iv_myaddr[] instead of aliasing it. Since IF_LLADDR() returns a non-constant pointer to the MAC address preserve a copy of it in

svn commit: r297591 - head

2016-04-05 Thread Bryan Drewery
Author: bdrewery Date: Tue Apr 5 21:12:03 2016 New Revision: 297591 URL: https://svnweb.freebsd.org/changeset/base/297591 Log: Remove leftover _LDSCRIPTROOT missed in r297270. Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc1 head/Makefile.libcompat Modified:

svn commit: r297589 - head/usr.sbin/bhyve

2016-04-05 Thread Pedro F. Giffuni
Author: pfg Date: Tue Apr 5 19:30:19 2016 New Revision: 297589 URL: https://svnweb.freebsd.org/changeset/base/297589 Log: bhyve: Remove unneeded variable ncq. ncq was not being inititialized properly but it was not actually necessary either, so make the code smaller by removing it.

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

2016-04-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Apr 5 18:07:13 2016 New Revision: 297587 URL: https://svnweb.freebsd.org/changeset/base/297587 Log: Remove misleading comment. musb supports host mode for more than two years now Spotted by: jmcneill Modified: head/sys/dev/usb/controller/musb_otg.c Modified:

svn commit: r297582 - in head/sys: arm/broadcom/bcm2835 boot/fdt/dts/arm

2016-04-05 Thread Svatopluk Kraus
Author: skra Date: Tue Apr 5 13:45:23 2016 New Revision: 297582 URL: https://svnweb.freebsd.org/changeset/base/297582 Log: Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-B and RPI2 where INTRNG is already enabled by default. Differential Revision:

svn commit: r297580 - in head/sys/arm: broadcom/bcm2835 conf

2016-04-05 Thread Svatopluk Kraus
Author: skra Date: Tue Apr 5 13:37:03 2016 New Revision: 297580 URL: https://svnweb.freebsd.org/changeset/base/297580 Log: Rework bcm283x interrupt controller for INTRNG and enable it on RPI-B by default. Reviewed by: gonzo Differential Revision:

svn commit: r297581 - in head/sys/arm: broadcom/bcm2835 conf

2016-04-05 Thread Svatopluk Kraus
Author: skra Date: Tue Apr 5 13:41:51 2016 New Revision: 297581 URL: https://svnweb.freebsd.org/changeset/base/297581 Log: Implement bcm2836 interrupt controller for INTRNG and enable it on RPI2 by default. Differential Revision:https://reviews.freebsd.org/D5822 Modified:

svn commit: r297579 - in head/sys: arm/nvidia dev/usb/controller

2016-04-05 Thread Michal Meloun
Author: mmel Date: Tue Apr 5 12:13:53 2016 New Revision: 297579 URL: https://svnweb.freebsd.org/changeset/base/297579 Log: ehci_interrupt is MPSAFE code. Most drivers in tree calls bus_setup_intr with MPSAFE, some are not. Fix those. Submitted by: Howard Su

svn commit: r297578 - head/sys/kern

2016-04-05 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 5 11:30:52 2016 New Revision: 297578 URL: https://svnweb.freebsd.org/changeset/base/297578 Log: Use proper locking macros in RACCT in RCTL. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_racct.c

svn commit: r297577 - in head/sys: kern x86/x86

2016-04-05 Thread Andriy Gapon
Author: avg Date: Tue Apr 5 10:36:40 2016 New Revision: 297577 URL: https://svnweb.freebsd.org/changeset/base/297577 Log: x86 topo: add some comments, descriptions and references to documentation Plus a minor cosmetic change. MFC after:1 month Modified:

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

2016-04-05 Thread Michal Meloun
Author: mmel Date: Tue Apr 5 09:20:52 2016 New Revision: 297576 URL: https://svnweb.freebsd.org/changeset/base/297576 Log: TEGRA: Fix CPU frequency switching. The PLL_X, base CPU frequency source, doesn't have a bypass switch and thus we must use another frequency source for CPU while

Re: svn commit: r297558 - in head/sys: kern sys x86/x86

2016-04-05 Thread Alexey Dokuchaev
On Tue, Apr 05, 2016 at 08:25:18AM +0300, Andriy Gapon wrote: > On 05/04/2016 04:14, Alexey Dokuchaev wrote: > > On Mon, Apr 04, 2016 at 04:09:29PM +, Andriy Gapon wrote: > >> New Revision: 297558 > >> URL: https://svnweb.freebsd.org/changeset/base/297558 > >> > >> Log: > >> new x86 smp