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)
Mon, Nov 25, 5:11 AM
Unknown Object (File)
Mon, Nov 25, 5:11 AM
Unknown Object (File)
Nov 12 2024, 10:28 AM
Unknown Object (File)
Nov 12 2024, 1:20 AM
Unknown Object (File)
Nov 10 2024, 6:58 PM
Unknown Object (File)
Nov 9 2024, 8:04 PM
Unknown Object (File)
Nov 9 2024, 1:30 AM
Unknown Object (File)
Nov 9 2024, 12:44 AM

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.