From owner-svn-src-all@FreeBSD.ORG Sun Apr 27 02:22:22 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 13D3C9D7; Sun, 27 Apr 2014 02:22:22 +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 00A1E1D6C; Sun, 27 Apr 2014 02:22:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3R2MLDx079961; Sun, 27 Apr 2014 02:22:21 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3R2MLTc079960; Sun, 27 Apr 2014 02:22:21 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201404270222.s3R2MLTc079960@svn.freebsd.org> From: Nathan Whitehorn Date: Sun, 27 Apr 2014 02:22:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265000 - head/sys/amd64/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 27 Apr 2014 02:22:22 -0000 Author: nwhitehorn Date: Sun Apr 27 02:22:21 2014 New Revision: 265000 URL: http://svnweb.freebsd.org/changeset/base/265000 Log: Add vt_efifb to VT kernel configuration now that that actually works. This kernel will now boot on both BIOS and EFI systems without modification. Equivalent functionality in GENERIC requires making vt(9) the default console driver, which is probably appropriate at this point. Modified: head/sys/amd64/conf/VT Modified: head/sys/amd64/conf/VT ============================================================================== --- head/sys/amd64/conf/VT Sun Apr 27 02:20:51 2014 (r264999) +++ head/sys/amd64/conf/VT Sun Apr 27 02:22:21 2014 (r265000) @@ -12,3 +12,4 @@ nodevice vga device vt device vt_vga +device vt_efifb