summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-04-27 20:36:19 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-04-27 20:36:19 +0000
commit6e141e7c5b5cc493890771580325bfbf4de5bd0c (patch)
tree7997494c1710ee10b44280e24f5ae307c42941b1
parentbce7664663e31e053fee6b8fb8a438cd69b5eda2 (diff)
downloadFreeBSD-src-6e141e7c5b5cc493890771580325bfbf4de5bd0c.zip
FreeBSD-src-6e141e7c5b5cc493890771580325bfbf4de5bd0c.tar.gz
No EFI on i386. This unbreaks the i386 VT kernel build.
-rw-r--r--sys/dev/vt/hw/vga/vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vt/hw/vga/vga.c b/sys/dev/vt/hw/vga/vga.c
index b54210a..16e0751 100644
--- a/sys/dev/vt/hw/vga/vga.c
+++ b/sys/dev/vt/hw/vga/vga.c
@@ -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 */
OpenPOWER on IntegriCloud