]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvmecontrol: Fix IEEE OUI Identifier output
authorWanpeng Qian <wanpengqian@gmail.com>
Sun, 20 Nov 2022 03:06:36 +0000 (19:06 -0800)
committerChuck Tuffli <chuck@FreeBSD.org>
Sun, 20 Nov 2022 03:14:00 +0000 (19:14 -0800)
commit41be508d31a594f5212ef9e717df1f3e9ca295d8
treeac9530cefbd7e615a754d350330a1b3fbf367fa6
parent424bf1d5ca5bdba0597b546ec3931eb05bfabcab
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
sbin/nvmecontrol/identify_ext.c