CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/02/04 02:19:39
Modified files:
sys/arch/amd64/stand/efiboot: efiboot.c
Log message:
Some (buggy) UEFI implementations don't report the correct framebuffer
parameters unless SetMode() has been called, even if we don't actually
change the mode. Other (equally buggy) UEFI implementations report an
error if we call SetMode() but don't actually change the mode. Work around
these issues by always calling SetMode() (like we did before rev 1.10), but
don't report an error if the current mode is the same as the desired mode.
ok yasuoka@