[Bug 284917] git arc create has awk errors
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 284917] git arc create has awk errors"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Feb 2025 15:30:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284917
--- Comment #2 from Toomas Soome <tsoome@me.com> ---
(In reply to Mark Johnston from comment #1)
* Accepted D49073: loader.efi: add "gop blt <on|off>" command
commit 9e261d868ef14f4bb587aaed6e8dfcbd02b4fc0e (gop)
Author: Toomas Soome <tsoome@FreeBSD.org>
Date: Thu Feb 20 09:45:53 2025 +0200
loader.efi: add "gop blt <on|off>" command
Some systems have very slow console output and it may be about either
wrong memory attributes are set or gop->Blt() implementation is bad.
We do not have good way to set memory attributes, but we can
choose which Blt() to use (or we can set "gop off" to fall back on
use of SimpleTextOutput protocol).
This update adds argument for "gop" command to switch gop->Blt() use.
Note, this update does not fix the problem, but allows us to try to
understand the possible cause.
PR: 254381
Reported by: Michael Galassi
--
You are receiving this mail because:
You are the assignee for the bug.