]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader efifb: implement uga_autoresize as a call to text_autoresize
authorkevans <kevans@FreeBSD.org>
Mon, 26 Mar 2018 13:45:17 +0000 (13:45 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 26 Mar 2018 13:45:17 +0000 (13:45 +0000)
commite095143112d8cab337cc38899677b033cedfb08a
treeb558c03cc0739527a33571bca43c4e0ccf99f12c
parent5c40d602eef148e8d4231cda313ea122738096f4
loader efifb: implement uga_autoresize as a call to text_autoresize

UGA does not have the same kind of mode enumeration that GOP does. Implement
it instead as a call to text_autoresize so that firmwares with only UGA
present still get some kind of autoresizing behavior.

While here, rename a typo'd "gop" to "uga", although it will remain unused
for the time being.
stand/efi/loader/framebuffer.c