Page MenuHomeFreeBSD

Remove references to sio(4) from NOTES
ClosedPublic

Authored by mhorne on Dec 5 2021, 7:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 2:56 PM
Unknown Object (File)
Tue, Oct 14, 9:45 PM
Unknown Object (File)
Tue, Oct 14, 9:45 PM
Unknown Object (File)
Tue, Oct 14, 9:45 PM
Unknown Object (File)
Tue, Oct 14, 12:27 PM
Unknown Object (File)
Aug 27 2025, 11:17 AM
Unknown Object (File)
Aug 27 2025, 7:12 AM
Unknown Object (File)
Aug 27 2025, 5:21 AM
Subscribers
None

Details

Summary

Also zs(4) and sab(4), which have similarly been removed.

Diff Detail

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

Event Timeline

mhorne requested review of this revision.Dec 5 2021, 7:51 PM
mhorne created this revision.
sys/conf/NOTES
1746

Is it worth the effort to document the other uart(4) flag values here?

sys/conf/NOTES
1746

UART only respects these two flags for legacy reasons, and only on ISA devices.
It has its own preferred way to get these: hw.uart.console and hw.uart.dbgport.
Having both is confusing, and I was hoping to walk away from these one day.

sys/conf/NOTES
1746

These kenv variables are undocumented outside of the source code, so I guess we should add those to the man page along with hw.fdt.console and hw.fdt.dbgport.

Does this diff need further action?

imp added inline comments.
sys/conf/NOTES
1746

We should document them, but that's not blocking this.

This revision is now accepted and ready to land.Dec 6 2021, 4:34 PM
This revision was automatically updated to reflect the committed changes.