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)
Fri, May 8, 7:52 AM
Unknown Object (File)
Wed, May 6, 1:57 AM
Unknown Object (File)
Wed, May 6, 12:34 AM
Unknown Object (File)
Sun, May 3, 5:28 AM
Unknown Object (File)
Sun, Apr 19, 9:13 PM
Unknown Object (File)
Sun, Apr 19, 9:13 PM
Unknown Object (File)
Thu, Apr 16, 5:07 PM
Unknown Object (File)
Apr 14 2026, 12:14 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.