]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move sc out of the global file
authorimp <imp@FreeBSD.org>
Mon, 12 Aug 2019 22:58:44 +0000 (22:58 +0000)
committerimp <imp@FreeBSD.org>
Mon, 12 Aug 2019 22:58:44 +0000 (22:58 +0000)
commitc0702cb45a02db4c04aecbb7a10ff452499d6e4e
treec4d4838783f0c1df84834c88900fbe8ca5264b64
parent20fde271845963b191d4aa2b2a51a4c02240b3c4
Move sc out of the global file

x86 needs sc, as does sparc64. powerpc doesn't use it by default, but some old
powermac notebooks do not work with vt yet for reasons unknonw. Even so, I've
removed it from powerpc LINT. It's not in daily use there, and the intent is to
100% switch to vt now that it works for that platform to limit support burden.

All the other architectures omit some or all of the screen savers from their
lint config. Move them to the x86 NOTES files and remove the exclusions. This
reduces slightly the number of savers sparc64 compiles, but since they are in
GENERIC, the overage is adequate and if someone reaelly wants to sort them out
in sparc64 they can sweat the details and the testing.

Reviewed by: jhb (earlier version), manu (earlier version), jhibbits
Differential Revision: https://reviews.freebsd.org/D21233
sys/arm/conf/NOTES
sys/arm64/conf/NOTES
sys/conf/NOTES
sys/powerpc/conf/NOTES
sys/sparc64/conf/NOTES
sys/x86/conf/NOTES