mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
No EFI on i386. This unbreaks the i386 VT kernel build.
This commit is contained in:
parent
f62cbe0e49
commit
43336b6385
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265026
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user