From owner-svn-src-head@FreeBSD.ORG Thu May 24 09:34:19 2012 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38CBF1065674; Thu, 24 May 2012 09:34:19 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id A4DF18FC08; Thu, 24 May 2012 09:34:18 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 7BC1840014; Thu, 24 May 2012 11:34:17 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 6F6DC4000B; Thu, 24 May 2012 11:34:17 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 27BDE40002; Thu, 24 May 2012 11:34:17 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3Vylm862msz8ggx; Thu, 24 May 2012 11:34:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id GLouEDiNJmvf; Thu, 24 May 2012 11:34:11 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3Vylm32V6sz8ggv; Thu, 24 May 2012 11:34:11 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 3Vylm31mDrz9Ctq; Thu, 24 May 2012 11:34:11 +0200 (CEST) Message-ID: <4FBE0086.1050801@daemonic.se> Date: Thu, 24 May 2012 11:33:58 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Konstantin Belousov References: <201205232107.q4NL71dw095460@svn.freebsd.org> <4FBD5899.9000808@daemonic.se> <20120524092649.GH2358@deviant.kiev.zoral.com.ua> In-Reply-To: <20120524092649.GH2358@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r235859 - in head/sys: i386/conf modules X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 24 May 2012 09:34:19 -0000 On 2012-05-24 11:26, Konstantin Belousov wrote: > On Wed, May 23, 2012 at 11:37:29PM +0200, Niclas Zeising wrote: >> On 05/23/12 23:07, Konstantin Belousov wrote: >>> Author: kib >>> Date: Wed May 23 21:07:01 2012 >>> New Revision: 235859 >>> URL: http://svn.freebsd.org/changeset/base/235859 >>> >>> Log: >>> Enable drm2 modules build. >>> >>> Sponsored by: The FreeBSD Foundation >>> MFC after: 1 month >>> >>> Modified: >>> head/sys/i386/conf/XEN >>> head/sys/modules/Makefile >>> >> >> Hi! >> Thank you very much for all your work! >> With this commit, is there any need for any patches from you, or have >> they all been incorporated by now? Perhaps a note in UPDATING would be >> good, at least to make people more aware of the fact that GEM/KMS >> finally has come to FreeBSD as well. An update to the wiki might be >> good as well. I can help you with patches and updating the wiki, just >> let me know. >> Once again, a big thank you! > > ATM no more patches are needed to run new driver. > > I do not see a need in any UPDATING entry, since nothing should have > been changed for users who did not used my patch before. > > Wiki ought to get complete rewrite, I might get time to do it at the end > of week. Hi! Thank you for the clarifications! Regards! -- Niclas