From owner-svn-src-all@freebsd.org Tue Nov 20 20:07:39 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A9DC113C305; Tue, 20 Nov 2018 20:07:39 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0C3780709; Tue, 20 Nov 2018 20:07:38 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id wAKK7b7j068425; Tue, 20 Nov 2018 12:07:37 -0800 (PST) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id wAKK7bSP068424; Tue, 20 Nov 2018 12:07:37 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201811202007.wAKK7bSP068424@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r340695 - in stable/12/sys: amd64/conf i386/conf In-Reply-To: <201811201937.wAKJb9da082796@repo.freebsd.org> To: Niclas Zeising Date: Tue, 20 Nov 2018 12:07:37 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: C0C3780709 X-Spamd-Result: default: False [1.63 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[rgrimes@freebsd.org]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dnsmgr.net]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-0.02)[country: US(-0.09)]; MX_GOOD(-0.01)[cached: pdx.rh.CN85.dnsmgr.net]; NEURAL_SPAM_LONG(0.60)[0.601,0]; NEURAL_HAM_SHORT(-0.59)[-0.589,0]; NEURAL_SPAM_MEDIUM(0.75)[0.752,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2018 20:07:39 -0000 [ 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 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@freebsd.org