1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-25 07:49:18 +00:00
freebsd/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
comnd.c
comnd.h
devlist.c nvmecontrol: use uintmax_t for a size 2022-10-07 21:44:23 -06:00
firmware.c
format.c
identify_ext.c nvmecontrol: Fix IEEE OUI Identifier output 2022-11-19 19:14:00 -08:00
identify.c
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
nc_util.c
ns.c Correct a typo in a string literal. 2022-06-07 21:48:59 +02:00
nsid.c
nvmecontrol_ext.h
nvmecontrol.8 nvmecontrol: improve namespace size unit of devlist command output 2022-10-07 17:59:20 -06:00
nvmecontrol.c
nvmecontrol.h nvmecontrol: fix wrong temperature unit for INTEL SSDs. 2022-11-11 12:15:52 -07:00
passthru.c
perftest.c
power.c
reset.c
resv.c
sanitize.c
selftest.c