git: syscons - Make sure we draw the terminal border during syscons startup.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Sun Nov 27 16:10:38 PST 2016
commit 88af68e6fba1f28152ca994c2e2530c4490b2a8d
Author: Imre Vadász <imre at vdsz.com>
Date: Sun Nov 27 23:01:30 2016 +0100
syscons - Make sure we draw the terminal border during syscons startup.
* Try drawing the border first in scinit. If we use the UEFI framebuffer,
and efi_fb_info.vaddr is still NULL, we call sc_set_border again in
scmeminit() when efi_fb_info.vaddr will be definitely non-NULL.
* This makes sure that we clear any garbage left from the UEFI bootloader
stage on the screen, after ae88e4ee083dbf5a51e10cae2cdf213e2a7c5225.
Summary of changes:
sys/dev/misc/syscons/syscons.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/88af68e6fba1f28152ca994c2e2530c4490b2a8d
--
DragonFly BSD source repository
More information about the Commits
mailing list