Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 22:47:02 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        Oleksandr Tymoshenko <gonzo@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r306474 - head/sys/dev/atkbdc
Message-ID:  <2470669.D5ILR5p8RK@ralph.baldwin.cx>
In-Reply-To: <201609300303.u8U33gk3022487@repo.freebsd.org>
References:  <201609300303.u8U33gk3022487@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2470669.D5ILR5p8RK>