freebsd-dev/sbin/nvmecontrol
Warner Losh dc935c4f19 Use aligned buffer for the firmware data. Otherwise, when loading a
MAXPHYS bytes of data, the I/O would require MAXPHYS + PAGE_SIZE worth
of pages to do the I/O and we'd hit an assertion in
vm_fault_quick_hold_pages unless MAXPHYS was larger than 1M +
PAGE_SIZE.
2017-02-02 23:04:00 +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 Use aligned buffer for the firmware data. Otherwise, when loading a 2017-02-02 23:04:00 +00:00
identify.c Add message when nvd disks are attached and detached. 2013-07-19 21:40:57 +00:00
logpage.c Implement Intel's log page 0xc1 (Read Command Latency Log) and page 2016-12-09 23:37:14 +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