From owner-svn-src-head@FreeBSD.ORG Tue Jul 1 21:04:40 2014 Return-Path: Delivered-To: svn-src-head@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 ESMTPS id C5A828E3; Tue, 1 Jul 2014 21:04:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 B23EF2E75; Tue, 1 Jul 2014 21:04:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61L4ebV099427; Tue, 1 Jul 2014 21:04:40 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61L4e4f099426; Tue, 1 Jul 2014 21:04:40 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201407012104.s61L4e4f099426@svn.freebsd.org> From: Glen Barber Date: Tue, 1 Jul 2014 21:04:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268117 - head/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 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, 01 Jul 2014 21:04:40 -0000 Author: gjb Date: Tue Jul 1 21:04:40 2014 New Revision: 268117 URL: http://svnweb.freebsd.org/changeset/base/268117 Log: Document r268045, vt(4) now in GENERIC. Remove r260888, VT kernel configuration file is gone. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 1 20:57:39 2014 (r268116) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue Jul 1 21:04:40 2014 (r268117) @@ -108,10 +108,6 @@ Kernel Changes - The VT kernel - configuration file has been added, which enables the new - vt console driver. - Support for GPS ports has been added to &man.uhso.4;. @@ -160,6 +156,14 @@ &man.sysctl.8; on &intel; processors with Turbo Boost ™ enabled has been fixed. + The VT kernel + configuration file has been removed, and the &man.vt.4; + driver is included in the GENERIC kernel. + To enable &man.vt.4;, enter set kern.vty=vt + at the &man.loader.8; prompt during boot, or add + kern.vty=vt to &man.loader.conf.5; and + reboot the system. + Virtualization support