freebsd-dev/sbin/nvmecontrol
Jim Harris 49fac6101d Add firmware replacement and activation support to nvmecontrol(8) through
a new firmware command.

NVMe controllers may support up to 7 firmware slots for storing of
different firmware revisions.  This new firmware command supports
firmware replacement (i.e. firmware download) with or without immediate
activation, or activation of a previously stored firmware image.  It
also supports selection of the firmware slot during replacement
operations, using IDENTIFY information from the controller to
check that the specified slot is valid.

Newly activated firmware does not take effect until the new controller
reset, either via a reboot or separate 'nvmecontrol reset' command to the
same controller.

Submitted by:	Joe Golio <joseph.golio@emc.com>
Obtained from:	EMC / Isilon Storage Division
MFC after:	3 days
2013-06-27 00:08:25 +00:00
..
devlist.c Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme" 2013-06-26 23:20:08 +00:00
firmware.c Add firmware replacement and activation support to nvmecontrol(8) through 2013-06-27 00:08:25 +00:00
identify.c Add generalized helper functions for printing hex data as part of 2013-06-26 23:46:31 +00:00
logpage.c Add log page support to nvmecontrol(8) through a new logpage command. 2013-06-26 23:53:54 +00:00
Makefile Add firmware replacement and activation support to nvmecontrol(8) through 2013-06-27 00:08:25 +00:00
nvmecontrol.8 Add firmware replacement and activation support to nvmecontrol(8) through 2013-06-27 00:08:25 +00:00
nvmecontrol.c Add firmware replacement and activation support to nvmecontrol(8) through 2013-06-27 00:08:25 +00:00
nvmecontrol.h Add firmware replacement and activation support to nvmecontrol(8) through 2013-06-27 00:08:25 +00:00
perftest.c Break out code related to the perftest command into a separate file. 2013-06-26 23:02:48 +00:00
reset.c Ensure that a device node is specified when invoking the identify or reset 2013-06-26 23:41:07 +00:00