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, Aug 10, 10:49 AM
Unknown Object (File)
Mon, Aug 10, 10:49 AM
Unknown Object (File)
Mon, Aug 10, 10:49 AM
Unknown Object (File)
Mon, Aug 10, 10:47 AM
Unknown Object (File)
Wed, Aug 5, 7:10 AM
Unknown Object (File)
Wed, Aug 5, 5:44 AM
Unknown Object (File)
Wed, Aug 5, 5:40 AM
Unknown Object (File)
Wed, Aug 5, 2:44 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
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.