From owner-svn-src-user@FreeBSD.ORG Fri Oct 11 12:56:08 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BB931819; Fri, 11 Oct 2013 12:56:08 +0000 (UTC) (envelope-from ray@freebsd.org) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE702351; Fri, 11 Oct 2013 12:56:05 +0000 (UTC) Received: from terran (unknown [192.168.99.1]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPA id 91A2DC4936; Fri, 11 Oct 2013 15:56:03 +0300 (EEST) Date: Fri, 11 Oct 2013 15:56:59 +0300 From: Aleksandr Rybalko To: Aleksandr Rybalko Subject: Re: svn commit: r256313 - user/ed/newcons/sys/arm/freescale/imx Message-Id: <20131011155659.809466d957f3f3073dcf5dfa@freebsd.org> In-Reply-To: <201310111208.r9BC8eJI032223@svn.freebsd.org> References: <201310111208.r9BC8eJI032223@svn.freebsd.org> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 12:56:08 -0000 On Fri, 11 Oct 2013 12:08:40 +0000 (UTC) Aleksandr Rybalko wrote: > Author: ray > Date: Fri Oct 11 12:08:40 2013 > New Revision: 256313 > URL: http://svnweb.freebsd.org/changeset/base/256313 > > Log: > svn-commit.tmp Sorry, use wrong key after failed attempt. Correct log must be: Build newcons driver for i.MX515 if "device vt" is enabled. Sponsored by: The FreeBSD Foundation > > Modified: > user/ed/newcons/sys/arm/freescale/imx/files.imx51 > > Modified: user/ed/newcons/sys/arm/freescale/imx/files.imx51 > ============================================================================== > --- user/ed/newcons/sys/arm/freescale/imx/files.imx51 Fri Oct 11 11:59:50 2013 (r256312) > +++ user/ed/newcons/sys/arm/freescale/imx/files.imx51 Fri Oct 11 12:08:40 2013 (r256313) > @@ -48,4 +48,5 @@ dev/ofw/ofw_iicbus.c optional fsliic > > # IPU - Image Processing Unit (frame buffer also) > arm/freescale/imx/imx51_ipuv3.c optional sc > +arm/freescale/imx/imx51_ipuv3_newcons.c optional vt > -- Aleksandr Rybalko