Re: svn commit: r294266 - head/sys/arm64/cavium

2016-01-18 Thread Andrew Turner
On Mon, 18 Jan 2016 13:31:29 + (UTC) Zbigniew Bodek wrote: > Author: zbb > Date: Mon Jan 18 13:31:29 2016 > New Revision: 294266 > URL: https://svnweb.freebsd.org/changeset/base/294266 > > Log: > Update ThunderX PCIe driver to fit new DTS layout > > In recent EFI

Re: svn commit: r294267 - head/sys/arm64/conf

2016-01-18 Thread Andrew Turner
On Mon, 18 Jan 2016 14:11:34 + (UTC) Zbigniew Bodek wrote: > Author: zbb > Date: Mon Jan 18 14:11:34 2016 > New Revision: 294267 > URL: https://svnweb.freebsd.org/changeset/base/294267 > > Log: > Enable AIO interface on ARM64 platforms > > Add VFS_AIO to generic

svn commit: r294266 - head/sys/arm64/cavium

2016-01-18 Thread Zbigniew Bodek
Author: zbb Date: Mon Jan 18 13:31:29 2016 New Revision: 294266 URL: https://svnweb.freebsd.org/changeset/base/294266 Log: Update ThunderX PCIe driver to fit new DTS layout In recent EFI the DTS entries changed for PCIe controller. This commit fixes internal PCIe, external is yet TBD.

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

2016-01-18 Thread Zbigniew Bodek
Author: zbb Date: Mon Jan 18 14:11:34 2016 New Revision: 294267 URL: https://svnweb.freebsd.org/changeset/base/294267 Log: Enable AIO interface on ARM64 platforms Add VFS_AIO to generic config to allow using of high-performance asynchronous disk AIO operation. Reviewed by: imp

svn commit: r294261 - head/contrib/mdocml

2016-01-18 Thread Xin LI
Author: delphij Date: Mon Jan 18 08:52:09 2016 New Revision: 294261 URL: https://svnweb.freebsd.org/changeset/base/294261 Log: MFV r294260: Fix a wrong assertion in mandoc by applying OpenBSD main.c,v 1.170 (florian): Unbreak reading from stdin after recent parse() restructuring.

svn commit: r294262 - head/lib/libc

2016-01-18 Thread Ruslan Bukin
Author: br Date: Mon Jan 18 09:36:10 2016 New Revision: 294262 URL: https://svnweb.freebsd.org/changeset/base/294262 Log: Fix compilation on MIPS (typo introduced in r294227). Modified: head/lib/libc/Makefile Modified: head/lib/libc/Makefile

svn commit: r294281 - in head/sys/powerpc: ofw pseries

2016-01-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Jan 18 17:27:16 2016 New Revision: 294281 URL: https://svnweb.freebsd.org/changeset/base/294281 Log: Move RTAS PCI-specific interpretation of the "reg" property of the PCI host device to the RTAS driver, where it belongs. Modified:

Re: svn commit: r294280 - head/sys/dev/uart

2016-01-18 Thread Nathan Whitehorn
Nice work! You can remove the #include in this file now, since it no longer depends on anything in dev/fdt. -Nathan On 01/18/16 09:03, Ian Lepore wrote: Author: ian Date: Mon Jan 18 17:03:12 2016 New Revision: 294280 URL: https://svnweb.freebsd.org/changeset/base/294280 Log: Use

Re: svn commit: r294280 - head/sys/dev/uart

2016-01-18 Thread Andrew Turner
On Mon, 18 Jan 2016 09:29:43 -0800 Nathan Whitehorn wrote: > Nice work! You can remove the #include in this file > now, since it no longer depends on anything in dev/fdt. > -Nathan I think we can also remove setting uart_bus_space_mem in uart_cpu_fdt.c. Andrew > > On

svn commit: r294282 - head/sys/riscv/include

2016-01-18 Thread Ruslan Bukin
Author: br Date: Mon Jan 18 17:49:32 2016 New Revision: 294282 URL: https://svnweb.freebsd.org/changeset/base/294282 Log: Correct RISC-V exception types. Modified: head/sys/riscv/include/riscvreg.h Modified: head/sys/riscv/include/riscvreg.h

svn commit: r294284 - head/sys/boot/efi/boot1

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 18:41:09 2016 New Revision: 294284 URL: https://svnweb.freebsd.org/changeset/base/294284 Log: boot1: correct typo in error message Modified: head/sys/boot/efi/boot1/boot1.c Modified: head/sys/boot/efi/boot1/boot1.c

svn commit: r294265 - head/sys/boot/efi/boot1

2016-01-18 Thread Steven Hartland
Author: smh Date: Mon Jan 18 12:02:05 2016 New Revision: 294265 URL: https://svnweb.freebsd.org/changeset/base/294265 Log: Fix EFI_DEBUG option Fix broken DPRINTF and wire up EFI_DEBUG so -DEFI_DEBUG to make works. MFC after:2 weeks X-MFC-With: r293268 Sponsored by:

svn commit: r294280 - head/sys/dev/uart

2016-01-18 Thread Ian Lepore
Author: ian Date: Mon Jan 18 17:03:12 2016 New Revision: 294280 URL: https://svnweb.freebsd.org/changeset/base/294280 Log: Use OF_decode_addr() to create a bus_space tag and handle for the console on FDT/OFW platforms. After the refactoring of the powerpc code so that OF_decode_addr() is

svn commit: r294279 - head/sys/sys

2016-01-18 Thread Ruslan Bukin
Author: br Date: Mon Jan 18 16:54:26 2016 New Revision: 294279 URL: https://svnweb.freebsd.org/changeset/base/294279 Log: Add RISC-V relocation types. Reviewed by: emaste Modified: head/sys/sys/elf_common.h Modified: head/sys/sys/elf_common.h

Re: svn commit: r294267 - head/sys/arm64/conf

2016-01-18 Thread Oliver Pinter
On 1/18/16, Andrew Turner wrote: > On Mon, 18 Jan 2016 14:11:34 + (UTC) > Zbigniew Bodek wrote: > >> Author: zbb >> Date: Mon Jan 18 14:11:34 2016 >> New Revision: 294267 >> URL: https://svnweb.freebsd.org/changeset/base/294267 >> >> Log: >> Enable

Re: svn commit: r293854 - head/sys/dev/e1000

2016-01-18 Thread Marius Strobl
On Fri, Jan 15, 2016 at 12:11:27PM +1100, Kubilay Kocak wrote: > On 14/01/2016 8:47 AM, Marius Strobl wrote: > > Author: marius > > Date: Wed Jan 13 21:47:27 2016 > > New Revision: 293854 > > URL: https://svnweb.freebsd.org/changeset/base/293854 > > > > Log: > > Given that em(4), lem(4) and

Re: svn commit: r294307 - head/sys/powerpc/booke

2016-01-18 Thread Justin Hibbits
On Jan 18, 2016, at 9:07 PM, Justin Hibbits wrote: @@ -3237,7 +3249,11 @@ tlb1_mapin_region(vm_offset_t va, vm_pad } mapped = (va - base); +#ifdef __powerpc64__ + printf("mapped size 0x%016lx (wasted space 0x%16lx)\n", +#else printf("mapped size 0x%08x (wasted

svn commit: r294307 - head/sys/powerpc/booke

2016-01-18 Thread Justin Hibbits
Author: jhibbits Date: Tue Jan 19 03:07:25 2016 New Revision: 294307 URL: https://svnweb.freebsd.org/changeset/base/294307 Log: Hide most of the PTE initialization and management. By confining the page table management to a handful of functions it'll be easier to modify the page table

svn commit: r294308 - head/gnu/lib/libgcc

2016-01-18 Thread Ed Maste
Author: emaste Date: Tue Jan 19 03:54:38 2016 New Revision: 294308 URL: https://svnweb.freebsd.org/changeset/base/294308 Log: Remove local override for .cpp.So rule The standard bsd.lib.mk rule is suitable for libgcc_s's C++ source. The local rule had the following non-functional

svn commit: r294309 - head/sys/dev/sfxge/common

2016-01-18 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 19 06:03:44 2016 New Revision: 294309 URL: https://svnweb.freebsd.org/changeset/base/294309 Log: sfxge: select whether to read current or backup partition in Medford A/B scheme The dynamic config on Medford is stored using two partitions in flash, and at

svn commit: r294310 - head/sys/dev/sfxge/common

2016-01-18 Thread Andrew Rybchenko
Author: arybchik Date: Tue Jan 19 06:07:39 2016 New Revision: 294310 URL: https://svnweb.freebsd.org/changeset/base/294310 Log: sfxge: improve error handling in ef10_ev_rx() Ensure that checksum flags and L3/L4 fields are ignored if lower level errors are reported in the event.

Re: svn commit: r279189 - in head/sys/powerpc: aim fpu include powerpc

2016-01-18 Thread John Baldwin
On Sunday, February 22, 2015 09:40:28 PM Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun Feb 22 21:40:27 2015 > New Revision: 279189 > URL: https://svnweb.freebsd.org/changeset/base/279189 > > Log: > Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7 > and

svn commit: r294297 - head/lib/libelftc

2016-01-18 Thread Ed Maste
Author: emaste Date: Mon Jan 18 21:53:39 2016 New Revision: 294297 URL: https://svnweb.freebsd.org/changeset/base/294297 Log: Update elftc version to 3272M, imported in r292120 Modified: head/lib/libelftc/elftc_version.c Modified: head/lib/libelftc/elftc_version.c

svn commit: r294296 - in head/libexec/rtld-elf: . arm

2016-01-18 Thread Warner Losh
Author: imp Date: Mon Jan 18 21:40:20 2016 New Revision: 294296 URL: https://svnweb.freebsd.org/changeset/base/294296 Log: Restore ABI variants now that ldconfig groks -soft. In addition, as a transition mechanism, if we don't have /usr/libsoft, assume that soft float ABI binaries are the

svn commit: r294295 - in head: etc/defaults etc/rc.d sbin/ldconfig

2016-01-18 Thread Warner Losh
Author: imp Date: Mon Jan 18 21:40:18 2016 New Revision: 294295 URL: https://svnweb.freebsd.org/changeset/base/294295 Log: Add ldconfig -soft to process the soft float abi libraries and put it into startup scripts for armv6. It acts much like ldconfig -32 does. Modified:

svn commit: r294291 - head/sys/boot/efi/boot1

2016-01-18 Thread Andrew Turner
Author: andrew Date: Mon Jan 18 20:22:51 2016 New Revision: 294291 URL: https://svnweb.freebsd.org/changeset/base/294291 Log: Reset the filesystem cache before reading from a potentially new filesystem. Without this we only read from the first UFS filesystem we find, caching the result.

svn commit: r294290 - in head: lib/libc/sys share/man/man7 usr.bin/iscsictl usr.sbin/jls

2016-01-18 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jan 18 20:21:38 2016 New Revision: 294290 URL: https://svnweb.freebsd.org/changeset/base/294290 Log: mdoc: sort Xr Modified: head/lib/libc/sys/utrace.2 head/share/man/man7/tuning.7 head/usr.bin/iscsictl/iscsictl.8 head/usr.sbin/jls/jls.8

svn commit: r294299 - in head: share/man/man9 sys/kern sys/sys

2016-01-18 Thread Mark Johnston
Author: markj Date: Mon Jan 18 22:21:46 2016 New Revision: 294299 URL: https://svnweb.freebsd.org/changeset/base/294299 Log: Add vrefl(), a locked variant of vref(9). This API has no in-tree consumers at the moment but is useful to at least one out-of-tree consumer, and naturally

Re: svn commit: r279189 - in head/sys/powerpc: aim fpu include powerpc

2016-01-18 Thread Nathan Whitehorn
On 01/18/16 12:49, John Baldwin wrote: On Sunday, February 22, 2015 09:40:28 PM Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun Feb 22 21:40:27 2015 New Revision: 279189 URL: https://svnweb.freebsd.org/changeset/base/279189 Log: Kernel support for the Vector-Scalar eXtension (VSX)

Re: svn commit: r279189 - in head/sys/powerpc: aim fpu include powerpc

2016-01-18 Thread John Baldwin
On Monday, January 18, 2016 01:30:31 PM Nathan Whitehorn wrote: > > On 01/18/16 12:49, John Baldwin wrote: > > On Sunday, February 22, 2015 09:40:28 PM Nathan Whitehorn wrote: > >> Author: nwhitehorn > >> Date: Sun Feb 22 21:40:27 2015 > >> New Revision: 279189 > >> URL:

svn commit: r294298 - head/usr.bin/m4

2016-01-18 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 18 22:12:07 2016 New Revision: 294298 URL: https://svnweb.freebsd.org/changeset/base/294298 Log: Import misc.c,v 1.46 from OpenBSD (by espie@) Yet another missed ferror call Modified: head/usr.bin/m4/misc.c Modified: head/usr.bin/m4/misc.c

svn commit: r294293 - head/usr.bin/finger

2016-01-18 Thread Baptiste Daroussin
Author: bapt Date: Mon Jan 18 20:47:04 2016 New Revision: 294293 URL: https://svnweb.freebsd.org/changeset/base/294293 Log: Fix printing multibyte printing when performing a networked finger(1) request MFC after:1 week Modified: head/usr.bin/finger/net.c Modified: