Page MenuHomeFreeBSD

da(4): Add some sysctl descriptions
ClosedPublic

Authored by gbe on Oct 2 2021, 10:09 AM.
Tags
None
Referenced Files
F97523294: D32278.diff
Sun, Sep 29, 9:27 PM
Unknown Object (File)
Fri, Sep 27, 2:04 PM
Unknown Object (File)
Thu, Sep 19, 12:39 AM
Unknown Object (File)
Wed, Sep 18, 2:25 PM
Unknown Object (File)
Wed, Sep 18, 1:43 AM
Unknown Object (File)
Tue, Sep 17, 3:55 PM
Unknown Object (File)
Tue, Sep 17, 3:58 AM
Unknown Object (File)
Tue, Sep 17, 12:06 AM

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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41929
Build 38817: arc lint + arc unit

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.