Date: Mon, 19 Nov 2018 17:07:40 +0100 From: Niclas Zeising <zeising@freebsd.org> To: Justin Hibbits <chmeeedalf@gmail.com> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r340632 - head/sys/powerpc/conf Message-ID: <e12c482d-ae54-715a-0825-84b845a95cba@freebsd.org> In-Reply-To: <20181119094231.2802ec8c@ralga.knownspace> References: <201811191536.wAJFawVk003818@repo.freebsd.org> <20181119094231.2802ec8c@ralga.knownspace>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/19/18 4:42 PM, Justin Hibbits wrote: > On Mon, 19 Nov 2018 15:36:58 +0000 (UTC) > Niclas Zeising <zeising@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e12c482d-ae54-715a-0825-84b845a95cba>