svn commit: r317821 - head/sys/dev/hyperv/input

2017-05-04 Thread Sepherosa Ziehau
Author: sephe Date: Fri May 5 03:28:30 2017 New Revision: 317821 URL: https://svnweb.freebsd.org/changeset/base/317821 Log: hyperv/kbd: Channel read expects non-NULL channel argument. MFC after:now Sponsored by: Microsoft Modified: head/sys/dev/hyperv/input/hv_kbd.c Modified:

Re: svn commit: r317777 - head/usr.sbin/bhyve

2017-05-04 Thread Roman Bogorodskiy
Gleb Smirnoff wrote: > Author: glebius > Date: Wed May 3 21:44:04 2017 > New Revision: 31 > URL: https://svnweb.freebsd.org/changeset/base/31 > > Log: > Improve documentation of fbuf device. > > Submitted by: novel > Reviewed by:grehan, bcr > Differential

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

2017-05-04 Thread Navdeep Parhar
Author: np Date: Fri May 5 00:54:23 2017 New Revision: 317820 URL: https://svnweb.freebsd.org/changeset/base/317820 Log: cxgbe(4): Update the list of PCIe devices claimed by the driver. At this point any board with a T6 should just work. Obtained from:Chelsio Communications

svn commit: r317819 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 23:19:27 2017 New Revision: 317819 URL: https://svnweb.freebsd.org/changeset/base/317819 Log: Reduce synaptics touch sensitivity Increase hw.psm.synaptics.min_pressure default value from 16 to 32 to nearly match Linux driver (30-35 hysteresis loop). This

svn commit: r317818 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 23:17:21 2017 New Revision: 317818 URL: https://svnweb.freebsd.org/changeset/base/317818 Log: psm(4): Remove sys/libkern.h header inclusion It is already included via sys/systm.h Reviewed by: gonzo Approved by: gonzo (mentor) MFC after:2 weeks

svn commit: r317817 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 23:12:45 2017 New Revision: 317817 URL: https://svnweb.freebsd.org/changeset/base/317817 Log: Set predefined logical touchpad sizes for several ancient Elan hw v.2 models. This change is based on Linux driver. Determine logical trace size. It used for

svn commit: r317816 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 23:08:55 2017 New Revision: 317816 URL: https://svnweb.freebsd.org/changeset/base/317816 Log: Report 3-rd and 4-th fingers as first finger for Elan hw v.2 and v.3 as Linux does. It should not affect gesture processing in current state as it ignores finger

svn commit: r317815 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 23:04:52 2017 New Revision: 317815 URL: https://svnweb.freebsd.org/changeset/base/317815 Log: Enable palm detection on two finger touches for multitouch trackpads. Reviewed by: gonzo Approved by: gonzo (mentor) MFC after:2 weeks Differential

svn commit: r317814 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 23:02:34 2017 New Revision: 317814 URL: https://svnweb.freebsd.org/changeset/base/317814 Log: psm(4): reduce cursor jumping on palm detection This is done with discarding pointer movements rather then mouse packets Reviewed by: gonzo Approved by:

svn commit: r317813 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 22:53:45 2017 New Revision: 317813 URL: https://svnweb.freebsd.org/changeset/base/317813 Log: Adjust Elantech palm width threshold to nearly match synaptics defaults Reviewed by: gonzo Approved by: gonzo (mentor) MFC after:2 weeks Differential

svn commit: r317812 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 22:51:22 2017 New Revision: 317812 URL: https://svnweb.freebsd.org/changeset/base/317812 Log: Reduce default tap_min_queue size for Elan touchpads Elan hw v.4 touchpads often sends touchpad release packet right after touchpad touch one. Most probably this

svn commit: r317811 - head/sys/dev/atkbdc

2017-05-04 Thread Vladimir Kondratyev
Author: wulf Date: Thu May 4 22:47:18 2017 New Revision: 317811 URL: https://svnweb.freebsd.org/changeset/base/317811 Log: Fix triple-finger taps reported as double-finger for Elan hw v.4 touchpads Wait for all advertised head packets after status packet have been received. This fixes

svn commit: r317810 - head/contrib/llvm/lib/Target/PowerPC

2017-05-04 Thread Dimitry Andric
Author: dim Date: Thu May 4 21:40:16 2017 New Revision: 317810 URL: https://svnweb.freebsd.org/changeset/base/317810 Log: Pull in r302183 from upstream llvm trunk (by Krzysztof Parzyszek): [PPC] When restoring R30 (PIC base pointer), mark it as This happened on the PPC32/SVR4

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

2017-05-04 Thread Konstantin Belousov
Author: kib Date: Thu May 4 21:31:50 2017 New Revision: 317809 URL: https://svnweb.freebsd.org/changeset/base/317809 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

svn commit: r317806 - head/sys/dev/nand

2017-05-04 Thread Gleb Smirnoff
Author: glebius Date: Thu May 4 20:42:31 2017 New Revision: 317806 URL: https://svnweb.freebsd.org/changeset/base/317806 Log: The nandsim(4) simulator driver doesn't have any protection against races at least in its ioctl handler, and at the same time it creates device entry with 0666

svn commit: r317805 - head/usr.sbin/autofs

2017-05-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 4 19:55:32 2017 New Revision: 317805 URL: https://svnweb.freebsd.org/changeset/base/317805 Log: Revert r317804; apparently I forgot the auto_master syntax. MFC after:2 weeks Modified: head/usr.sbin/autofs/common.c Modified: head/usr.sbin/autofs/common.c

svn commit: r317804 - head/usr.sbin/autofs

2017-05-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 4 19:41:19 2017 New Revision: 317804 URL: https://svnweb.freebsd.org/changeset/base/317804 Log: Make automount(8) error out when the map name is missing. MFC after:2 weeks Modified: head/usr.sbin/autofs/common.c Modified: head/usr.sbin/autofs/common.c

svn commit: r317803 - head/etc/autofs

2017-05-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 4 19:16:36 2017 New Revision: 317803 URL: https://svnweb.freebsd.org/changeset/base/317803 Log: Enable automounting of exFAT media. With fstyp(8) being updated to detect exfat in base r312003, it seems like a good time to add support for auto-mounting SDXC

svn commit: r317802 - in head/contrib/blacklist: . bin etc/rc.d lib libexec port

2017-05-04 Thread Kurt Lidl
Author: lidl Date: Thu May 4 19:07:37 2017 New Revision: 317802 URL: https://svnweb.freebsd.org/changeset/base/317802 Log: Merge latest version of blacklist sources from NetBSD (@ 20170503) MFC after:3 days Sponsored by: The FreeBSD Foundation Replaced:

svn commit: r317801 - head/libexec/getty

2017-05-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 4 19:01:17 2017 New Revision: 317801 URL: https://svnweb.freebsd.org/changeset/base/317801 Log: Fix markup in gettytab(5). Reviewed by: bapt MFC after:2 weeks Sponsored by: DARPA, AFRL Differential Revision:https://reviews.freebsd.org/D10476

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

2017-05-04 Thread Luiz Otavio O Souza
Author: loos Date: Thu May 4 18:56:11 2017 New Revision: 317800 URL: https://svnweb.freebsd.org/changeset/base/317800 Log: Add support for the no-1-8-v and wp-inverted properties in generic SDHCI FDT glue. MFC after:2 weeks Sponsored by: Rubicon Communications, LLC (Netgate)

svn commit: r317799 - head/sys/cam/scsi

2017-05-04 Thread Kenneth D. Merry
Author: ken Date: Thu May 4 17:23:39 2017 New Revision: 317799 URL: https://svnweb.freebsd.org/changeset/base/317799 Log: Add the SCSI Solid State Media Log page (0x11) definition. sys/cam/scsi/scsi_all.h: Add the SCSI Solid State Media log page (0x11) structure

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

2017-05-04 Thread Bruce Evans
On Thu, 4 May 2017, Ed Maste wrote: On 4 May 2017 at 09:44, Ed Schouten wrote: Hi Ed, 2016-07-19 19:46 GMT+02:00 Ed Maste : +.It arm Ta soft Ta soft, double precision ... +.It mipsTa soft Ta identical to double I was wondering, what's

svn commit: r317798 - head/sys/dev/bnxt

2017-05-04 Thread Sean Bruno
Author: sbruno Date: Thu May 4 15:26:28 2017 New Revision: 317798 URL: https://svnweb.freebsd.org/changeset/base/317798 Log: bnxt: Add support for new Broadcom 100Gb adapter BCM57454 Submitted by: bhargava.marre...@broadcom.com Reviewed by: venkatkumar.duvv...@broadcom.com

Re: svn commit: r317600 - in head/sys: amd64/vmm/amd modules/vmm

2017-05-04 Thread Conrad Meyer
On Thu, May 4, 2017 at 7:58 AM, Conrad Meyer wrote: > On Sat, Apr 29, 2017 at 7:08 PM, Anish Gupta wrote: >> Author: anish >> Date: Sun Apr 30 02:08:46 2017 >> New Revision: 317600 >> URL: https://svnweb.freebsd.org/changeset/base/317600 >> >> Log: >> Add

Re: svn commit: r317600 - in head/sys: amd64/vmm/amd modules/vmm

2017-05-04 Thread Conrad Meyer
Hi Anish, On Sat, Apr 29, 2017 at 7:08 PM, Anish Gupta wrote: > Author: anish > Date: Sun Apr 30 02:08:46 2017 > New Revision: 317600 > URL: https://svnweb.freebsd.org/changeset/base/317600 > > Log: > Add AMD IOMMU/AMD-Vi support in bhyve for passthrough/direct assignment

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

2017-05-04 Thread Ed Maste
On 4 May 2017 at 09:44, Ed Schouten wrote: > Hi Ed, > > 2016-07-19 19:46 GMT+02:00 Ed Maste : >> +.It arm Ta soft Ta soft, double precision > ... >> +.It mipsTa soft Ta identical to double > > I was wondering, what's the difference between two

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

2017-05-04 Thread Warner Losh
On Thu, May 4, 2017 at 7:44 AM, Ed Schouten wrote: > Hi Ed, > > 2016-07-19 19:46 GMT+02:00 Ed Maste : >> +.It arm Ta soft Ta soft, double precision > ... >> +.It mipsTa soft Ta identical to double > > I was wondering, what's the difference between

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

2017-05-04 Thread Ed Schouten
Hi Ed, 2016-07-19 19:46 GMT+02:00 Ed Maste : > +.It arm Ta soft Ta soft, double precision ... > +.It mipsTa soft Ta identical to double I was wondering, what's the difference between two ways of phrasing it? If long double is double precision, it's identical

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

2017-05-04 Thread Konstantin Belousov
Author: kib Date: Thu May 4 11:57:52 2017 New Revision: 317790 URL: https://svnweb.freebsd.org/changeset/base/317790 Log: Avoid wrapping of the machine-dependent type sizes table, by removing non-informational sizeof() expressions. Add some explanatory and summary sentences. Noted

svn commit: r317789 - head/lib/libsysdecode

2017-05-04 Thread Michael Tuexen
Author: tuexen Date: Thu May 4 07:44:07 2017 New Revision: 317789 URL: https://svnweb.freebsd.org/changeset/base/317789 Log: Add support for socket option names related to the level IPPROTO_UDPLITE. Modified: head/lib/libsysdecode/flags.c head/lib/libsysdecode/mktables Modified: