Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Bruce Evans
On Thu, 4 May 2017, Konstantin Belousov wrote: Log: Provide introduction for the arch(7) manpage. Start with some words about linear address space and its layout, then explain pointers models and ABIs, providing explanation to the structure of the tables. Reviewed by: emaste, imp 'Futu

Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Konstantin Belousov
On Fri, May 05, 2017 at 07:13:04PM +1000, Bruce Evans wrote: > On Thu, 4 May 2017, Konstantin Belousov wrote: > uintptr_t and size_t are are not synonyms for unsigned long on all arches. > They only have the same respresentation on 32-bit arches. On 32-bit arches, > they are synonyms for unsigned

svn commit: r317824 - head/sys/arm64/arm64

2017-05-05 Thread Andrew Turner
Author: andrew Date: Fri May 5 10:01:27 2017 New Revision: 317824 URL: https://svnweb.freebsd.org/changeset/base/317824 Log: Add reclaim_pv_chunk on arm64. This is based on the amd64 code so should operate similarly, other than not needing the delayed invalidation. It has been tested wit

svn commit: r317825 - stable/11/sys/dev/mlx5/mlx5_en

2017-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Fri May 5 13:21:11 2017 New Revision: 317825 URL: https://svnweb.freebsd.org/changeset/base/317825 Log: MFC r317568: Improve sysadmin visibility of physical port error counters in the mlx5en driver. Sponsored by: Mellanox Technologies Modified: stab

svn commit: r317826 - stable/10/sys/dev/mlx5/mlx5_en

2017-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Fri May 5 13:23:23 2017 New Revision: 317826 URL: https://svnweb.freebsd.org/changeset/base/317826 Log: MFC r317568: Improve sysadmin visibility of physical port error counters in the mlx5en driver. Sponsored by: Mellanox Technologies Modified: stab

svn commit: r317827 - in head/contrib/openpam: . bin bin/openpam_dump_policy bin/pamtest bin/su doc doc/man include include/security lib lib/libpam misc modules modules/pam_deny modules/pam_permit ...

2017-05-05 Thread Dag-Erling Smørgrav
Author: des Date: Fri May 5 13:31:25 2017 New Revision: 317827 URL: https://svnweb.freebsd.org/changeset/base/317827 Log: Upgrade to OpenPAM Resedacea. MFC after:3 weeks Modified: head/contrib/openpam/HISTORY head/contrib/openpam/Makefile.am head/contrib/openpam/Makefile.in he

Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Bruce Evans
On Fri, 5 May 2017, Konstantin Belousov wrote: On Fri, May 05, 2017 at 07:13:04PM +1000, Bruce Evans wrote: On Thu, 4 May 2017, Konstantin Belousov wrote: uintptr_t and size_t are are not synonyms for unsigned long on all arches. They only have the same respresentation on 32-bit arches. On 32-

svn commit: r317828 - head/sys/compat/linuxkpi/common/src

2017-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Fri May 5 14:09:44 2017 New Revision: 317828 URL: https://svnweb.freebsd.org/changeset/base/317828 Log: Fix for use after free in the LinuxKPI. Background: The same VM object might be shared by multiple processes and the mm_struct is usually freed when a process

Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Benjamin Kaduk
On Fri, May 5, 2017 at 8:39 AM, Bruce Evans wrote: > On Fri, 5 May 2017, Konstantin Belousov wrote: > > >> So the phrase is correct, and the below reformulation really removes the >> content. >> > > "integrity" isn't correct since it has nothing to do with integers. > "mechanisms" doesn't make mu

Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Konstantin Belousov
On Fri, May 05, 2017 at 11:39:23PM +1000, Bruce Evans wrote: > On Fri, 5 May 2017, Konstantin Belousov wrote: > > > On Fri, May 05, 2017 at 07:13:04PM +1000, Bruce Evans wrote: > > AFAIU, cheri is somewhat like Intel MPX, but more. I do not know fine > > details. > > > > For MPX, pointers are no

svn commit: r317830 - head/contrib/ipfilter/tools

2017-05-05 Thread Cy Schubert
Author: cy Date: Fri May 5 14:34:09 2017 New Revision: 317830 URL: https://svnweb.freebsd.org/changeset/base/317830 Log: Ifdef out a redundant if statement when INET6 is disabled. MFC after:1 week Modified: head/contrib/ipfilter/tools/ippool.c Modified: head/contrib/ipfilter/tools/

svn commit: r317829 - in head: contrib/less usr.bin/less

2017-05-05 Thread Xin LI
Author: delphij Date: Fri May 5 14:33:39 2017 New Revision: 317829 URL: https://svnweb.freebsd.org/changeset/base/317829 Log: MFV r317581: less v491. MFC after:1 month Modified: head/contrib/less/LICENSE head/contrib/less/NEWS head/contrib/less/README head/contrib/less/brac.c

Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Ed Maste
On 5 May 2017 at 10:31, Konstantin Belousov wrote: > On Fri, May 05, 2017 at 11:39:23PM +1000, Bruce Evans wrote: >> >> Change "size" to "representation" if you want to allow for more than the >> size changing. > I suggest you to negotiate a formulation with brooks@, who provided the > existing no

svn commit: r317831 - stable/11/tests/sys/kern

2017-05-05 Thread Brooks Davis
Author: brooks Date: Fri May 5 15:15:41 2017 New Revision: 317831 URL: https://svnweb.freebsd.org/changeset/base/317831 Log: MFC r317566: Don't pass size_t arguments to setsockopt(SO_SNDBUF/SO_RCVBUF). These commands take an int. The tests work by accident on little-endian, 64-bit s

svn commit: r317832 - head/sys/ufs/ffs

2017-05-05 Thread Ed Maste
Author: emaste Date: Fri May 5 15:26:55 2017 New Revision: 317832 URL: https://svnweb.freebsd.org/changeset/base/317832 Log: UFS fs.h: clear warning from use in makefs(1) makefs(1) has a number of signedness warnings (when built with higher WARNS), most of which can be addressed by caref

svn commit: r317833 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-05-05 Thread Alan Somers
Author: asomers Date: Fri May 5 16:19:54 2017 New Revision: 317833 URL: https://svnweb.freebsd.org/changeset/base/317833 Log: MFC r316760: Fix vdev_geom_attach_by_guids for partitioned disks When opening a vdev whose path is unknown, vdev_geom must find a geom provider with a label

svn commit: r317834 - stable/10/tests/sys/kern

2017-05-05 Thread Brooks Davis
Author: brooks Date: Fri May 5 16:24:35 2017 New Revision: 317834 URL: https://svnweb.freebsd.org/changeset/base/317834 Log: MFC r317566: Don't pass size_t arguments to setsockopt(SO_SNDBUF/SO_RCVBUF). These commands take an int. The tests work by accident on little-endian, 64-bit s

Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Bruce Evans
On Fri, 5 May 2017, Ed Maste wrote: On 5 May 2017 at 10:31, Konstantin Belousov wrote: On Fri, May 05, 2017 at 11:39:23PM +1000, Bruce Evans wrote: Change "size" to "representation" if you want to allow for more than the size changing. I suggest you to negotiate a formulation with brooks@,

svn commit: r317835 - head/share/man/man7

2017-05-05 Thread Ed Maste
Author: emaste Date: Fri May 5 16:40:45 2017 New Revision: 317835 URL: https://svnweb.freebsd.org/changeset/base/317835 Log: arch(7): add a table of per-arch initial/final FreeBSD version Reviewed by: kib, wblock Sponsored by: The FreeBSD Foundation Differential Revision:https

svn commit: r317836 - head/sys/net

2017-05-05 Thread Alexander Motin
Author: mav Date: Fri May 5 16:51:53 2017 New Revision: 317836 URL: https://svnweb.freebsd.org/changeset/base/317836 Log: Relax r317696 locking to not drain taskqueue under the lock. MFC after:11 days Modified: head/sys/net/if_lagg.c Modified: head/sys/net/if_lagg.c ===

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

2017-05-05 Thread Navdeep Parhar
Author: np Date: Fri May 5 16:52:25 2017 New Revision: 317837 URL: https://svnweb.freebsd.org/changeset/base/317837 Log: cxgbe(4): Update the VF device ids too. This should have been part of r317820. Reported by: jhb@ MFC after:1 week Sponsored by: Chelsio Communications Modi

Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Ian Lepore
On Sat, 2017-05-06 at 02:32 +1000, Bruce Evans wrote: > On Fri, 5 May 2017, Ed Maste wrote: > > > On 5 May 2017 at 10:31, Konstantin Belousov > wrote: > >> On Fri, May 05, 2017 at 11:39:23PM +1000, Bruce Evans wrote: > >>> > >>> Change "size" to "representation" if you want to allow for more > th

Re: svn commit: r317835 - head/share/man/man7

2017-05-05 Thread Ed Maste
On 5 May 2017 at 12:40, Ed Maste wrote: > Author: emaste > Date: Fri May 5 16:40:45 2017 > New Revision: 317835 > URL: https://svnweb.freebsd.org/changeset/base/317835 > > +.It alpha Ta 1.0 Ta 6.4 This is incorrect, pointed out by cognet@. The only pre-4.x alpha release I see on ftp-arch

svn commit: r317838 - head/usr.sbin/mpsutil

2017-05-05 Thread Scott Long
Author: scottl Date: Fri May 5 17:01:54 2017 New Revision: 317838 URL: https://svnweb.freebsd.org/changeset/base/317838 Log: Show more fields in the IOCFact message Modified: head/usr.sbin/mpsutil/mps_show.c Modified: head/usr.sbin/mpsutil/mps_show.c

svn commit: r317839 - head/sys/compat/linuxkpi/common/src

2017-05-05 Thread Mark Johnston
Author: markj Date: Fri May 5 17:22:00 2017 New Revision: 317839 URL: https://svnweb.freebsd.org/changeset/base/317839 Log: Use pmap_invalidate_cache() to implement wbinvd_on_all_cpus(). Suggested by: jhb X-MFC with: r317651 Modified: head/sys/compat/linuxkpi/common/src/linux_compat

svn commit: r317840 - head/share/man/man7

2017-05-05 Thread Konstantin Belousov
Author: kib Date: Fri May 5 17:23:57 2017 New Revision: 317840 URL: https://svnweb.freebsd.org/changeset/base/317840 Log: Fix some grammar, fix some markup, bump copyright year, provide more exact claims in some cases. Discussed with: bde (most parts) Sponsored by: The FreeBSD Fo

svn commit: r317841 - stable/10/usr.sbin/ntp/sntp

2017-05-05 Thread Brooks Davis
Author: brooks Date: Fri May 5 17:28:49 2017 New Revision: 317841 URL: https://svnweb.freebsd.org/changeset/base/317841 Log: MFC r317388: Use the approved syntax to build no man pages. Sponsored by: DARPA, AFRL Modified: stable/10/usr.sbin/ntp/sntp/Makefile Directory Properties:

Re: svn commit: r317809 - head/share/man/man7

2017-05-05 Thread Bruce Evans
On Fri, 5 May 2017, Konstantin Belousov wrote: On Fri, May 05, 2017 at 11:39:23PM +1000, Bruce Evans wrote: On Fri, 5 May 2017, Konstantin Belousov wrote: On Fri, May 05, 2017 at 07:13:04PM +1000, Bruce Evans wrote: AFAIU, cheri is somewhat like Intel MPX, but more. I do not know fine detail

svn commit: r317842 - in head: contrib/netbsd-tests/usr.bin/grep usr.bin/grep

2017-05-05 Thread Ed Maste
Author: emaste Date: Fri May 5 17:35:05 2017 New Revision: 317842 URL: https://svnweb.freebsd.org/changeset/base/317842 Log: bsdgrep: don't ouptut matches with -c, -l, -L Refactoring done in r317703 broke -c, -l, and -L flags implying suppression of match printing. Fortunately this is j

svn commit: r317843 - head/share/man/man7

2017-05-05 Thread Konstantin Belousov
Author: kib Date: Fri May 5 18:21:33 2017 New Revision: 317843 URL: https://svnweb.freebsd.org/changeset/base/317843 Log: Define the scope and purpose of the page. Submitted by: emaste Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified: head/share/man/man7/arch.7 M

svn commit: r317844 - head/share/man/man7

2017-05-05 Thread Konstantin Belousov
Author: kib Date: Fri May 5 18:36:41 2017 New Revision: 317844 URL: https://svnweb.freebsd.org/changeset/base/317844 Log: Grammar fixes. Noted by: bde Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified: head/share/man/man7/arch.7 Modified: head/share/man/man7/a

svn commit: r317846 - head/sys/compat/freebsd32

2017-05-05 Thread Brooks Davis
Author: brooks Date: Fri May 5 18:50:22 2017 New Revision: 317846 URL: https://svnweb.freebsd.org/changeset/base/317846 Log: Regent post r317845. MFC after:1 week MFC with: r317845 Sponsored by: DARPA, AFRL Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/com

svn commit: r317845 - in head: lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys

2017-05-05 Thread Brooks Davis
Author: brooks Date: Fri May 5 18:49:39 2017 New Revision: 317845 URL: https://svnweb.freebsd.org/changeset/base/317845 Log: Provide a freebsd32 implementation of sigqueue() The previous misuse of sys_sigqueue() was sending random register or stack garbage to 64-bit targets. The freebsd

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

2017-05-05 Thread Navdeep Parhar
Author: np Date: Fri May 5 19:34:05 2017 New Revision: 317847 URL: https://svnweb.freebsd.org/changeset/base/317847 Log: cxgbe(4): The Tx scheduler initialization either works or doesn't. It doesn't need a refresh in either case. Sponsored by: Chelsio Communications Modified: head/sy

svn commit: r317848 - in head: share/man/man4 sys/cam/scsi usr.bin/mt

2017-05-05 Thread Kenneth D. Merry
Author: ken Date: Fri May 5 20:00:53 2017 New Revision: 317848 URL: https://svnweb.freebsd.org/changeset/base/317848 Log: Add basic programmable early warning error injection to the sa(4) driver. This will help application developers simulate end of tape conditions. To inject an error

svn commit: r317849 - in head/sys: dev/cxgbe/tom modules/cxgbe/tom

2017-05-05 Thread Navdeep Parhar
Author: np Date: Fri May 5 20:06:49 2017 New Revision: 317849 URL: https://svnweb.freebsd.org/changeset/base/317849 Log: cxgbe/t4_tom: Per-connection rate limiting for TCP sockets handled by the TOE. For now this capability is always enabled in kernels with options RATELIMIT. t4_tom will

svn commit: r317850 - stable/11/sys/cam/scsi

2017-05-05 Thread Kenneth D. Merry
Author: ken Date: Fri May 5 20:21:13 2017 New Revision: 317850 URL: https://svnweb.freebsd.org/changeset/base/317850 Log: MFC r317680: Add the SCSI SSC Manufacturer assigned serial number VPD page. This is current as of SSC-5r03. Submitted by: Sam Klopsch Sponsored by: Spec

svn commit: r317851 - stable/10/sys/cam/scsi

2017-05-05 Thread Kenneth D. Merry
Author: ken Date: Fri May 5 20:25:31 2017 New Revision: 317851 URL: https://svnweb.freebsd.org/changeset/base/317851 Log: MFC r317680: Add the SCSI SSC Manufacturer assigned serial number VPD page. This is current as of SSC-5r03. Submitted by: Sam Klopsch Sponsored by: Spec

svn commit: r317852 - stable/11

2017-05-05 Thread Kenneth D. Merry
Author: ken Date: Fri May 5 20:41:29 2017 New Revision: 317852 URL: https://svnweb.freebsd.org/changeset/base/317852 Log: Add mergeinfo that should have been included in r317850. Original commit message for r317850: MFC r317680: Add the SCSI SSC Manufacturer assigned serial num

svn commit: r317854 - head/sbin/camcontrol

2017-05-05 Thread Kenneth D. Merry
Author: ken Date: Fri May 5 21:29:28 2017 New Revision: 317854 URL: https://svnweb.freebsd.org/changeset/base/317854 Log: When editing a mode page on a tape drive, do not clear the device specific parameter. Tape drives include write protect (WP), Buffered Mode and Speed settings in th

Re: svn commit: r317835 - head/share/man/man7

2017-05-05 Thread Warner Losh
On Fri, May 5, 2017 at 10:59 AM, Ed Maste wrote: > On 5 May 2017 at 12:40, Ed Maste wrote: >> Author: emaste >> Date: Fri May 5 16:40:45 2017 >> New Revision: 317835 >> URL: https://svnweb.freebsd.org/changeset/base/317835 >> >> +.It alpha Ta 1.0 Ta 6.4 > > This is incorrect, pointed out

svn commit: r317855 - stable/11/usr.sbin/daemon

2017-05-05 Thread Jilles Tjoelker
Author: jilles Date: Fri May 5 21:52:14 2017 New Revision: 317855 URL: https://svnweb.freebsd.org/changeset/base/317855 Log: MFC r307769: daemon: Allow logging daemon stdout/stderr to file or syslog. There are various new options, documented in the man page, to send the daemon's standard

svn commit: r317856 - stable/11/cddl/contrib/opensolaris/cmd/zdb

2017-05-05 Thread Alan Somers
Author: asomers Date: Fri May 5 21:57:26 2017 New Revision: 317856 URL: https://svnweb.freebsd.org/changeset/base/317856 Log: MFC r316856: MFV 316855 7900 zdb shouldn't print the path of a znode at verbosity < 5 Reviewed by: Paul Dagnelie Reviewed by: Matt Ahrens Approved b

svn commit: r317857 - in stable/11: etc/defaults etc/periodic/daily share/man/man5

2017-05-05 Thread Alan Somers
Author: asomers Date: Fri May 5 21:59:34 2017 New Revision: 317857 URL: https://svnweb.freebsd.org/changeset/base/317857 Log: MFC r316945-r316946 r316945: Add 410.status-mfi, a periodic script for mfi(4) arrays PR: 176049 Submitted by: docon...@gsoft.com.au Reviewed by

svn commit: r317858 - in stable/11: sbin/geom/class/eli sys/geom/eli

2017-05-05 Thread Alexander Motin
Author: mav Date: Sat May 6 00:50:24 2017 New Revision: 317858 URL: https://svnweb.freebsd.org/changeset/base/317858 Log: MFC r317246: Always allow setting number of iterations for the first time. Before this change it was impossible to set number of PKCS#5v2 iterations, required to set

svn commit: r317859 - stable/11/sys/geom/eli

2017-05-05 Thread Alexander Motin
Author: mav Date: Sat May 6 00:51:25 2017 New Revision: 317859 URL: https://svnweb.freebsd.org/changeset/base/317859 Log: MFC r317247: Dump md_iterations as signed, which it really is. PR: 208305 PR: 196834 Modified: stable/11/sys/geom/eli/g_eli.h Directory Propert

svn commit: r317860 - stable/11/sbin/fsck_ffs

2017-05-05 Thread Pedro F. Giffuni
Author: pfg Date: Sat May 6 02:39:11 2017 New Revision: 317860 URL: https://svnweb.freebsd.org/changeset/base/317860 Log: MFC r317283: fsck_ffs: Unsign some variables and make use of reallocarray(3). Instead of casting listmax and numdirs to unsigned values just define them as unsigned

svn commit: r317861 - stable/11/usr.sbin/pmcstat

2017-05-05 Thread Pedro F. Giffuni
Author: pfg Date: Sat May 6 02:43:26 2017 New Revision: 317861 URL: https://svnweb.freebsd.org/changeset/base/317861 Log: MFC r317284: pmcstat(8); unsign some allocation variables and use reallocarray(3). Use unsigned values in some internal variables that will be used during allocatio

svn commit: r317862 - head/libexec/ftpd

2017-05-05 Thread Kurt Lidl
Author: lidl Date: Sat May 6 04:17:48 2017 New Revision: 317862 URL: https://svnweb.freebsd.org/changeset/base/317862 Log: Improve blacklist support before upgrading libblacklist The locally declared enum of blacklistd actions needs to be hidden when the soon to be committed changes to l

svn commit: r317863 - head/share/mk

2017-05-05 Thread Bryan Drewery
Author: bdrewery Date: Sat May 6 05:37:36 2017 New Revision: 317863 URL: https://svnweb.freebsd.org/changeset/base/317863 Log: Fix some "don't build" optimizations from r308599 not working due to a typo. MFC after:2 weeks Sponsored by: Dell EMC Isilon Modified: head/share/mk/bsd.i

svn commit: r317864 - head/sys/dev/etherswitch/infineon

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 05:50:07 2017 New Revision: 317864 URL: https://svnweb.freebsd.org/changeset/base/317864 Log: [infineon] [etherswitch] no hardcode tagging port setting at amd6996fc Tagging port can set by etherswitchcfg command. Tested: * on Netgear_WGR614Cv7

svn commit: r317866 - head/sys/dev/etherswitch/ip17x

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 05:53:42 2017 New Revision: 317866 URL: https://svnweb.freebsd.org/changeset/base/317866 Log: [ip17x] [etherswitch] fdt away and mii hang workaround on ip17x Add workaround mii access because of rt1310 is hang up on etherswitch mii poll. And FDT away on ar

svn commit: r317865 - head/sys/dev/cfi

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 05:52:01 2017 New Revision: 317865 URL: https://svnweb.freebsd.org/changeset/base/317865 Log: [cfi] fix CFI flash reset command for MX29LV320T/B. MX flash MX29LV320T/B datasheet say reset is 0xf0. Submitted by: Hiroki Mori Approved by: mizhka Diffe

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

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 06:01:17 2017 New Revision: 317867 URL: https://svnweb.freebsd.org/changeset/base/317867 Log: [etherswitch] add manpages for etherswitch supported devices. Submitted by: Hiroki Mori Reviewed by: mizhka Differential Revision:https://reviews.freeb

svn commit: r317868 - head/sys/mips/atheros/ar531x

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 06:06:11 2017 New Revision: 317868 URL: https://svnweb.freebsd.org/changeset/base/317868 Log: [ar531x] [if_are] Fix if_are behaviour under high load traffic * use ifqmaxlen * handle (inefficiently for now) meeting padding and alignment requirements for

svn commit: r317871 - head/sys/mips/atheros

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 06:09:50 2017 New Revision: 317871 URL: https://svnweb.freebsd.org/changeset/base/317871 Log: [ar934x] do an ethernet analog reset; apparently some boards don't. Tested: * on IOData WN-G300R. may be same as Sitecom WLR-2100. Submitted by: Hiroki Mor

svn commit: r317870 - head/sys/dev/flash

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 06:08:44 2017 New Revision: 317870 URL: https://svnweb.freebsd.org/changeset/base/317870 Log: [mx25l] add new device ids. Submitted by: Hiroki Mori Differential Revision:https://reviews.freebsd.org/D10621 Modified: head/sys/dev/flash/mx25l.c Mo

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

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 06:07:44 2017 New Revision: 317869 URL: https://svnweb.freebsd.org/changeset/base/317869 Log: [etherswitch] [e6000sw] fix compile issue under clang/arm Submitted by: Hiroki Mori Approved by: mizhka Differential Revision:https://reviews.freebsd.o

svn commit: r317874 - head/sys/mips/mediatek

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 06:22:14 2017 New Revision: 317874 URL: https://svnweb.freebsd.org/changeset/base/317874 Log: [mediatek] [gpio] add PPS / interrupt support. Submitted by: Hiroki Mori Reviewed by: mizhka Differential Revision:https://reviews.freebsd.org/D9784 M

svn commit: r317872 - in head/sys: arm/conf arm/ralink boot/fdt/dts/arm

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 06:14:46 2017 New Revision: 317872 URL: https://svnweb.freebsd.org/changeset/base/317872 Log: [arm] [rt1310] add initial RT1310 SoC code. This code base on lpc code. Ralink RT1310 is oem from 5V Technologies. RT1310 is ARM926EJS(arm5t). Tested: *

svn commit: r317873 - in head/sys: conf dev/rt gnu/dts/mips mips/conf mips/mediatek

2017-05-05 Thread Adrian Chadd
Author: adrian Date: Sat May 6 06:20:34 2017 New Revision: 317873 URL: https://svnweb.freebsd.org/changeset/base/317873 Log: [mips] [rt2880] Add oldest Ralink MIPS SOC RT2880 support code. * Target module have ic plus etherswitch ip175c. * Also add etherswitch support code on rt driver.