Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 21:47:25 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264946 - head/sys/amd64/conf
Message-ID:  <201404252147.s3PLlPt1057811@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Fri Apr 25 21:47:24 2014
New Revision: 264946
URL: http://svnweb.freebsd.org/changeset/base/264946

Log:
  Add a UEFI kernel configuration to include the VT kernel, and
  replace the vt_vga driver with vt_efifb.
  
  This is intended to help with snapshot builds only.
  
  There is no intention to MFC this commit.
  
  Sponsored by:	The FreeBSD Foundation

Added:
  head/sys/amd64/conf/UEFI
     - copied, changed from r264896, head/sys/amd64/conf/VT

Copied and modified: head/sys/amd64/conf/UEFI (from r264896, head/sys/amd64/conf/VT)
==============================================================================
--- head/sys/amd64/conf/VT	Thu Apr 24 21:18:29 2014	(r264896, copy source)
+++ head/sys/amd64/conf/UEFI	Fri Apr 25 21:47:24 2014	(r264946)
@@ -4,11 +4,8 @@
 #
 # $FreeBSD$
 
-include		GENERIC
-ident		VT
+include		VT
+ident 		UEFI
 
-nodevice	sc
-nodevice	vga
-
-device		vt
-device		vt_vga
+nodevice 	vt_vga
+device		vt_efifb



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