]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
nvmecontrol: Add Samsung Extended SMART Information logpage support
authorWanpeng Qian <wanpengqian@gmail.com>
Thu, 6 Oct 2022 10:10:06 +0000 (10:10 +0000)
committerBenedict Reuschling <bcr@FreeBSD.org>
Thu, 6 Oct 2022 10:24:02 +0000 (10:24 +0000)
commit84e86788705c176cc195e4a9831c0be08dcece31
tree9a015a963c34394cd6b67fd36c32313b4fa9bff7
parent4cb3cb2de2065bccbab65b0139c1be65f1da3fdf
nvmecontrol: Add Samsung Extended SMART Information logpage support

Samsung PM983 SSD has a 0xca logpage. It has more information compared
to Intel's this patch tested on PM983 M2 SSD and works as expected.

Reviewed by: imp@
Approved by: kp@
Event: Aberdeen Hackathon 2022
Differential revision: https://reviews.freebsd.org/D33749
sbin/nvmecontrol/modules/Makefile
sbin/nvmecontrol/modules/samsung/Makefile [new file with mode: 0644]
sbin/nvmecontrol/modules/samsung/samsung.c [new file with mode: 0644]
sbin/nvmecontrol/nvmecontrol.8