svn commit: r306474 - head/sys/dev/atkbdc
John Baldwin
jhb at freebsd.org
Fri Sep 30 17:35:44 UTC 2016
On Friday, September 30, 2016 03:03:42 AM Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Fri Sep 30 03:03:42 2016
> New Revision: 306474
> URL: https://svnweb.freebsd.org/changeset/base/306474
>
> Log:
> Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUN
>
> - Replace tunables-only hw.psm.synaptics_support, hw.psm.trackpoint_support,
> and hw.psm.elantech_support with respective sysctls declared with
> CTLFLAG_TUN. It simplifies checking them in userland, also makes them
> easier to get discovered by user
> - Get rid of debug.psm.loglevel and hw.psm.tap_enabled TUNABLE_INT
> declaration by adding CTLFLAG_TUN to read/write sysctls that were
> already declared for these tunables.
>
> Suggested by: jhb
Thanks!
--
John Baldwin
More information about the svn-src-all
mailing list