svn commit: r318409 - head/sys/arm/mv

2017-05-17 Thread Zbigniew Bodek
Author: zbb Date: Wed May 17 15:57:14 2017 New Revision: 318409 URL: https://svnweb.freebsd.org/changeset/base/318409 Log: Fix registration of MPIC driver Submitted by: Michal Mazur Obtained from: Semihalf Sponsored by: Netgate Reviewed by: loos Differential

svn commit: r318412 - head/sys/sparc64/include

2017-05-17 Thread Ed Maste
Author: emaste Date: Wed May 17 16:32:24 2017 New Revision: 318412 URL: https://svnweb.freebsd.org/changeset/base/318412 Log: fix sparc64 build by restoring 'register' in pcpu.h Reported by: jhb Sponsored by: The FreeBSD Foundation Modified: head/sys/sparc64/include/pcpu.h Modified:

svn commit: r318404 - head/sys/arm/mv

2017-05-17 Thread Luiz Otavio O Souza
Author: loos Date: Wed May 17 15:13:01 2017 New Revision: 318404 URL: https://svnweb.freebsd.org/changeset/base/318404 Log: Move the IO Window Control Register defines out of the ARMADA38X ifdef. Fixes the build of Marvell kernels (other than ARMADA38X) after r318336. Reported by:

svn commit: r318410 - head/sys/dev/etherswitch/e6000sw

2017-05-17 Thread Zbigniew Bodek
Author: zbb Date: Wed May 17 15:58:39 2017 New Revision: 318410 URL: https://svnweb.freebsd.org/changeset/base/318410 Log: Fix broken malloc in e6000sw Malloc should always return something when M_WAITOK flag is used, but keep this code and change flag to M_NOWAIT as it is under a lock

svn commit: r318408 - head/sys/arm/mv

2017-05-17 Thread Zbigniew Bodek
Author: zbb Date: Wed May 17 15:56:09 2017 New Revision: 318408 URL: https://svnweb.freebsd.org/changeset/base/318408 Log: Correct MPIC order of attachment If MPIC happens to be a slave interrupt controller (as on Armada38x), it should be attached after primary interrupt controller.

svn commit: r318405 - head/sys/arm/mv

2017-05-17 Thread Zbigniew Bodek
Author: zbb Date: Wed May 17 15:52:04 2017 New Revision: 318405 URL: https://svnweb.freebsd.org/changeset/base/318405 Log: Fix USB3.0 decoding windows on Armada38x Set correct offset for MBUS windows configuration in USB3.0 interface. Submitted by: Marcin Wojtas

svn commit: r318406 - head/sys/arm/mv

2017-05-17 Thread Zbigniew Bodek
Author: zbb Date: Wed May 17 15:53:13 2017 New Revision: 318406 URL: https://svnweb.freebsd.org/changeset/base/318406 Log: Parse EHCI windows on Marvell platforms Add missing compatibility string to allow proper window configuration for EHCI devices. Submitted by: Wojciech Macek

svn commit: r318407 - head/sys/arm/mv

2017-05-17 Thread Zbigniew Bodek
Author: zbb Date: Wed May 17 15:54:33 2017 New Revision: 318407 URL: https://svnweb.freebsd.org/changeset/base/318407 Log: Enable proper parsing of nested simlpe-buses on Marvell platforms OF_finddevice doesn't find the "simple-bus" node, which is problematic for Marvell platforms, using

svn commit: r318411 - head/sys/dev/etherswitch/e6000sw

2017-05-17 Thread Zbigniew Bodek
Author: zbb Date: Wed May 17 15:59:45 2017 New Revision: 318411 URL: https://svnweb.freebsd.org/changeset/base/318411 Log: Add missing unlock in e6000sw driver This patch adds missing unlock on attach failure. Submitted by: Zbigniew Bodek Obtained from: Semihalf

svn commit: r318413 - head/sys/net80211

2017-05-17 Thread Adrian Chadd
Author: adrian Date: Wed May 17 19:34:36 2017 New Revision: 318413 URL: https://svnweb.freebsd.org/changeset/base/318413 Log: [net80211] initial VHT radiotap implementation defines from upstream radiotap. Modified: head/sys/net80211/ieee80211_radiotap.h Modified:

svn commit: r318429 - in head: share/man/man4 sys/conf sys/dev/cxgbe sys/dev/cxgbe/crypto sys/modules/cxgbe sys/modules/cxgbe/ccr sys/powerpc/conf

2017-05-17 Thread John Baldwin
Author: jhb Date: Wed May 17 22:13:07 2017 New Revision: 318429 URL: https://svnweb.freebsd.org/changeset/base/318429 Log: Add a driver for the Chelsio T6 crypto accelerator engine. The ccr(4) driver supports use of the crypto accelerator engine on Chelsio T6 NICs in "lookaside" mode via

svn commit: r318428 - head/sys/boot/fdt/dts/arm

2017-05-17 Thread Luiz Otavio O Souza
Author: loos Date: Wed May 17 22:05:07 2017 New Revision: 318428 URL: https://svnweb.freebsd.org/changeset/base/318428 Log: Fix the offset for the CPU0 MPIC registers. Please note that only a subset of CPU0 registers are exported. CPU1 registers are not touched. Obtained from:

svn commit: r318426 - head/sys/arm/mv

2017-05-17 Thread Luiz Otavio O Souza
Author: loos Date: Wed May 17 21:14:27 2017 New Revision: 318426 URL: https://svnweb.freebsd.org/changeset/base/318426 Log: Use the MACROS to access the Global mpic registers. Makes the code consistent and easier to read. While here, remove two unused static functions and fix a unused

svn commit: r318427 - in head: share/man/man4 sys/dev/mpr sys/dev/mpr/mpi

2017-05-17 Thread Stephen McConnell
Author: slm Date: Wed May 17 21:33:37 2017 New Revision: 318427 URL: https://svnweb.freebsd.org/changeset/base/318427 Log: Add tri-mode support (SAS/SATA/PCIe). This includes NVMe device support and adds support for the following adapters: SAS 3408 SAS 3416 SAS 3508

svn commit: r318431 - head/libexec/rtld-elf

2017-05-17 Thread Jonathan Anderson
Author: jonathan Date: Wed May 17 22:51:28 2017 New Revision: 318431 URL: https://svnweb.freebsd.org/changeset/base/318431 Log: Allow rtld direct-exec to take a file descriptor. When executing rtld directly, allow a file descriptor to be explicitly specified rather than opened from the

svn commit: r318436 - in head: etc/mtree usr.bin/getconf usr.bin/getconf/tests

2017-05-17 Thread Ngie Cooper
Author: ngie Date: Thu May 18 01:43:30 2017 New Revision: 318436 URL: https://svnweb.freebsd.org/changeset/base/318436 Log: usr.bin/getconf: add some initial tests Items tested via this commit are: - Some basic POSIX constants. - Some valid programming environments with -v. - Some

svn commit: r318437 - head/usr.bin/getconf

2017-05-17 Thread Ngie Cooper
Author: ngie Date: Thu May 18 01:46:30 2017 New Revision: 318437 URL: https://svnweb.freebsd.org/changeset/base/318437 Log: Revert local changes to find_progenv accidentally committed in r318436 MFC after:2 weeks MFC with: r318436 Sponsored by: Dell EMC Isilon Modified:

Re: svn commit: r310230 - head/sys/cam/scsi

2017-05-17 Thread Bryan Drewery
On 12/18/16 7:02 AM, Alexander Motin wrote: > Author: mav > Date: Sun Dec 18 15:02:50 2016 > New Revision: 310230 > URL: https://svnweb.freebsd.org/changeset/base/310230 > > Log: > Don't treat informational exceptions (warnings and impending failures) > a.k.a. SCSI SMART events as errors.

Re: svn commit: r310230 - head/sys/cam/scsi

2017-05-17 Thread Alexander Motin
On 17.05.2017 19:00, Bryan Drewery wrote: > On 12/18/16 7:02 AM, Alexander Motin wrote: >> Author: mav >> Date: Sun Dec 18 15:02:50 2016 >> New Revision: 310230 >> URL: https://svnweb.freebsd.org/changeset/base/310230 >> >> Log: >> Don't treat informational exceptions (warnings and impending

Re: svn commit: r318400 - head/sbin/ipfw

2017-05-17 Thread Andrey V. Elsukov
On 18.05.2017 03:49, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: ae >> Date: Wed May 17 10:56:22 2017 >> New Revision: 318400 >> URL: https://svnweb.freebsd.org/changeset/base/318400 >> >> Log: >> Allow zero port specification in table entries with type

svn commit: r318432 - head/libexec/rtld-elf

2017-05-17 Thread Jonathan Anderson
Author: jonathan Date: Thu May 18 00:32:05 2017 New Revision: 318432 URL: https://svnweb.freebsd.org/changeset/base/318432 Log: Fix some nroff syntax in rtld.1. When I originally documented the LD_LIBRARY_PATH_FDS environment variable, I used `.Ev` rather than `.It Ev` to introduce it;

Re: svn commit: r318400 - head/sbin/ipfw

2017-05-17 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: ae > Date: Wed May 17 10:56:22 2017 > New Revision: 318400 > URL: https://svnweb.freebsd.org/changeset/base/318400 > > Log: > Allow zero port specification in table entries with type flow. > > PR: 217620 > MFC after: 1 week

svn commit: r318434 - head/usr.bin/getconf

2017-05-17 Thread Ngie Cooper
Author: ngie Date: Thu May 18 01:35:07 2017 New Revision: 318434 URL: https://svnweb.freebsd.org/changeset/base/318434 Log: Make the `.gperf.c` suffix rule depend on fake-gperf.awk Parameterize out fake-gperf.awk to avoid duplicating the path MFC after:2 weeks Sponsored by: Dell

svn commit: r318398 - head/sys/amd64/include

2017-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 17 08:38:41 2017 New Revision: 318398 URL: https://svnweb.freebsd.org/changeset/base/318398 Log: Bump default MAXTSIZ (kern.maxtsiz) from 128MB to 32GB. The old limit prevents one from running eg clang built with debug; the new one is arbitrary (equal to MAXDSIZ)

svn commit: r318399 - head/sys/netinet

2017-05-17 Thread Andrey V. Elsukov
Author: ae Date: Wed May 17 09:04:09 2017 New Revision: 318399 URL: https://svnweb.freebsd.org/changeset/base/318399 Log: Set M_BCAST and M_MCAST flags on mbuf sent via divert socket. r290383 has changed how mbufs sent by divert socket are handled. Previously they are always handled by

svn commit: r318400 - head/sbin/ipfw

2017-05-17 Thread Andrey V. Elsukov
Author: ae Date: Wed May 17 10:56:22 2017 New Revision: 318400 URL: https://svnweb.freebsd.org/changeset/base/318400 Log: Allow zero port specification in table entries with type flow. PR: 217620 MFC after:1 week Modified: head/sbin/ipfw/tables.c Modified:

svn commit: r318401 - head/sys/dev/tws

2017-05-17 Thread Josh Paetzel
Author: jpaetzel Date: Wed May 17 13:22:13 2017 New Revision: 318401 URL: https://svnweb.freebsd.org/changeset/base/318401 Log: Increase the number of LUNs this hardware can support. Experimentally we know this value works, but the hardware may support an even higher value. PR: