From owner-svn-src-all@freebsd.org Mon Nov 19 16:07:43 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 16EED1108237; Mon, 19 Nov 2018 16:07:43 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A97C17C7F6; Mon, 19 Nov 2018 16:07:42 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 42zDJF647szDj6N; Mon, 19 Nov 2018 16:07:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id zXFiegDcBMMf; Mon, 19 Nov 2018 16:07:41 +0000 (UTC) Received: from garnet.daemonic.se (host-95-192-227-159.mobileonline.telia.com [95.192.227.159]) by mail.daemonic.se (Postfix) with ESMTPSA id 42zDJF0snbzDj6l; Mon, 19 Nov 2018 16:07:41 +0000 (UTC) Subject: Re: svn commit: r340632 - head/sys/powerpc/conf To: Justin Hibbits Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201811191536.wAJFawVk003818@repo.freebsd.org> <20181119094231.2802ec8c@ralga.knownspace> From: Niclas Zeising Message-ID: Date: Mon, 19 Nov 2018 17:07:40 +0100 User-Agent: Mutt/1.5.21 MIME-Version: 1.0 In-Reply-To: <20181119094231.2802ec8c@ralga.knownspace> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: A97C17C7F6 X-Spamd-Result: default: False [0.33 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.25)[-0.249,0]; NEURAL_SPAM_SHORT(0.58)[0.580,0]; ASN(0.00)[asn:36236, ipnet:2607:f740:d::/48, country:US] 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: Mon, 19 Nov 2018 16:07:43 -0000 On 11/19/18 4:42 PM, Justin Hibbits wrote: > On Mon, 19 Nov 2018 15:36:58 +0000 (UTC) > Niclas Zeising wrote: > >> Author: zeising (doc,ports committer) >> Date: Mon Nov 19 15:36:58 2018 >> New Revision: 340632 >> URL: https://svnweb.freebsd.org/changeset/base/340632 >> >> Log: >> Enable evdev on ppc64 >> >> Enable evdev on ppc64 as well, similar to what was done for amd64 >> and i386 in r340387. >> >> Evdev can be used by X and is used by wayland to handle input >> devices. >> Approved by: mmacy >> MFC after: 2 weeks >> Differential Revision: https://reviews.freebsd.org/D18026 >> >> Modified: >> head/sys/powerpc/conf/GENERIC64 >> >> Modified: head/sys/powerpc/conf/GENERIC64 >> ============================================================================== >> --- head/sys/powerpc/conf/GENERIC64 Mon Nov 19 15:31:54 >> 2018 (r340631) +++ head/sys/powerpc/conf/GENERIC64 Mon >> Nov 19 15:36:58 2018 (r340632) @@ -246,3 +246,8 @@ >> device snd_uaudio # USB Audio >> # 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 >> > > Is there a reason this is only in GENERIC64, not GENERIC as well? Does > it not compile for 32-bit powerpc? > > - Justin > Hi! mmacy only asked about ppc64, and as far as I know it's only tested there. I can create a patch for ppc32 as well, but I can't test myself. Regards -- Niclas Zeising