summaryrefslogtreecommitdiffstats
path: root/sbin/nvmecontrol/devlist.c
Commit message (Expand)AuthorAgeFilesLines
* Add message when nvd disks are attached and detached.jimharris2013-07-191-1/+3
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.jimharris2013-07-191-1/+1
* Use _PATH_DEV (from paths.h) for the "/dev/" string, rather thanjimharris2013-07-181-1/+2
* Simplify open_dev() by returning errno values rather than just 0 or 1.jimharris2013-07-181-1/+2
* Define constants for the lengths of the serial number, model numberjimharris2013-07-171-1/+1
* Incorporate feedback from bde@ based on r252672 changes:jimharris2013-07-091-14/+11
* Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"jimharris2013-06-261-2/+3
* Break out code related to the devlist command into a separate source file.jimharris2013-06-261-0/+114
OpenPOWER on IntegriCloud