freebsd-dev/sbin/nvmecontrol
Warner Losh 4e44c386ff i386 turns out to not have __uint128_t. So confusingly use 64-bit math
instead. Since we're little endian, we can get away with it. Also,
since the counters in quesitons would require billions of iops for
tens of billions of seconds to overflow, and since such data rates are
unlikely for people using i386 for a while, that's OK. The fastest
cards today can't do even a million IOPs.

Noticed by: dim@
Sponsored by: Netflix, Inc
2016-11-19 21:46:13 +00:00
..
devlist.c For "nvmecontrol devlist", show namespace sizes in terms of MB instead of 2014-01-06 23:48:47 +00:00
firmware.c Check for special status code from FIRMWARE_ACTIVATE command 2013-11-12 21:14:19 +00:00
identify.c Add message when nvd disks are attached and detached. 2013-07-19 21:40:57 +00:00
logpage.c i386 turns out to not have __uint128_t. So confusingly use 64-bit math 2016-11-19 21:46:13 +00:00
Makefile Explicitly add more files to the 'runtime' package. 2016-02-09 20:19:31 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
nvmecontrol.8 Add missing history sections to a number of storage related man pages 2016-09-16 04:28:31 +00:00
nvmecontrol.c Implement power command to list all power modes, find out the power 2016-01-30 22:48:06 +00:00
nvmecontrol.h Implement power command to list all power modes, find out the power 2016-01-30 22:48:06 +00:00
perftest.c Do not exit with error status after printing data for perftest. 2013-11-01 22:05:29 +00:00
power.c In nvmecontrol, fix gcc warnings about the local 'power' variables 2016-03-11 17:25:18 +00:00
reset.c Incorporate feedback from bde@ based on r252672 changes: 2013-07-09 21:14:15 +00:00