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)
Thu, Oct 31, 3:07 AM
Unknown Object (File)
Thu, Oct 24, 6:35 PM
Unknown Object (File)
Sep 29 2024, 11:33 PM
Unknown Object (File)
Sep 29 2024, 11:31 PM
Unknown Object (File)
Sep 29 2024, 9:27 PM
Unknown Object (File)
Sep 27 2024, 2:04 PM
Unknown Object (File)
Sep 19 2024, 12:39 AM
Unknown Object (File)
Sep 18 2024, 2:25 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.