Page MenuHomeFreeBSD

da(4): Add some sysctl descriptions
ClosedPublic

Authored by gbe on Oct 2 2021, 10:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 8, 10:14 PM
Unknown Object (File)
May 7 2026, 2:11 AM
Unknown Object (File)
May 6 2026, 9:53 PM
Unknown Object (File)
May 6 2026, 10:36 AM
Unknown Object (File)
May 6 2026, 8:27 AM
Unknown Object (File)
May 6 2026, 12:28 AM
Unknown Object (File)
May 5 2026, 9:34 PM
Unknown Object (File)
May 3 2026, 5:29 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.