Page MenuHomeFreeBSD

da(4): Add some sysctl descriptions
ClosedPublic

Authored by gbe on Oct 2 2021, 10:09 AM.
Tags
None
Referenced Files
F171093501: D32278.diff
Tue, Sep 8, 4:10 PM
Unknown Object (File)
Sun, Sep 6, 12:37 AM
Unknown Object (File)
Sat, Sep 5, 10:29 PM
Unknown Object (File)
Sat, Sep 5, 3:30 PM
Unknown Object (File)
Sat, Sep 5, 1:27 PM
Unknown Object (File)
Sat, Sep 5, 2:14 AM
Unknown Object (File)
Sat, Sep 5, 2:05 AM
Unknown Object (File)
Fri, Sep 4, 5:56 PM

Details

Summary

The following sysctls aren't documentend, so fix this.

kern.cam.da.default_softtimeout
kern.cam.da.disable_wp_protection
kern.cam.da.enable_biospeedup
kern.cam.da.enable_uma_ccbs
kern.cam.da.poll_period
kern.cam.da.send_ordered

PR: 258727
MFC after: 1 week

Test Plan

mandoc output review and 'mandoc -Tlint' checks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe requested review of this revision.Oct 2 2021, 10:09 AM
gbe created this revision.

Just a minor nit, otherwise it looks good to me.

share/man/man4/da.4
140

Bring this in line with other items.

  • Use .It instead of .Va macro
gbe marked an inline comment as done.Sep 10 2022, 7:17 AM
This revision is now accepted and ready to land.Sep 10 2022, 7:27 AM
This revision was automatically updated to reflect the committed changes.