From owner-svn-src-all@freebsd.org Wed Feb 22 20:26:18 2017 Return-Path: Delivered-To: svn-src-all@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 89D39CE6DBA; Wed, 22 Feb 2017 20:26:18 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 52EDDA26; Wed, 22 Feb 2017 20:26:17 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id BD2021FE023; Wed, 22 Feb 2017 21:26:05 +0100 (CET) Subject: Re: svn commit: r314105 - head/sys/compat/linuxkpi/common/include/linux To: cem@freebsd.org References: <201702221931.v1MJV3nm034253@repo.freebsd.org> Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Hans Petter Selasky Message-ID: Date: Wed, 22 Feb 2017 21:25:30 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 22 Feb 2017 20:26:18 -0000 Hi, On 02/22/17 20:42, Conrad Meyer wrote: > On Wed, Feb 22, 2017 at 11:31 AM, Hans Petter Selasky > > Hi Hans, > > Thanks for all of the linuxkpi work you've done lately. i915 support > is very important to me! > You're welcome! > It would be nice to have some named constants for these masks. The > bare numbers are used throughout this change. See r314109. --HPS