freebsd-skq/sys/dev/nvme
Jim Harris bb852ae89b Delete extra IO qpairs allocated based on number of MSI-X vectors, but
later found to not be usable because the controller doesn't support the
same number of queues.

This is not the normal case, but does occur with the Chatham prototype
board.

Sponsored by:	Intel
2013-03-28 16:54:19 +00:00
..
nvme_ctrlr_cmd.c Clean up debug prints. 2013-03-26 22:17:10 +00:00
nvme_ctrlr.c Delete extra IO qpairs allocated based on number of MSI-X vectors, but 2013-03-28 16:54:19 +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 Fix printf format issue on i386. 2013-03-27 00:37:00 +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