svn commit: r263873 - head/sys/conf

Aleksandr Rybalko ray at FreeBSD.org
Fri Mar 28 12:50:40 UTC 2014


Author: ray
Date: Fri Mar 28 12:50:39 2014
New Revision: 263873
URL: http://svnweb.freebsd.org/changeset/base/263873

Log:
  Enable to build UEFI framebuffer driver for vt(4).
  It can be enabled by "device vt_efifb" in kernel config.
  
  Requested by:	emaste
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri Mar 28 11:46:54 2014	(r263872)
+++ head/sys/conf/files	Fri Mar 28 12:50:39 2014	(r263873)
@@ -2471,6 +2471,7 @@ dev/vr/if_vr.c			optional vr pci
 dev/vt/colors/vt_termcolors.c	optional vt
 dev/vt/font/vt_font_default.c	optional vt
 dev/vt/font/vt_mouse_cursor.c	optional vt
+dev/vt/hw/efifb/efifb.c		optional vt_efifb
 dev/vt/hw/fb/vt_fb.c		optional vt
 dev/vt/hw/vga/vga.c		optional vt vt_vga
 dev/vt/logo/logo_freebsd.c	optional vt splash


More information about the svn-src-head mailing list