Bug 254955 - nvme man page says the tunable for nda is called "verbose_cmd_dump"
Summary: nvme man page says the tunable for nda is called "verbose_cmd_dump"
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Ebdrup Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-10 20:25 UTC by Pete French
Modified: 2021-07-12 09:07 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pete French 2021-04-10 20:25:31 UTC
man page says this:

"To select the nda(4) driver, set the following tunable value in loader.conf(5):

           hw.nvme.verbose_cmd_dump=1"

but actually its "hw.nvme.use_nvd=0"
Comment 1 Daniel Ebdrup Jensen freebsd_committer freebsd_triage 2021-04-11 14:51:44 UTC
Are you sure you're not using an old version of the manual page?
The one found in 12.2-RELEASE doesn't show what you're reporting, as can be seen on https://man.freebsd.org/nda(4) nor is it present in the source code at the HEAD of the tree: https://cgit.freebsd.org/src/tree/share/man/man4/nda.4

If you can demonstrate a reproducer, feel free to reopen this.
Comment 2 Pete French 2021-04-11 16:57:24 UTC
Its not the nda page, its the nvme page e.g. here:


https://www.freebsd.org/cgi/man.cgi?nvme(4)

Sorry for the confusion - the 'autocorrect' in Safari keeps changing it to 'name' - hence the wrong subject.
Comment 3 Daniel Ebdrup Jensen freebsd_committer freebsd_triage 2021-04-11 20:03:54 UTC
I'll be taking this then. :)
Comment 4 Warner Losh freebsd_committer freebsd_triage 2021-07-10 22:07:35 UTC
current has this correct since 2019.

What version do you see this on? stable/12?
Comment 5 Pete French 2021-07-12 09:07:30 UTC
(In reply to Warner Losh from comment #4)

That was on 12, I am not seeing it on 13, and I don't have any machine left running that version of 12. Maybe it was something to do with stale files on that version. Odd though!

Will close this now as I cant reproduce it, and apparently its fine, and has been for a while. Thats for checking though.