Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2025 23:24:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 291935] Vidconsole (amd64 only) does now show anything on old hardware (MacBook2,1)
Message-ID:  <bug-291935-227-UVCxsarELF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-291935-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291935

--- Comment #5 from Ruslan Zalata <rz@fabmicro.ru> ---
Oops, my bad. When manually applying your patch I missed this line:

 nhandles = hsize / sizeof(*hlist);

and it never finds GOP handle because nHandles initialized to zero. After
fixing this, loader works fine on both EFI32 (MacBook) with UGA and on EFI64
with GOP. So, basically your patch works well. Thank you very much Ahmad!

Now trying to find out how to fix the stride issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291935-227-UVCxsarELF>