Page MenuHomeFreeBSD

Skip EFI framebuffer information if there is none
ClosedPublic

Authored by sjg on Feb 5 2023, 10:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 29, 3:03 PM
Unknown Object (File)
Sat, Jun 27, 2:56 PM
Unknown Object (File)
May 22 2026, 8:01 PM
Unknown Object (File)
Apr 30 2026, 2:23 AM
Unknown Object (File)
Apr 23 2026, 3:24 AM
Unknown Object (File)
Apr 21 2026, 5:42 PM
Unknown Object (File)
Apr 20 2026, 12:19 AM
Unknown Object (File)
Apr 19 2026, 8:58 PM
Subscribers

Details

Summary

Avoid several lines of useless info if there is no EFI framebuffer

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sjg requested review of this revision.Feb 5 2023, 10:54 PM

This is as close to no-brainer yes that we can get...
While it;s theoretically possible that the frame buffer on some architectures (but not x86) is mapped at location 0, I can't imagine hardware designers ever actually doing that...

This revision is now accepted and ready to land.Feb 5 2023, 11:21 PM