Print this page
MFV: illumos-gate@48d370f1e98a10b1bdf160dd83a49e0f49f6c1b7
9809 nvme driver should attach to all NVMe 1.x devices
9810 Update parts of NVMe headers for newer specs
9811 nvmeadm(1M) should have ctf
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Dan McDonald <danmcd@joyent.com>
Author: Robert Mustacchi <rm@joyent.com>
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-5792 support NVMe namespace EUI64
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-6226 nvme(7d) manpage cleanup
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@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-2182 need driver for Intel NVM Express (nvme) (preview)
Reviewed by: Dan Fields <dan.fields@nexenta.com>

*** 8,19 **** .\" source. A copy of the CDDL is also available via the Internet at .\" http://www.illumos.org/license/CDDL. .\" .\" .\" Copyright 2016 Nexenta Systems, Inc. All rights reserved. .\" ! .Dd Mar 30, 2017 .Dt NVME 7D .Os .Sh NAME .Nm nvme .Nd Intel NVMe compliant storage driver --- 8,20 ---- .\" source. A copy of the CDDL is also available via the Internet at .\" http://www.illumos.org/license/CDDL. .\" .\" .\" Copyright 2016 Nexenta Systems, Inc. All rights reserved. + .\" Copyright (c) 2018, Joyent, Inc. .\" ! .Dd July 31, 2018 .Dt NVME 7D .Os .Sh NAME .Nm nvme .Nd Intel NVMe compliant storage driver
*** 21,31 **** The .Nm driver uses the .Xr blkdev 7D framework to provide access to ! .Tn Intel NVMe compliant solid-state storage devices. .Lp NVMe devices supporting multiple namespaces will present each namespace as its own .Xr blkdev 7D --- 22,32 ---- The .Nm driver uses the .Xr blkdev 7D framework to provide access to ! Intel NVMe compliant solid-state storage devices. .Lp NVMe devices supporting multiple namespaces will present each namespace as its own .Xr blkdev 7D
*** 46,56 **** .Nm to attach to devices supporting newer version of the NVMe specification. The default value is 1, limiting .Nm ! to work with devices up to specification version 1.2. .It Va ignore-unknown-vendor-status This can be set to 1 to allow .Nm to continue operating even if it receives an unknown vendor command status. --- 47,57 ---- .Nm to attach to devices supporting newer version of the NVMe specification. The default value is 1, limiting .Nm ! to work with devices that support major version 1. .It Va ignore-unknown-vendor-status This can be set to 1 to allow .Nm to continue operating even if it receives an unknown vendor command status.