syscons - Make sure we draw the terminal border during syscons startup.
commit88af68e6fba1f28152ca994c2e2530c4490b2a8d
authorImre Vadász <imre@vdsz.com>
Sun, 27 Nov 2016 22:01:30 +0000 (27 23:01 +0100)
committerImre Vadász <imre@vdsz.com>
Mon, 28 Nov 2016 00:08:05 +0000 (28 01:08 +0100)
tree8ee6f6855f1c0479ec1615f77fdd4b134f0ff2aa
parent8b7469dfe0f5a4b5ba8ef0ac34fa20b9ec3bf51b
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.
sys/dev/misc/syscons/syscons.c