freebsd-nq/sys/dev/nvme
Warner Losh c75bdc044d Provide new tunable hw.nvme.verbose_cmd_dump
The nvme drive dumps only the most relevant details about a command when it
fails. However, there are times this is not sufficient (such as debugging weird
issues for a new drive with a vendor). Setting hw.nvme.verbose_cmd_dump=1
in loader.conf will enable more complete debugging information about each
command that fails.

Reviewed by: rpokala
Sponsored by: Netflix
Differential Version: https://reviews.freebsd.org/D20988
2019-07-18 21:58:51 +00:00
..
nvme_ctrlr_cmd.c Make NVMe compatible with the original API 2018-08-22 04:29:24 +00:00
nvme_ctrlr.c Provide macros to extract the sub-fields of the CAP_LO and CAP_HI registers. 2019-07-18 15:41:10 +00:00
nvme_ns_cmd.c Make NVMe compatible with the original API 2018-08-22 04:29:24 +00:00
nvme_ns.c Unconditionally support unmapped BIOs. This was another shim for 2019-02-27 22:16:59 +00:00
nvme_private.h Provide new tunable hw.nvme.verbose_cmd_dump 2019-07-18 21:58:51 +00:00
nvme_qpair.c Provide new tunable hw.nvme.verbose_cmd_dump 2019-07-18 21:58:51 +00:00
nvme_sim.c Fix nda(4) PCIe link status output 2019-06-07 18:34:48 +00:00
nvme_sysctl.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
nvme_test.c Remove #ifdef code to support FreeBSD versions that haven't been 2019-02-27 22:05:01 +00:00
nvme_util.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
nvme.c Provide new tunable hw.nvme.verbose_cmd_dump 2019-07-18 21:58:51 +00:00
nvme.h Provide macros to extract the sub-fields of the CAP_LO and CAP_HI registers. 2019-07-18 15:41:10 +00:00