History log of /src/sbin/nvmectl/identify.c |
Revision | | Date | Author | Comments |
1.9 |
| 17-Feb-2022 |
andvar | remove one whitespace to align report, misalignment occured after typo fix.
|
1.8 |
| 16-Feb-2022 |
andvar | fix various typos, mainly in comments.
|
1.7 |
| 27-Sep-2020 |
jdolecek | show APSTA support status in identify
|
1.6 |
| 01-Dec-2018 |
jdolecek | since NVMe 1.2 (which defined the ONCS bit), the bit (4) is whether controller supports 'Save' field in Set Features, and 'Select' field for Get Features, not the support for the 'Set Features' command itself
|
1.5 |
| 18-Apr-2018 |
nonaka | branches: 1.5.2; nvmectl(8): Add big-endian support.
from FreeBSD nvmecontolr(8) r329824.
|
1.4 |
| 17-Apr-2018 |
nonaka | nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.
|
1.3 |
| 17-Mar-2018 |
jdolecek | use setprogname()/getprogname(), do not hardcode the prognam name in fixed strings
|
1.2 |
| 04-Jun-2016 |
joerg | branches: 1.2.8; 1.2.14; Mark dead functions.
|
1.1 |
| 04-Jun-2016 |
nonaka | nvmectl(8): Added NVM Express control utility.
Ported from FreeBSD nvmecontrol(8).
|
1.2.14.3 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.2.14.2 |
| 22-Apr-2018 |
pgoyette | Sync with HEAD
|
1.2.14.1 |
| 22-Mar-2018 |
pgoyette | Synch with HEAD, resolve conflicts
|
1.2.8.1 |
| 19-Apr-2018 |
martin | Pull up following revision(s) (requested by nonaka in ticket #781):
sbin/nvmectl/Makefile 1.4 sbin/nvmectl/bignum.c 1.2 sbin/nvmectl/devlist.c 1.3-1.5 sbin/nvmectl/firmware.c 1.3,1.4 sbin/nvmectl/identify.c 1.3-1.5 sbin/nvmectl/logpage.c 1.5-1.7 sbin/nvmectl/nvme.h 1.3 sbin/nvmectl/nvmectl.8 1.5 sbin/nvmectl/nvmectl.c 1.5-1.7 sbin/nvmectl/nvmectl.h 1.5-1.8 sbin/nvmectl/perftest.c 1.3-1.5 sbin/nvmectl/power.c 1.3,1.4 sbin/nvmectl/reset.c 1.2,1.3 sbin/nvmectl/util.c 1.1,1.2 sbin/nvmectl/wdc.c 1.2-1.4 sys/dev/ic/ld_nvme.c 1.20 sys/dev/ic/nvme.c 1.38,1.39 sys/dev/ic/nvmeio.h 1.2 sys/dev/ic/nvmereg.h 1.10,1.11 sys/dev/ic/nvmevar.h 1.16 sys/dev/pci/nvme_pci.c 1.20
nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763.
nvmectl(8): fix wdc command usage.
nvme(4): Added some delay before check RDY bit quirk when disabling device. Pick from FreeBSD nvme(4) r326937.
Add some new structure fileds, opcodes and statuses from NVMe 1.3a.
nvmectl(8): Add big-endian support. from FreeBSD nvmecontolr(8) r329824.
nvmectl(8): fix subcommand usage.
nvmectl(8): Remove some wdc subcommands from man page. - wdc drive-log - wdc get-crash-dump - wdc purge - wdc purge-monitor
Typos.
use setprogname()/getprogname(), do not hardcode the prognam name in fixed strings
|
1.5.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|