From owner-svn-src-all@FreeBSD.ORG Thu Jun 19 13:35:06 2014 Return-Path: Delivered-To: svn-src-all@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 C4AA85D5; Thu, 19 Jun 2014 13:35:06 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D2E8211D; Thu, 19 Jun 2014 13:35:06 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8096CB9D2; Thu, 19 Jun 2014 09:35:05 -0400 (EDT) From: John Baldwin To: Aleksandr Rybalko Subject: Re: svn commit: r267626 - head/sys/dev/vt Date: Thu, 19 Jun 2014 09:24:01 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <201406182230.s5IMUMYp006946@svn.freebsd.org> In-Reply-To: <201406182230.s5IMUMYp006946@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201406190924.01792.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 19 Jun 2014 09:35:05 -0400 (EDT) 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: Thu, 19 Jun 2014 13:35:06 -0000 On Wednesday, June 18, 2014 6:30:22 pm Aleksandr Rybalko wrote: > Author: ray > Date: Wed Jun 18 22:30:22 2014 > New Revision: 267626 > URL: http://svnweb.freebsd.org/changeset/base/267626 > > Log: > Suspend vt(4) initialization if "kern.vt.disable" kenv is set. > > MFC after: 1 week > Sponsored by: The FreeBSD Foundation So what happens by default if both vt and syscons are in a kernel if the user doesn't set one of the 'disable' tunables? If that doesn't work, then I think we would rather have a 'kern.vidconsole' tunable that can be set to either 'sc' or 'vt' (possibly 'syscons' instead of 'sc') so that it is clearer for users how to switch between them. -- John Baldwin