Page MenuHomeFreeBSD

bhyve: Conditionally compile framebuffer-related code
ClosedPublic

Authored by markj on Jun 23 2023, 10:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 8, 9:49 AM
Unknown Object (File)
Fri, Apr 19, 5:07 AM
Unknown Object (File)
Mar 22 2024, 2:59 AM
Unknown Object (File)
Mar 22 2024, 2:59 AM
Unknown Object (File)
Mar 21 2024, 11:26 AM
Unknown Object (File)
Dec 20 2023, 8:13 AM
Unknown Object (File)
Dec 19 2023, 8:57 PM
Unknown Object (File)
Dec 11 2023, 2:44 AM
Subscribers

Details

Summary

The arm64 port does not implement VGA, so move the device model sources.
Compile framebuffer code only on amd64 for now, but do not move the
sources, as we ought to be able to add support later.

No functional change intended.

Diff Detail

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

Event Timeline

Is VGA supported on arm64 or not? While reading the commit message it sounds like missing VGA support is only a limitation of our arm64 port. If it's just a limitation or our port, we shouldn't move those files.

This revision is now accepted and ready to land.Jun 26 2023, 6:31 AM

I kind of doubt there's real VGA on arm64, just different frame buffer drivers that probably don't provide a legacy VGA interface.

Is VGA supported on arm64 or not? While reading the commit message it sounds like missing VGA support is only a limitation of our arm64 port. If it's just a limitation or our port, we shouldn't move those files.

Indeed, I wasn't able to turn up any notion of a native VGA driver on arm64. The software interface uses I/O ports so can't be directly implemented on arm64. I'll reword the commit log message to make this more clear, but I'm fairly sure we can safely move this file to amd64/.