Page MenuHomeFreeBSD

amd64: Remove sc(4) from MINIMAL
AcceptedPublic

Authored by manu on Jun 21 2022, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 18 2024, 10:47 PM
Unknown Object (File)
Oct 7 2024, 6:22 AM
Unknown Object (File)
Oct 3 2024, 11:37 PM
Unknown Object (File)
Oct 1 2024, 9:17 PM
Unknown Object (File)
Oct 1 2024, 7:20 PM
Unknown Object (File)
Oct 1 2024, 6:07 PM
Unknown Object (File)
Sep 29 2024, 2:51 PM
Unknown Object (File)
Sep 26 2024, 10:21 PM

Details

Reviewers
emaste
imp
Summary

vt(4) supports bios and efi boot.
And since 0518832011 ("vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualized")
was applied it will work everywhere.

MFC after: 1 month
MFC to: stable/13 only
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46052
Build 42941: arc lint + arc unit

Event Timeline

manu requested review of this revision.Jun 21 2022, 6:15 PM
This revision is now accepted and ready to land.Jun 21 2022, 6:48 PM

My only objection is that I can NOT get textmode or very stable X on any of the NVIDIA
cards I use unless I build against sc. Does sc(4) use so much space that current kernels
become too big with it's presence? I vote against it's removal.

Removing the 'backup' console from MINIMAL is fine.
Not too many people are using it, and those that are can hack up a MINIMAL_MINUS_VT_PLUS_SC config file easily enough.