Re: svn commit: r286524 - in head: . etc sys/dev/drm sys/dev/drm2

2015-08-11 Thread Warner Losh
> On Aug 11, 2015, at 7:53 AM, Koop Mast wrote: > > On Mon, 2015-08-10 at 02:15 +0200, Jan Beich wrote: >> Koop Mast writes: >> >>> Author: kwm (ports committer) >>> Date: Sun Aug 9 12:58:56 2015 >>> New Revision: 286524 >>> URL: https://svnweb.freebsd.org/changeset/base/286524 >>> >>> Log:

Re: svn commit: r286524 - in head: . etc sys/dev/drm sys/dev/drm2

2015-08-11 Thread Ed Schouten
Hi Koop, 2015-08-09 14:58 GMT+02:00 Koop Mast : > +#define DRM_DEV_GID44 /* "video" group */ I think it looks a bit weird that DRM has these definitions locally. already has definitions for various users and groups (UID_* and GID_*). Would it make sense to add GID_VIDEO to and change t

Re: svn commit: r286524 - in head: . etc sys/dev/drm sys/dev/drm2

2015-08-11 Thread Koop Mast
On Mon, 2015-08-10 at 02:15 +0200, Jan Beich wrote: > Koop Mast writes: > > > Author: kwm (ports committer) > > Date: Sun Aug 9 12:58:56 2015 > > New Revision: 286524 > > URL: https://svnweb.freebsd.org/changeset/base/286524 > > > > Log: > > Add a new group named 'video' with the id of 44. An

Re: svn commit: r286524 - in head: . etc sys/dev/drm sys/dev/drm2

2015-08-09 Thread Jan Beich
Koop Mast writes: > Author: kwm (ports committer) > Date: Sun Aug 9 12:58:56 2015 > New Revision: 286524 > URL: https://svnweb.freebsd.org/changeset/base/286524 > > Log: > Add a new group named 'video' with the id of 44. And make drm create > devices in /dev/dri/ with this new group. Would

svn commit: r286524 - in head: . etc sys/dev/drm sys/dev/drm2

2015-08-09 Thread Koop Mast
Author: kwm (ports committer) Date: Sun Aug 9 12:58:56 2015 New Revision: 286524 URL: https://svnweb.freebsd.org/changeset/base/286524 Log: Add a new group named 'video' with the id of 44. And make drm create devices in /dev/dri/ with this new group. This will allow ports and users to mo