From owner-svn-src-head@FreeBSD.ORG Fri Feb 6 15:44:38 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1A4A207; Fri, 6 Feb 2015 15:44:38 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 971712BB; Fri, 6 Feb 2015 15:44:38 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id w8so11352274qac.3; Fri, 06 Feb 2015 07:44:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=i7SU8cjebEjdNpKDx+y5saGPCAUS/ky/RJKctTj0g6g=; b=bmMSd7RazwynPZY682iXQPaHkToCFa6q25+yLZhhwuKkFaPpcBj+YhSvrB2s4iNga3 +gRSddUQC2fT8n7ET8OqYGmVC/W1Zn1P8gAiLjgNxll8qf0ftvOZXYvl5YEa0ixVwiM0 anfioF6xEDX8NBaXUHz48aFOVH7T+/oTSHIep/cyOG3eaUGvnPfJ/EhulNdXtVA5AVE+ ZIGttDTIGUYE5cxiBGMZ/avkIyYeC1ELhw9TFQGTzjwNBJKehfcA25VQdTfi7eM5s1QM 9OH7ft/5BqFFBWVBIZjRk5soKAzE/Hn5jL8VAQt8+oTr55QmgAmyJmekf0i8htxvHGYG gBiA== X-Received: by 10.140.94.6 with SMTP id f6mr8966177qge.38.1423237477743; Fri, 06 Feb 2015 07:44:37 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.140.39.209 with HTTP; Fri, 6 Feb 2015 07:44:17 -0800 (PST) In-Reply-To: <15908040.5vEeS6v7ok@ralph.baldwin.cx> References: <201502051138.t15BcUlj070663@svn.freebsd.org> <15908040.5vEeS6v7ok@ralph.baldwin.cx> From: Ed Maste Date: Fri, 6 Feb 2015 10:44:17 -0500 X-Google-Sender-Auth: eozybiX-A4JqUrFIi9lCvAFm3Hg Message-ID: Subject: Re: svn commit: r278249 - head/etc/rc.d To: John Baldwin Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Garrett Cooper , NGie Cooper X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 06 Feb 2015 15:44:39 -0000 On 6 February 2015 at 10:01, John Baldwin wrote: > > Using "legacy" for the brand new console driver we haven't even shipped as on- > by-default in a release yet certainly seems a misnomer. Perhaps you mean > something like VIDCONSOLE (to borrow loader's name), VIDEO_CONSOLE, or > GRAPHICS_CONSOLE. I'm not sure why it was named LEGACY_CONSOLE. It was introduced prior to the vt(4) work when syscons(4) was the only console. We should probably just eliminate it and build kbdcontrol, moused, etc. if either MK_SYSCONS or MK_VT is set.