svn commit: r265000 - head/sys/amd64/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Apr 27 02:22:22 UTC 2014


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


More information about the svn-src-all mailing list