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)
Tue, Sep 16, 10:44 PM
Unknown Object (File)
Aug 15 2025, 12:54 AM
Unknown Object (File)
Jul 18 2025, 4:12 AM
Unknown Object (File)
Jul 17 2025, 2:39 AM
Unknown Object (File)
Jul 3 2025, 3:23 AM
Unknown Object (File)
Jun 28 2025, 6:04 AM
Unknown Object (File)
Jun 25 2025, 11:19 PM
Unknown Object (File)
Jun 10 2025, 5:02 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.