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 */
 
_______________________________________________
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"

Reply via email to