Print this page
NEX-8020 illumos nvme changes
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
NEX-5192 Samsung SSD SM951-NVMe shows checksum errors
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
NEX-5791 support NVMe volatile write cache
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
NEX-4978 enable nvme driver for all NVMe devices
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
NEX-2182 need driver for Intel NVM Express (nvme) (preview)
Reviewed by: Dan Fields <dan.fields@nexenta.com>

@@ -13,11 +13,11 @@
 
 #
 # The driver was tested only against devices supporting v1.0 of the
 # NVMe specification. Uncomment this to be able to use devices conforming
 # to newer specifications.
-#strict-version=0;
+strict-version=0;
 
 #
 # The driver does currently not support any vendor specific extension to the
 # specification. By default it will fault the device if it receives a vendor-
 # specific command status. Uncomment this to disable this behaviour.