]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader.efi: There are systems without ConOut, also use ConOutDev
authorToomas Soome <tsoome@FreeBSD.org>
Thu, 4 Feb 2021 20:49:02 +0000 (22:49 +0200)
committerToomas Soome <tsoome@FreeBSD.org>
Thu, 4 Feb 2021 21:33:15 +0000 (23:33 +0200)
commit0c839497c174e961fc71f7d3329d05b10ec5525b
tree04ccd493c3c30cfb77b3fd4ea4dae264ad330926
parent6d4bc364ab5ae7559caef8c6e62a8d26694e6bde
loader.efi: There are systems without ConOut, also use ConOutDev

Conout does contian the default output device name.
ConOutDev does contain all possible output device names, so we can
use it as fallback, when there is no ConOut.

PR: 253253

(cherry picked from commit 2bd4ff2d8911009283e4e615ca4aad35a845f48b)
stand/efi/loader/main.c