1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/dev/nvme
Jim Harris 448cffc859 For IDENTIFY passthrough commands to Chatham prototype controllers, copy
the spoofed identify data into the user buffer rather than issuing the
command to the controller, since Chatham IDENTIFY data is always spoofed.

While here, fix a bug in the spoofed data for Chatham submission and
completion queue entry sizes.

Sponsored by:	Intel
MFC after:	3 days
2014-01-06 23:51:26 +00:00
..
nvme_ctrlr_cmd.c
nvme_ctrlr.c For IDENTIFY passthrough commands to Chatham prototype controllers, copy 2014-01-06 23:51:26 +00:00
nvme_ns_cmd.c
nvme_ns.c Create a unique unit number for each controller and namespace cdev. 2013-11-01 23:30:54 +00:00
nvme_private.h Log and then disable asynchronous notification of persistent events after 2013-10-08 16:00:12 +00:00
nvme_qpair.c
nvme_sysctl.c
nvme_test.c Extend some 32-bit fields and variables to 64-bit to prevent overflow 2013-10-08 15:47:22 +00:00
nvme_util.c
nvme.c Do not leak resources during attach if nvme_ctrlr_construct() or the initial 2013-10-08 16:01:43 +00:00
nvme.h Extend some 32-bit fields and variables to 64-bit to prevent overflow 2013-10-08 15:47:22 +00:00