freebsd-dev/sys/dev/nvme
Jim Harris 547d523eb8 Clean up debug prints.
1) Consistently use device_printf.
2) Make dump_completion and dump_command into something more
    human-readable.

Sponsored by:	Intel
Reviewed by:	carl
2013-03-26 22:17:10 +00:00
..
nvme_ctrlr_cmd.c Clean up debug prints. 2013-03-26 22:17:10 +00:00
nvme_ctrlr.c Clean up debug prints. 2013-03-26 22:17:10 +00:00
nvme_ns_cmd.c Make the DSM range count 0-based. Previously we were deallocating one more 2013-03-26 18:16:30 +00:00
nvme_ns.c Clean up debug prints. 2013-03-26 22:17:10 +00:00
nvme_private.h Clean up debug prints. 2013-03-26 22:17:10 +00:00
nvme_qpair.c Clean up debug prints. 2013-03-26 22:17:10 +00:00
nvme_sysctl.c Remove the is_started flag from struct nvme_controller. 2013-03-26 21:19:26 +00:00
nvme_test.c Change a number of malloc(9) calls to use M_WAITOK instead of 2013-03-26 22:11:34 +00:00
nvme_uio.c Create struct nvme_status. 2013-03-26 21:00:18 +00:00
nvme.c Replace usages of mtx_pool_find used for admin commands with a polling 2013-03-26 22:09:51 +00:00
nvme.h Add the ability to internally mark a controller as failed, if it is unable to 2013-03-26 21:58:38 +00:00