From owner-svn-src-head@freebsd.org Tue Aug 11 14:01:56 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A16799F066 for ; Tue, 11 Aug 2015 14:01:56 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com [209.85.218.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF94F12 for ; Tue, 11 Aug 2015 14:01:56 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by oihn130 with SMTP id n130so105774245oih.2 for ; Tue, 11 Aug 2015 07:01:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=jOhQB3mqJCFeqdTDt23yO5ZE9WbrJlvRfgKTlYpYmoI=; b=DU5woBfVcNlp967n0V3q6FrOuiL77mm3YgStfa3utL3dkSOaws7wRVyOMrusivfbvF 5e695CxzXeMDoRyvvkLIWP2qz5szZMXJoHH2dvMSvtcaNuBuL/G2dUJ1zh4yhqAJXcfj 14xqhqVtLC0LDsKuEFsgTIow94e+jSPTXiGsTauEV2WBTaHHpxcogvXkmk3K3U8tFiLM nIOOMfJWNMtjwqdm+l9ZvTyf2WOxJSHQF90mhsl9hIW/UR9MNCjUJ2KItdW+VDdA/L8T pHtm3KrXFlFJuF1xUY5ozdSpkXLh8WysVkN5rGg+BjV7PxkKrfVj73Gn75b9Lsn2wS16 IdlA== X-Gm-Message-State: ALoCoQkDv63+KpLcyix6Dp62EVqEHPY7ShsXuw4wZkA812RjqwrchW/hVYSdfP98SGfslc82i6Yg MIME-Version: 1.0 X-Received: by 10.202.208.136 with SMTP id h130mr7426188oig.74.1439301715413; Tue, 11 Aug 2015 07:01:55 -0700 (PDT) Received: by 10.76.50.84 with HTTP; Tue, 11 Aug 2015 07:01:55 -0700 (PDT) X-Originating-IP: [84.27.222.46] In-Reply-To: <201508091258.t79CwvGj027161@repo.freebsd.org> References: <201508091258.t79CwvGj027161@repo.freebsd.org> Date: Tue, 11 Aug 2015 16:01:55 +0200 Message-ID: Subject: Re: svn commit: r286524 - in head: . etc sys/dev/drm sys/dev/drm2 From: Ed Schouten To: Koop Mast Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 14:01:56 -0000 Hi Koop, 2015-08-09 14:58 GMT+02:00 Koop Mast : > +#define DRM_DEV_GID 44 /* "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 the definitions in drmP.h to the following? #define DRM_DEV_UID UID_ROOT #define DRM_DEV_GID GID_VIDEO -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717