Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2014 02:22:21 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r265000 - head/sys/amd64/conf
Message-ID:  <201404270222.s3R2MLTc079960@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404270222.s3R2MLTc079960>