svn commit: r307603 - stable/11/sys/dev/hyperv/netvsc

2016-10-18 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 05:08:46 2016 New Revision: 307603 URL: https://svnweb.freebsd.org/changeset/base/307603 Log: MFC 306390-306392 306390 hyperv/hn: Suspend and resume the backend properly upon MTU change. Suspend: - Prevent the backend from being touched

svn commit: r307605 - head/sys/arm/conf

2016-10-18 Thread Warner Losh
Author: imp Date: Wed Oct 19 05:53:43 2016 New Revision: 307605 URL: https://svnweb.freebsd.org/changeset/base/307605 Log: Use MODULES_EXTRA rather than MODULES_OVERRIDE for dtb. Submitted by: Oleksandr Tymoshenko Modified: head/sys/arm/conf/PANDABOARD Modified:

svn commit: r307604 - stable/11/sys/dev/hyperv/netvsc

2016-10-18 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 05:38:50 2016 New Revision: 307604 URL: https://svnweb.freebsd.org/changeset/base/307604 Log: MFC 306393 hyperv/hn: Flatten RX filter configuration. This paves way for more fixes. Sponsored by: Microsoft Differential Revision:

svn commit: r307602 - head/sys/net80211

2016-10-18 Thread Adrian Chadd
Author: adrian Date: Wed Oct 19 05:03:46 2016 New Revision: 307602 URL: https://svnweb.freebsd.org/changeset/base/307602 Log: [net80211] Initial full-offload scan support. This is a very simple addition to the net80211 scan support. It doesn't implement a replacement scan interface -

Re: svn commit: r307326 - head/sys/boot/efi/loader

2016-10-18 Thread Warner Losh
On Mon, Oct 17, 2016 at 11:40 AM, John Baldwin wrote: > On Friday, October 14, 2016 12:25:54 PM Warner Losh wrote: >> On Oct 14, 2016 11:55 AM, "Doug Ambrisko" wrote: >> > >> > On Fri, Oct 14, 2016 at 10:33:15AM -0700, Ravi Pokala wrote: >> > |

svn commit: r307552 - stable/11/sys/vm

2016-10-18 Thread Konstantin Belousov
Author: kib Date: Tue Oct 18 10:12:55 2016 New Revision: 307552 URL: https://svnweb.freebsd.org/changeset/base/307552 Log: MFC r307064: When downgrading exclusively busied page to shared-busy state, wakeup waiters. Modified: stable/11/sys/vm/vm_page.c Directory Properties: stable/11/

svn commit: r307555 - stable/10/sys/vm

2016-10-18 Thread Konstantin Belousov
Author: kib Date: Tue Oct 18 10:33:28 2016 New Revision: 307555 URL: https://svnweb.freebsd.org/changeset/base/307555 Log: MFC r307064: When downgrading exclusively busied page to shared-busy state, wakeup waiters. Modified: stable/10/sys/vm/vm_page.c Directory Properties: stable/10/

svn commit: r307554 - head/tests/sys/kern

2016-10-18 Thread Ruslan Bukin
Author: br Date: Tue Oct 18 10:20:58 2016 New Revision: 307554 URL: https://svnweb.freebsd.org/changeset/base/307554 Log: Fix comment. We have different VM layout on MIPS, so test is skipped. Requested by: kib Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified:

svn commit: r307553 - head/contrib/netbsd-tests/lib/libpthread

2016-10-18 Thread Ruslan Bukin
Author: br Date: Tue Oct 18 10:13:54 2016 New Revision: 307553 URL: https://svnweb.freebsd.org/changeset/base/307553 Log: Skip test on MIPS as it modifies TLS pointer in set_mcontext(). Discussed with: kib Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified:

svn commit: r307561 - head/sys/kern

2016-10-18 Thread Sean Bruno
Author: sbruno Date: Tue Oct 18 13:16:27 2016 New Revision: 307561 URL: https://svnweb.freebsd.org/changeset/base/307561 Log: Tell gtask to what we've been bound. ref: https://github.com/NextBSD/NextBSD/commit/54414984cfebb920bbc40aadeb601bdce448d8d7 Submitted by: mm...@nextbsd.org

svn commit: r307563 - head/sys/net

2016-10-18 Thread Sean Bruno
Author: sbruno Date: Tue Oct 18 13:29:30 2016 New Revision: 307563 URL: https://svnweb.freebsd.org/changeset/base/307563 Log: When deciding whether or not to call tqg_attach_cpu(), reference rid directly. ref:

svn commit: r307568 - head/sys/net

2016-10-18 Thread Sean Bruno
Author: sbruno Date: Tue Oct 18 14:02:45 2016 New Revision: 307568 URL: https://svnweb.freebsd.org/changeset/base/307568 Log: Set default capabilities at attach. ref: https://github.com/NextBSD/NextBSD/commit/6425f45e5fc89f64925995bbcfc09c7558d896ea Submitted by: mm...@nextbsd.org

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

2016-10-18 Thread Michal Meloun
Author: mmel Date: Tue Oct 18 12:26:22 2016 New Revision: 307557 URL: https://svnweb.freebsd.org/changeset/base/307557 Log: TEGRA: Attach cpufreq and coretemp drivers only on tegra124 SoC. It's needed by GENERIC kernel. MFC after: 2 weeks Modified:

svn commit: r307562 - head/sys/net

2016-10-18 Thread Sean Bruno
Author: sbruno Date: Tue Oct 18 13:22:44 2016 New Revision: 307562 URL: https://svnweb.freebsd.org/changeset/base/307562 Log: Toggle v4/v6 rxcsum together Only re-init if driver is running ref: https://github.com/NextBSD/NextBSD/commit/106518e874ec9a61daf4c09894170d24e2f4d60d

svn commit: r307558 - in head/sys: arm/nvidia dev/extres/regulator

2016-10-18 Thread Michal Meloun
Author: mmel Date: Tue Oct 18 12:27:46 2016 New Revision: 307558 URL: https://svnweb.freebsd.org/changeset/base/307558 Log: REGULATOR: Move functions for handling with regulator ranges to common file. They can be useful for other PMICs. MFC after: 2 weeks Modified:

svn commit: r307559 - head/usr.sbin/fstyp

2016-10-18 Thread Ruslan Bukin
Author: br Date: Tue Oct 18 12:58:17 2016 New Revision: 307559 URL: https://svnweb.freebsd.org/changeset/base/307559 Log: fstyp tests comes with pre-created EL filesystems, but fstyp cannot detect EL filesystem on EB machine, so exclude test files from distribution and skip the test.

svn commit: r307560 - head/sys/net

2016-10-18 Thread Sean Bruno
Author: sbruno Date: Tue Oct 18 13:12:19 2016 New Revision: 307560 URL: https://svnweb.freebsd.org/changeset/base/307560 Log: Fix misusage of CPU_FFS when binding queues to cpus ref: https://github.com/NextBSD/NextBSD/commit/922d0bdf2277f30954f143107d2a3eddb02abd2d Submitted by:

svn commit: r307566 - head/sys/kern

2016-10-18 Thread Sean Bruno
Author: sbruno Date: Tue Oct 18 13:55:34 2016 New Revision: 307566 URL: https://svnweb.freebsd.org/changeset/base/307566 Log: Ensure that tasks with a specific cpu set prior to smp starting get re-attached to a thread running on that cpu. ref:

svn commit: r307564 - head/contrib/mdocml

2016-10-18 Thread Ed Maste
Author: emaste Date: Tue Oct 18 13:37:59 2016 New Revision: 307564 URL: https://svnweb.freebsd.org/changeset/base/307564 Log: makewhatis: avoid skipping another page after one with no mlinks Submitted by: Ingo Schwarze MFC after:3 weeks MFC with: r307003 Modified:

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

2016-10-18 Thread Michal Meloun
Author: mmel Date: Tue Oct 18 12:21:45 2016 New Revision: 307556 URL: https://svnweb.freebsd.org/changeset/base/307556 Log: TEGRA: Really implement early printf. The original version was cut from another SoC. Pointy-hat to: mmel MFC after: 2 weeks Modified:

svn commit: r307565 - in head/sys/arm64: arm64 include

2016-10-18 Thread Andrew Turner
Author: andrew Date: Tue Oct 18 13:39:55 2016 New Revision: 307565 URL: https://svnweb.freebsd.org/changeset/base/307565 Log: Add PCB_FP_USERMASK so we can mask off floating point flags that should not be sent to userspace, for example the future flag to tell when we are using floating

svn commit: r307572 - in head/sys: dev/netmap net

2016-10-18 Thread Luigi Rizzo
Author: luigi Date: Tue Oct 18 15:41:57 2016 New Revision: 307572 URL: https://svnweb.freebsd.org/changeset/base/307572 Log: remove trailing whitespace. No code changes. Modified: head/sys/dev/netmap/if_vtnet_netmap.h head/sys/dev/netmap/netmap_monitor.c head/sys/dev/netmap/netmap_pipe.c

svn commit: r307573 - head/sys/dev/e1000

2016-10-18 Thread Luigi Rizzo
Author: luigi Date: Tue Oct 18 15:50:20 2016 New Revision: 307573 URL: https://svnweb.freebsd.org/changeset/base/307573 Log: remove conditional code for an obsolete feature. if_ptnet now does better. Modified: head/sys/dev/e1000/if_lem.c Modified: head/sys/dev/e1000/if_lem.c

svn commit: r307574 - in head/sys: dev/netmap net

2016-10-18 Thread Luigi Rizzo
Author: luigi Date: Tue Oct 18 16:18:25 2016 New Revision: 307574 URL: https://svnweb.freebsd.org/changeset/base/307574 Log: remove stale and unused code from various files fix build on 32 bit platforms simplify logic in netmap_virt.h The commands (in net/netmap.h) to configure

svn commit: r307567 - head/sys/kern

2016-10-18 Thread Sean Bruno
Author: sbruno Date: Tue Oct 18 14:00:26 2016 New Revision: 307567 URL: https://svnweb.freebsd.org/changeset/base/307567 Log: Assert that we're assigning a non-null taskqueue. ref: https://github.com/NextBSD/NextBSD/commit/535865d02c162e415d7436899cd6db5000a0cc7b Fix cpu assignment by

svn commit: r307571 - head/share/man/man4

2016-10-18 Thread Luigi Rizzo
Author: luigi Date: Tue Oct 18 15:24:56 2016 New Revision: 307571 URL: https://svnweb.freebsd.org/changeset/base/307571 Log: fix a stale sentence in the manpage Modified: head/share/man/man4/netmap.4 Modified: head/share/man/man4/netmap.4

svn commit: r307569 - head/sys/dev/netmap

2016-10-18 Thread Sean Bruno
Author: sbruno Date: Tue Oct 18 14:48:41 2016 New Revision: 307569 URL: https://svnweb.freebsd.org/changeset/base/307569 Log: Restore svn r306772 that was overwritten by netmap import at svn r307394 #include should be here as all drivers that support netmap need to use this file

svn commit: r307570 - head/sbin/ipfw

2016-10-18 Thread Andrey V. Elsukov
Author: ae Date: Tue Oct 18 15:14:46 2016 New Revision: 307570 URL: https://svnweb.freebsd.org/changeset/base/307570 Log: Add support for non-contiguous IPv6 masks in ipfw(8) rules. For example fe::640:0:0/::::0:0 will match addresses fe:*:*:*:0:640:*:* Submitted by:

Re: svn commit: r306864 - head

2016-10-18 Thread Ruslan Bukin
On Tue, Oct 18, 2016 at 08:17:55AM +0200, Baptiste Daroussin wrote: > On Mon, Oct 17, 2016 at 06:28:08PM -0700, Ngie Cooper wrote: > > On Sat, Oct 8, 2016 at 11:57 AM, Baptiste Daroussin > > wrote: > > > Author: bapt > > > Date: Sat Oct 8 18:57:11 2016 > > > New Revision:

svn commit: r307575 - in stable/11/sys: arm/broadcom/bcm2835 contrib/vchiq/interface/vchiq_arm dev/usb/controller

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Oct 18 19:15:43 2016 New Revision: 307575 URL: https://svnweb.freebsd.org/changeset/base/307575 Log: MFC r307067, r307068, r307087, r307088, r307089, r307091, r307092, r307093, r307095, r307098, r307115: r307067: Make intc driver compatible with

svn commit: r307576 - in stable/11/sys: dev/atkbdc sys

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Oct 18 20:17:57 2016 New Revision: 307576 URL: https://svnweb.freebsd.org/changeset/base/307576 Log: MFC r306355, r306474, r306746: r306355: Add Elantech trackpad support Elantech trackpads are found in some laptops like the Asus UX31E. They are "synaptics

svn commit: r307577 - head/sys/dev/rtwn/usb

2016-10-18 Thread Andriy Voskoboinyk
Author: avos Date: Tue Oct 18 21:17:31 2016 New Revision: 307577 URL: https://svnweb.freebsd.org/changeset/base/307577 Log: rtwn(4): fix build with 'options IEEE80211_SUPPORT_SUPERG' Modified: head/sys/dev/rtwn/usb/rtwn_usb_rx.c head/sys/dev/rtwn/usb/rtwn_usb_tx.c Modified:

svn commit: r307578 - head/sys/dev/bxe

2016-10-18 Thread David C Somayajulu
Author: davidcs Date: Tue Oct 18 21:33:57 2016 New Revision: 307578 URL: https://svnweb.freebsd.org/changeset/base/307578 Log: 1. Use taskqueue_create() instead of taskqueue_create_fast() for both fastpath and slowpath taskqueues. 2. Service all transmits in taskqueue threads. 3.

Re: svn commit: r306864 - head

2016-10-18 Thread Baptiste Daroussin
On Mon, Oct 17, 2016 at 06:28:08PM -0700, Ngie Cooper wrote: > On Sat, Oct 8, 2016 at 11:57 AM, Baptiste Daroussin wrote: > > Author: bapt > > Date: Sat Oct 8 18:57:11 2016 > > New Revision: 306864 > > URL: https://svnweb.freebsd.org/changeset/base/306864 > > > > Log: > >

svn commit: r307551 - head/sys/netinet

2016-10-18 Thread Julien Charbon
Author: jch Date: Tue Oct 18 07:16:49 2016 New Revision: 307551 URL: https://svnweb.freebsd.org/changeset/base/307551 Log: Fix a double-free when an inp transitions to INP_TIMEWAIT state after having been dropped. This fixes enforces in_pcbdrop() logic in tcp_input(): "in_pcbdrop()

Re: svn commit: r307553 - head/contrib/netbsd-tests/lib/libpthread

2016-10-18 Thread Ngie Cooper
(Picking a "random commit") On Tue, Oct 18, 2016 at 3:13 AM, Ruslan Bukin wrote: > Author: br > Date: Tue Oct 18 10:13:54 2016 > New Revision: 307553 > URL: https://svnweb.freebsd.org/changeset/base/307553 > > Log: > Skip test on MIPS as it modifies TLS pointer in

svn commit: r307579 - stable/11/usr.sbin/moused

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Oct 18 22:24:03 2016 New Revision: 307579 URL: https://svnweb.freebsd.org/changeset/base/307579 Log: MFC r306356: Add Elantech trackpad to the list of known models PR: 205690 Submitted by: Vladimir Kondratyev MFC after:1

svn commit: r307580 - stable/11/share/man/man4

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Oct 18 22:26:38 2016 New Revision: 307580 URL: https://svnweb.freebsd.org/changeset/base/307580 Log: MFC r306357: Document hw.psm.elantech_support in psm(4) PR: 205690 Submitted by: Vladimir Kondratyev MFC after:1 week

svn commit: r307595 - in stable/11/sys/dev/hyperv: include netvsc vmbus

2016-10-18 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 02:14:04 2016 New Revision: 307595 URL: https://svnweb.freebsd.org/changeset/base/307595 Log: MFC 306072-306074,306076 306072 hyperv/vmbus: Allow bufrings preallocation. The assumption that the channel is only opened upon synthetic device

svn commit: r307600 - head/sys/net

2016-10-18 Thread Kevin Lo
Author: kevlo Date: Wed Oct 19 02:24:57 2016 New Revision: 307600 URL: https://svnweb.freebsd.org/changeset/base/307600 Log: Fix typo in comment. Modified: head/sys/net/if_var.h Modified: head/sys/net/if_var.h ==

svn commit: r307586 - head/sys/arm64/conf

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Oct 18 23:48:47 2016 New Revision: 307586 URL: https://svnweb.freebsd.org/changeset/base/307586 Log: Retire RPI3 kernel config in favour of GENERIC-UP Policy for FreeBSD/arm64 kernel config is the same one as for x86 architectures: provide GENERIC kernel bootable

svn commit: r307589 - in stable/11/sys: dev/fb sys

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Oct 19 01:35:21 2016 New Revision: 307589 URL: https://svnweb.freebsd.org/changeset/base/307589 Log: MFC r306555: Provide way for framebuffer driver to request mmap(2) mapping type On ARM if memattr is not overriden mmap(2) maps framebuffer memory as WBWA

svn commit: r307592 - head/sys/conf

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Oct 19 02:02:21 2016 New Revision: 307592 URL: https://svnweb.freebsd.org/changeset/base/307592 Log: bcm2835_bsc.c should be compiled only if SOC_BRCM_BCM2837 is enabled Modified: head/sys/conf/files.arm64 Modified: head/sys/conf/files.arm64

svn commit: r307581 - head/tools/tools/nanobsd/embedded

2016-10-18 Thread Warner Losh
Author: imp Date: Tue Oct 18 22:40:12 2016 New Revision: 307581 URL: https://svnweb.freebsd.org/changeset/base/307581 Log: Fix NANO_NAME Modified: head/tools/tools/nanobsd/embedded/beaglebone.cfg Modified: head/tools/tools/nanobsd/embedded/beaglebone.cfg

svn commit: r307582 - head/tools/tools/nanobsd/embedded

2016-10-18 Thread Warner Losh
Author: imp Date: Tue Oct 18 22:40:14 2016 New Revision: 307582 URL: https://svnweb.freebsd.org/changeset/base/307582 Log: Announce where we've put the image too Modified: head/tools/tools/nanobsd/embedded/common Modified: head/tools/tools/nanobsd/embedded/common

svn commit: r307597 - stable/11/sys/dev/pci

2016-10-18 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 02:20:48 2016 New Revision: 307597 URL: https://svnweb.freebsd.org/changeset/base/307597 Log: MFC 306359 pci: Clear the MEM/PORT_EN bit when updating PCI BAR It's unsafe to update the BAR when the related EN bit is set. Submitted by:

svn commit: r307585 - stable/11/sys/dev/usb/net

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Oct 18 23:27:50 2016 New Revision: 307585 URL: https://svnweb.freebsd.org/changeset/base/307585 Log: MFC r307154: [fdt] Add one more heuristic to determine MAC address of the SMSC device - If check for net,ethernet/usb,device compatible node fails, try to find

svn commit: r307590 - stable/11/sys/sys

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Oct 19 01:38:23 2016 New Revision: 307590 URL: https://svnweb.freebsd.org/changeset/base/307590 Log: Bump __FreeBSD_version for struct fb_info change in r307589 Modified: stable/11/sys/sys/param.h Modified: stable/11/sys/sys/param.h

Re: svn commit: r307553 - head/contrib/netbsd-tests/lib/libpthread

2016-10-18 Thread Ruslan Bukin
On Tue, Oct 18, 2016 at 03:11:55PM -0700, Ngie Cooper wrote: > (Picking a "random commit") > > On Tue, Oct 18, 2016 at 3:13 AM, Ruslan Bukin wrote: > > Author: br > > Date: Tue Oct 18 10:13:54 2016 > > New Revision: 307553 > > URL:

svn commit: r307584 - in head: lib/libmd sys/crypto sys/crypto/aesni sys/crypto/sha2 sys/crypto/siphash sys/crypto/skein sys/sys

2016-10-18 Thread Alan Somers
Author: asomers Date: Tue Oct 18 23:20:49 2016 New Revision: 307584 URL: https://svnweb.freebsd.org/changeset/base/307584 Log: Fix C++ includability of crypto headers with static array sizes C99 allows array function parameters to use the static keyword for their sizes. This tells the

svn commit: r307591 - stable/11/sys/dev/hyperv/netvsc

2016-10-18 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 01:55:50 2016 New Revision: 307591 URL: https://svnweb.freebsd.org/changeset/base/307591 Log: MFC 305962,305964-305967 305962 hyperv/hn: Don't allow NVS and NDIS version change upon reinitailization NVS and NDIS version change would break too

svn commit: r307594 - stable/11/sys/dev/hyperv/netvsc

2016-10-18 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 02:08:04 2016 New Revision: 307594 URL: https://svnweb.freebsd.org/changeset/base/307594 Log: MFC 306013,306014 306013 hyperv/hn: Fix ifnet hwassist setup. Sponsored by: Microsoft Differential Revision:

svn commit: r307596 - stable/11/sys/arm/broadcom/bcm2835

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Oct 19 02:15:41 2016 New Revision: 307596 URL: https://svnweb.freebsd.org/changeset/base/307596 Log: MFC r306557, r307240, r307241: r306557: Use VM_MEMATTR_WRITE_COMBINING memattr for mmap(2) on framebuffer VM_MEMATTR_WRITE_COMBINING sets write-through cache

Re: svn commit: r307553 - head/contrib/netbsd-tests/lib/libpthread

2016-10-18 Thread Ngie Cooper
On Tue, Oct 18, 2016 at 3:57 PM, Ruslan Bukin wrote: ... > Thanks. Is this rule for ./contrib/netbsd-tests only, or ./tests/ as well ? Just contrib/netbsd-tests as their upstream is NetBSD (hence the name, netbsd-tests). Thanks! -Ngie

svn commit: r307587 - stable/11/sys/kern

2016-10-18 Thread Eric van Gyzen
Author: vangyzen Date: Wed Oct 19 00:14:20 2016 New Revision: 307587 URL: https://svnweb.freebsd.org/changeset/base/307587 Log: MFC r306346 Make no assertions about mutex state when the scheduler is stopped. This changes the assert path to match the lock and unlock paths.

svn commit: r307588 - stable/10/sys/kern

2016-10-18 Thread Eric van Gyzen
Author: vangyzen Date: Wed Oct 19 00:14:22 2016 New Revision: 307588 URL: https://svnweb.freebsd.org/changeset/base/307588 Log: MFC r306346 Make no assertions about mutex state when the scheduler is stopped. This changes the assert path to match the lock and unlock paths.

svn commit: r307599 - in stable/11/sys/dev/hyperv: include vmbus

2016-10-18 Thread Sepherosa Ziehau
Author: sephe Date: Wed Oct 19 02:24:17 2016 New Revision: 307599 URL: https://svnweb.freebsd.org/changeset/base/307599 Log: MFC 306360,306387,306389 306360 hyperv/vmbus: Add dynamic device add and remove support Sponsored by: Microsoft Differential Revision:

svn commit: r307598 - head/sys/powerpc/fpu

2016-10-18 Thread Justin Hibbits
Author: jhibbits Date: Wed Oct 19 02:23:29 2016 New Revision: 307598 URL: https://svnweb.freebsd.org/changeset/base/307598 Log: Un-static two local variables in the FPU emulator Static variables aren't MP-safe, and this was causing bizarre segfaults on a dual-core e500v2 system (P1022).

svn commit: r307583 - head/contrib/netbsd-tests/lib/libpthread

2016-10-18 Thread Ruslan Bukin
Author: br Date: Tue Oct 18 22:53:58 2016 New Revision: 307583 URL: https://svnweb.freebsd.org/changeset/base/307583 Log: Skip test on FreeBSD only. So test can be upstreamed to NetBSD. Requested by: ngie Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified:

svn commit: r307593 - head/sys/arm64/conf

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Oct 19 02:03:30 2016 New Revision: 307593 URL: https://svnweb.freebsd.org/changeset/base/307593 Log: Move SOC_BRCM_BCM2837 to GENERIC-UP since does not support SMP Modified: head/sys/arm64/conf/GENERIC head/sys/arm64/conf/GENERIC-UP Modified:

svn commit: r307601 - stable/11/sys/arm/broadcom/bcm2835

2016-10-18 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Oct 19 02:39:24 2016 New Revision: 307601 URL: https://svnweb.freebsd.org/changeset/base/307601 Log: MFC r307239: Fix BCM283x(Raspberry Pi) SDHCI driver for ARM64 build - Revert BUS_SPACE_PHYSADDR back to rman_get_start. BUS_SPACE_PHYSADDR was introduced