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

2014-08-31 Thread Warner Losh
Author: imp Date: Mon Sep 1 03:49:21 2014 New Revision: 270912 URL: http://svnweb.freebsd.org/changeset/base/270912 Log: Resync comments about scbus and pass for life after AHCI joined CAM. Sponsored by: Netflix Modified: head/sys/arm/conf/BEAGLEBONE head/sys/arm/conf/CNS11XXNAS hea

svn commit: r270893 - head/lib/msun/src

2014-08-31 Thread Steve Kargl
Author: kargl Date: Sun Aug 31 21:38:03 2014 New Revision: 270893 URL: http://svnweb.freebsd.org/changeset/base/270893 Log: Compute sin(pi*x) without actually doing the pi*x multiplication. sin_pi(x) is only called for x < 0 and |x| < 2**(p-1) where p is the precision of x. The new argument

svn commit: r270885 - head/sys/dev/sdhci

2014-08-31 Thread Marius Strobl
Author: marius Date: Sun Aug 31 17:56:54 2014 New Revision: 270885 URL: http://svnweb.freebsd.org/changeset/base/270885 Log: - Nuke unused sdhci_softc. - Static'ize sdhci_debug local to sdhci.c. - Const'ify PCI device description strings. - Nuke redundant resource ID members from sdhci_pci

svn commit: r270884 - head/sys/arm/include

2014-08-31 Thread Ruslan Bukin
Author: br Date: Sun Aug 31 17:40:19 2014 New Revision: 270884 URL: http://svnweb.freebsd.org/changeset/base/270884 Log: GIC (Cortex A's interrupt controller) supports up to 1020 IRQs. Modified: head/sys/arm/include/intr.h Modified: head/sys/arm/include/intr.h ===

svn commit: r270883 - head/sys/kern

2014-08-31 Thread Alan Cox
Author: alc Date: Sun Aug 31 17:38:41 2014 New Revision: 270883 URL: http://svnweb.freebsd.org/changeset/base/270883 Log: Automatically prefault a limited number of mappings to resident pages in shmat(2), just like mmap(2). MFC after:5 days Sponsored by: EMC / Isilon Storage Divisio

svn commit: r270882 - in head/lib/libc/arm: gen string sys

2014-08-31 Thread Ian Lepore
Author: ian Date: Sun Aug 31 17:21:51 2014 New Revision: 270882 URL: http://svnweb.freebsd.org/changeset/base/270882 Log: In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). The EABI unwind info requires a .fnend for every .fnstart, and newer binutils will complain about s

Re: svn commit: r270870 - head/sys/net

2014-08-31 Thread Gleb Smirnoff
On Sun, Aug 31, 2014 at 12:20:07PM +0400, Alexander V. Chernikov wrote: A> On 31.08.2014 10:46, Gleb Smirnoff wrote: A> > Author: glebius A> > Date: Sun Aug 31 06:46:21 2014 A> > New Revision: 270870 A> > URL: http://svnweb.freebsd.org/changeset/base/270870 A> > A> > Log: A> >o Remove struct if

Re: svn commit: r270858 - head/sys/arm/conf

2014-08-31 Thread Ian Lepore
On Sun, 2014-08-31 at 12:07 +0100, Andrew Turner wrote: > On Sat, 30 Aug 2014 20:00:18 + (UTC) > Michael Tuexen wrote: > > > Author: tuexen > > Date: Sat Aug 30 20:00:18 2014 > > New Revision: 270858 > > URL: http://svnweb.freebsd.org/changeset/base/270858 > > > > Log: > > Remove FDT optio

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

2014-08-31 Thread Ian Lepore
Author: ian Date: Sun Aug 31 15:25:40 2014 New Revision: 270879 URL: http://svnweb.freebsd.org/changeset/base/270879 Log: Put option FDT into the base IMX6 config and remove it from the config of boards based on IMX6. Modified: head/sys/arm/conf/IMX6 head/sys/arm/conf/WANDBOARD-DUAL hea

Re: svn commit: r270862 - head/sys/arm/arm

2014-08-31 Thread Ian Lepore
On Sun, 2014-08-31 at 08:58 +, Bjoern A. Zeeb wrote: > On 30 Aug 2014, at 22:21 , Ian Lepore wrote: > > > Author: ian > > Date: Sat Aug 30 22:21:57 2014 > > New Revision: 270862 > > URL: http://svnweb.freebsd.org/changeset/base/270862 > > > > Log: > > Fix the handling of MMU type in the AP

svn commit: r270878 - head/sys/arm/include

2014-08-31 Thread Ian Lepore
Author: ian Date: Sun Aug 31 15:23:49 2014 New Revision: 270878 URL: http://svnweb.freebsd.org/changeset/base/270878 Log: The Marvell PJ4B cpu family is armv7, not armv6. Modified: head/sys/arm/include/cpuconf.h Modified: head/sys/arm/include/cpuconf.h ===

Re: svn commit: r270877 - head/sys/net

2014-08-31 Thread Bjoern A. Zeeb
On 31 Aug 2014, at 13:58 , Bjoern A. Zeeb wrote: > > On 31 Aug 2014, at 13:30 , Gleb Smirnoff wrote: > >> Author: glebius >> Date: Sun Aug 31 13:30:54 2014 >> New Revision: 270877 >> URL: http://svnweb.freebsd.org/changeset/base/270877 >> >> Log: >> Toss fields so that no padding field is re

Re: svn commit: r270877 - head/sys/net

2014-08-31 Thread Bjoern A. Zeeb
On 31 Aug 2014, at 13:30 , Gleb Smirnoff wrote: > Author: glebius > Date: Sun Aug 31 13:30:54 2014 > New Revision: 270877 > URL: http://svnweb.freebsd.org/changeset/base/270877 > > Log: > Toss fields so that no padding field is required to achieve alignment. > > Modified: > head/sys/net/if_v

svn commit: r270877 - head/sys/net

2014-08-31 Thread Gleb Smirnoff
Author: glebius Date: Sun Aug 31 13:30:54 2014 New Revision: 270877 URL: http://svnweb.freebsd.org/changeset/base/270877 Log: Toss fields so that no padding field is required to achieve alignment. Modified: head/sys/net/if_var.h Modified: head/sys/net/if_var.h ===

svn commit: r270876 - in head/sys: dev/bge dev/bxe dev/e1000 dev/fxp dev/mii dev/nfe net

2014-08-31 Thread Gleb Smirnoff
Author: glebius Date: Sun Aug 31 12:48:13 2014 New Revision: 270876 URL: http://svnweb.freebsd.org/changeset/base/270876 Log: It is actually possible to have if_t a typedef to non-void type, and keep both converted to drvapi and non-converted drivers compilable. o Make if_t typedef to s

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

2014-08-31 Thread Gleb Smirnoff
Author: glebius Date: Sun Aug 31 11:33:19 2014 New Revision: 270874 URL: http://svnweb.freebsd.org/changeset/base/270874 Log: Provide pointer from struct ifnet to struct netmap_adapter, instead of abusing spare field. Modified: head/sys/dev/netmap/netmap_kern.h head/sys/net/if_var.h Modi

Re: svn commit: r270858 - head/sys/arm/conf

2014-08-31 Thread Andrew Turner
On Sat, 30 Aug 2014 20:00:18 + (UTC) Michael Tuexen wrote: > Author: tuexen > Date: Sat Aug 30 20:00:18 2014 > New Revision: 270858 > URL: http://svnweb.freebsd.org/changeset/base/270858 > > Log: > Remove FDT option, since it is in every file, which includes this > one. > It should be the

svn commit: r270872 - head/sbin/camcontrol

2014-08-31 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 31 10:28:31 2014 New Revision: 270872 URL: http://svnweb.freebsd.org/changeset/base/270872 Log: Fix character case in examples for "camcontrol security" - should be "-U user" not "-u user". PR: 193179 Submitted by: milios ccsys com MFC after:3

Re: svn commit: r270861 - in head/sys/cddl: compat/opensolaris/kern compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs

2014-08-31 Thread Peter Wemm
On Sunday 31 August 2014 08:57:17 Bjoern A. Zeeb wrote: > On 30 Aug 2014, at 21:44 , Steven Hartland wrote: > > Author: smh > > Date: Sat Aug 30 21:44:32 2014 > > New Revision: 270861 > > URL: http://svnweb.freebsd.org/changeset/base/270861 > > > > Log: > > Ensure that ZFS ARC free memory checks

svn commit: r270871 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-08-31 Thread Peter Wemm
Author: peter Date: Sun Aug 31 09:05:02 2014 New Revision: 270871 URL: http://svnweb.freebsd.org/changeset/base/270871 Log: Move the restored #ifdef i386 test back inside the #ifdef _KERNEL block where it originally was. Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c M

Re: svn commit: r270862 - head/sys/arm/arm

2014-08-31 Thread Bjoern A. Zeeb
On 30 Aug 2014, at 22:21 , Ian Lepore wrote: > Author: ian > Date: Sat Aug 30 22:21:57 2014 > New Revision: 270862 > URL: http://svnweb.freebsd.org/changeset/base/270862 > > Log: > Fix the handling of MMU type in the AP entry code. The ARM_MMU_V6/V7 > symbols are always #defined to 0 or 1, s

Re: svn commit: r270861 - in head/sys/cddl: compat/opensolaris/kern compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs

2014-08-31 Thread Bjoern A. Zeeb
On 30 Aug 2014, at 21:44 , Steven Hartland wrote: > Author: smh > Date: Sat Aug 30 21:44:32 2014 > New Revision: 270861 > URL: http://svnweb.freebsd.org/changeset/base/270861 > > Log: > Ensure that ZFS ARC free memory checks include cached pages > > Also restore kmem_used() check for i386 as

Re: svn commit: r270870 - head/sys/net

2014-08-31 Thread Alexander V. Chernikov
On 31.08.2014 10:46, Gleb Smirnoff wrote: Author: glebius Date: Sun Aug 31 06:46:21 2014 New Revision: 270870 URL: http://svnweb.freebsd.org/changeset/base/270870 Log: o Remove struct if_data from struct ifnet. Now it is merely API structure for route(4) socket and ifmib(4) sysctl. o