freebsd-dev/sbin/nvmecontrol
Wanpeng Qian 41be508d31 nvmecontrol: Fix IEEE OUI Identifier output
Current sequence of IEEE OUI Identifier output is wrong.

For Intel, current output is e4 d2 5c, specification is 5CD2E4h
For Samsung, current output is 38 25 00, specification is 002538h
also check with Linux nvme-cli.

Reviewed by:	imp, chuck
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D33856
2022-11-19 19:14:00 -08:00
..
modules nvmecontrol: fix wrong temperature unit for INTEL SSDs. 2022-11-11 12:15:52 -07:00
tests Ensure kyua list working when there is no /dev/nvme* 2020-04-13 21:08:54 +00:00
comnd.c Make use of the getlocalbase() function for run-time adjustment of the 2020-11-18 20:00:55 +00:00
comnd.h Revert the whole getlocalbase() set of changes while a different design is 2020-11-15 20:24:59 +00:00
devlist.c nvmecontrol: use uintmax_t for a size 2022-10-07 21:44:23 -06:00
firmware.c [nvmecontrol] Fix type signedness warning-to-error on gcc-6.4 2020-11-17 17:12:28 +00:00
format.c Improve nvmecontrol error reporting. 2020-11-13 02:05:45 +00:00
identify_ext.c nvmecontrol: Fix IEEE OUI Identifier output 2022-11-19 19:14:00 -08:00
identify.c nvmecontrol: Display Metadata and Sanitize capabilities of the device 2021-09-21 21:15:55 +00:00
logpage.c nvmecontrol: fix wrong temperature unit for INTEL SSDs. 2022-11-11 12:15:52 -07:00
Makefile pkgbase: Put nvmecontrol in its own package 2022-10-26 19:46:22 +02:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nc_util.c Add SPDX tag. 2019-02-28 02:29:48 +00:00
ns.c Correct a typo in a string literal. 2022-06-07 21:48:59 +02:00
nsid.c Open device with O_RDONLY when command is non-invasive. 2020-04-20 13:47:07 +00:00
nvmecontrol_ext.h Regularize the Netflix copyright 2019-02-04 21:28:25 +00:00
nvmecontrol.8 nvmecontrol: improve namespace size unit of devlist command output 2022-10-07 17:59:20 -06:00
nvmecontrol.c Make use of the getlocalbase() function for run-time adjustment of the 2020-11-18 20:00:55 +00:00
nvmecontrol.h nvmecontrol: fix wrong temperature unit for INTEL SSDs. 2022-11-11 12:15:52 -07:00
passthru.c nvmecontrol: update copyright on passthru command 2021-05-06 16:09:31 -06:00
perftest.c Improve nvmecontrol error reporting. 2020-11-13 02:05:45 +00:00
power.c Improve nvmecontrol error reporting. 2020-11-13 02:05:45 +00:00
reset.c Improve nvmecontrol error reporting. 2020-11-13 02:05:45 +00:00
resv.c Improve nvmecontrol error reporting. 2020-11-13 02:05:45 +00:00
sanitize.c Improve nvmecontrol error reporting. 2020-11-13 02:05:45 +00:00
selftest.c nvmecontrol: add device self-test op and log page 2021-01-08 09:27:56 -08:00