svn commit: r265026 - head/sys/dev/vt/hw/vga
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Sun Apr 27 20:36:20 UTC 2014
Author: nwhitehorn
Date: Sun Apr 27 20:36:19 2014
New Revision: 265026
URL: http://svnweb.freebsd.org/changeset/base/265026
Log:
No EFI on i386. This unbreaks the i386 VT kernel build.
Modified:
head/sys/dev/vt/hw/vga/vga.c
Modified: head/sys/dev/vt/hw/vga/vga.c
==============================================================================
--- head/sys/dev/vt/hw/vga/vga.c Sun Apr 27 20:26:15 2014 (r265025)
+++ head/sys/dev/vt/hw/vga/vga.c Sun Apr 27 20:36:19 2014 (r265026)
@@ -638,7 +638,7 @@ vga_init(struct vt_device *vd)
struct vga_softc *sc = vd->vd_softc;
int textmode = 0;
-#if defined(__amd64__) || defined(__i386__)
+#if defined(__amd64__)
/* Disable if EFI framebuffer present. Should be handled by priority
* logic in vt(9), but this will do for now. XXX */
More information about the svn-src-all
mailing list