freebsd-dev/sbin/nvmecontrol/modules/Makefile
Wanpeng Qian 84e8678870 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
2022-10-06 10:24:02 +00:00

6 lines
65 B
Makefile

# $FreeBSD$
SUBDIR= intel wdc samsung
.include <bsd.subdir.mk>