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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"