From owner-svn-src-all@FreeBSD.ORG Thu Mar 6 20:50:53 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3061E3DC; Thu, 6 Mar 2014 20:50:53 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04FDE9F5; Thu, 6 Mar 2014 20:50:53 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 06BBBB946; Thu, 6 Mar 2014 15:50:51 -0500 (EST) From: John Baldwin To: src-committers@freebsd.org Subject: Re: svn commit: r262861 - in stable/10: sys/amd64/conf sys/conf sys/dev/drm2 sys/dev/drm2/i915 sys/dev/drm2/radeon sys/dev/fb sys/dev/syscons sys/dev/vt sys/dev/vt/font sys/dev/vt/hw/fb sys/dev/vt/hw/o... Date: Thu, 6 Mar 2014 14:04:39 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201403061830.s26IUvJG037341@svn.freebsd.org> In-Reply-To: <201403061830.s26IUvJG037341@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201403061404.39820.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 06 Mar 2014 15:50:51 -0500 (EST) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 06 Mar 2014 20:50:53 -0000 On Thursday, March 06, 2014 1:30:57 pm John Baldwin wrote: > Author: jhb > Date: Thu Mar 6 18:30:56 2014 > New Revision: 262861 > URL: http://svnweb.freebsd.org/changeset/base/262861 > > Log: > MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, > 259203,259221,259261,259532,259615,259650,259651,259667,259680,259727, > 259761,259772,259776,259777,259830,259882,259915,260160,260449,260450, > 260688,260888,260953,261269,261547,261551,261552,261553,261585: > Merge the vt(4) driver (newcons) to stable/10. > > Approved by: ray Just as in HEAD, this is not on by default but must be enabled in your kernel config. I did runtime test this over the weekend on my desktop box with an nvidia card. It suffered from the slowness described on arch@ but otherwise worked fine. -- John Baldwin