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
F87622144: D38393.diff
Fri, Jul 5, 11:55 PM
Unknown Object (File)
Wed, Jun 26, 8:31 PM
Unknown Object (File)
Dec 23 2023, 12:39 AM
Unknown Object (File)
Jul 24 2023, 11:19 PM
Unknown Object (File)
Jul 24 2023, 11:19 PM
Unknown Object (File)
Jul 24 2023, 11:14 PM
Unknown Object (File)
Jul 24 2023, 10:54 PM
Unknown Object (File)
Jul 14 2023, 10:12 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 49544
Build 46434: arc lint + arc unit

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