Page MenuHomeFreeBSD

Move sc out of the global file
ClosedPublic

Authored by imp on Aug 12 2019, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 21 2024, 3:28 PM
Unknown Object (File)
Feb 19 2024, 8:33 AM
Unknown Object (File)
Dec 29 2023, 4:09 PM
Unknown Object (File)
Dec 22 2023, 10:08 PM
Unknown Object (File)
Dec 18 2023, 6:48 AM
Unknown Object (File)
Sep 15 2023, 5:12 AM
Unknown Object (File)
Aug 28 2023, 6:48 AM
Unknown Object (File)
Aug 28 2023, 6:45 AM

Details

Summary

x86 needs it, 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.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25809
Build 24381: arc lint + arc unit

Event Timeline

If you wanted to be super crazy you could have a NOTES.syscons file, but that is perhaps over engineering just for syscons. If you did that, I would put the screen savers in it as well and then sparc64 would keep the few 'nodevice foo_saver' it has currently.

sys/x86/conf/NOTES
64

Once you do this, this comment isn't quite as meaningful.

64

Which is to say, I would probably leave this comment out, and maybe combine the changes to move the screen savers with this into a single "syscons" commit.

This revision is now accepted and ready to land.Aug 12 2019, 9:02 PM
jhb added inline comments.
sys/x86/conf/NOTES
13

This updated comment probably goes in the first x86/conf/NOTES commit?

This revision was automatically updated to reflect the committed changes.