svn commit: r340695 - in stable/12/sys: amd64/conf i386/conf
Rodney W. Grimes
freebsd at pdx.rh.CN85.dnsmgr.net
Tue Nov 20 20:07:39 UTC 2018
[ Charset UTF-8 unsupported, converting... ]
> Author: zeising (doc,ports committer)
> Date: Tue Nov 20 19:37:09 2018
> New Revision: 340695
> URL: https://svnweb.freebsd.org/changeset/base/340695
>
> Log:
> MFC r340387: Add evdev support to amd64 and i386
>
> This merge is done sans sys/i386/conf/MINIMAL, since that doesn't exist in
> stable/12, only current.
Could you do me a favor and track down why MINIMAL has
not be mfc'ed? And if there is not a good reason for
it to not be MFC'ed see that it does get done.
Thanks,
Rod <RE
> Include evdev support and drivers in the amd64 GENERIC and MINIMAL, and i386
> GENERIC kernels. Evdev is used by X and wayland to handle input devices, and
> this change, together with upcomming changes in ports will make us handle input
> devices better in graphical UIs.
>
> Reviewed by: wulf, bapt, imp
> Approved by: imp
>
> Modified:
> stable/12/sys/amd64/conf/GENERIC
> stable/12/sys/amd64/conf/MINIMAL
> stable/12/sys/i386/conf/GENERIC
> Directory Properties:
> stable/12/ (props changed)
>
> Modified: stable/12/sys/amd64/conf/GENERIC
> ==============================================================================
> --- stable/12/sys/amd64/conf/GENERIC Tue Nov 20 19:31:02 2018 (r340694)
> +++ stable/12/sys/amd64/conf/GENERIC Tue Nov 20 19:37:09 2018 (r340695)
> @@ -360,3 +360,8 @@ device vmx # VMware VMXNET3 Ethernet
>
> # Netmap provides direct access to TX/RX rings on supported NICs
> device netmap # netmap(4) support
> +
> +# evdev interface
> +options EVDEV_SUPPORT # evdev support in legacy drivers
> +device evdev # input event device support
> +device uinput # install /dev/uinput cdev
>
> Modified: stable/12/sys/amd64/conf/MINIMAL
> ==============================================================================
> --- stable/12/sys/amd64/conf/MINIMAL Tue Nov 20 19:31:02 2018 (r340694)
> +++ stable/12/sys/amd64/conf/MINIMAL Tue Nov 20 19:37:09 2018 (r340695)
> @@ -137,3 +137,8 @@ device bpf # Berkeley packet filter
> # NOTE: XENHVM depends on xenpci. They must be added or removed together.
> options XENHVM # Xen HVM kernel infrastructure
> device xenpci # Xen HVM Hypervisor services driver
> +
> +# evdev interface
> +options EVDEV_SUPPORT # evdev support in legacy drivers
> +device evdev # input event device support
> +device uinput # install /dev/uinput cdev
>
> Modified: stable/12/sys/i386/conf/GENERIC
> ==============================================================================
> --- stable/12/sys/i386/conf/GENERIC Tue Nov 20 19:31:02 2018 (r340694)
> +++ stable/12/sys/i386/conf/GENERIC Tue Nov 20 19:37:09 2018 (r340695)
> @@ -358,3 +358,8 @@ device xenpci # Xen HVM Hypervisor services driver
>
> # VMware support
> device vmx # VMware VMXNET3 Ethernet
> +
> +# evdev interface
> +options EVDEV_SUPPORT # evdev support in legacy drivers
> +device evdev # input event device support
> +device uinput # install /dev/uinput cdev
>
>
--
Rod Grimes rgrimes at freebsd.org
More information about the svn-src-stable
mailing list