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 2fb37e8f1a Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.
Recent testing with QEMU that has variable sector size support for
NVMe uncovered some of these issues.  Chatham prototype boards supported
only 512 byte sectors.

Sponsored by:	Intel
Reviewed by:	carl
MFC after:	3 days
2013-07-19 21:33:24 +00:00
..
nvme_ctrlr_cmd.c Update copyright dates. 2013-07-09 21:22:17 +00:00
nvme_ctrlr.c Use pause() instead of DELAY() when polling for completion of admin 2013-07-17 23:26:56 +00:00
nvme_ns_cmd.c Fix nvme(4) and nvd(4) to support non 512-byte sector sizes. 2013-07-19 21:33:24 +00:00
nvme_ns.c Fix nvme(4) and nvd(4) to support non 512-byte sector sizes. 2013-07-19 21:33:24 +00:00
nvme_private.h Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.h 2013-07-09 21:24:19 +00:00
nvme_qpair.c Update copyright dates. 2013-07-09 21:22:17 +00:00
nvme_sysctl.c Update copyright dates. 2013-07-09 21:22:17 +00:00
nvme_test.c Update copyright dates. 2013-07-09 21:22:17 +00:00
nvme.c Update copyright dates. 2013-07-09 21:22:17 +00:00
nvme.h Define constants for the lengths of the serial number, model number 2013-07-17 23:23:38 +00:00