From owner-svn-src-all@FreeBSD.ORG Mon Jun 30 17:00:33 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 19638B8F; Mon, 30 Jun 2014 17:00:33 +0000 (UTC) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "alchemy.franken.de", Issuer "alchemy.franken.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A4AFE2C9F; Mon, 30 Jun 2014 17:00:32 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.8/8.14.8/ALCHEMY.FRANKEN.DE) with ESMTP id s5UH0T9g064155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 30 Jun 2014 19:00:29 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.8/8.14.8/Submit) id s5UH0TIp064154; Mon, 30 Jun 2014 19:00:29 +0200 (CEST) (envelope-from marius) Date: Mon, 30 Jun 2014 19:00:29 +0200 From: Marius Strobl To: Ed Maste Subject: Re: svn commit: r268045 - in head/sys: amd64/conf i386/conf Message-ID: <20140630170029.GD7615@alchemy.franken.de> References: <201406301618.s5UGIcDr079532@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201406301618.s5UGIcDr079532@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (alchemy.franken.de [0.0.0.0]); Mon, 30 Jun 2014 19:00:29 +0200 (CEST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 30 Jun 2014 17:00:33 -0000 On Mon, Jun 30, 2014 at 04:18:38PM +0000, Ed Maste wrote: > Author: emaste > Date: Mon Jun 30 16:18:38 2014 > New Revision: 268045 > URL: http://svnweb.freebsd.org/changeset/base/268045 > > Log: > Add vt(4) to GENERIC and retire the separate VT config > > vt(4) and sc(4) can now coexist in the same kernel. To choose the vt > driver, set the loader tunable kern.vty=vt . I don't know whether it previously was possible to build both syscons(4) and vt(4) into a single kernel from a compiler and linker point of view. However, at least now it's time to add the appropriate vt(4) bits to the MI and various MD NOTES files. Marius