No EFI on i386. This unbreaks the i386 VT kernel build.

This commit is contained in:
Nathan Whitehorn 2014-04-27 20:36:19 +00:00
parent f62cbe0e49
commit 43336b6385
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265026

View File

@ -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 */