Date: Sun, 27 Apr 2014 20:36:20 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265026 - head/sys/dev/vt/hw/vga Message-ID: <201404272036.s3RKaKTY032077@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404272036.s3RKaKTY032077>