git: 3f94fb8d6a76 - main - amd64 GENERIC: Add ufshci
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Aug 2025 18:09:24 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=3f94fb8d6a76c7aab76ef716eff757b5710de456 commit 3f94fb8d6a76c7aab76ef716eff757b5710de456 Author: Jaeyoon Choi <j_yoon.choi@samsung.com> AuthorDate: 2025-08-16 17:40:36 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-08-16 18:09:15 +0000 amd64 GENERIC: Add ufshci Sponsored by: Samsung Electronics Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51507 --- sys/amd64/conf/GENERIC | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 385eb9667652..33f1630d4baa 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -184,6 +184,9 @@ device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s device nvme # base NVMe driver device nvd # expose NVMe namespaces as disks, depends on nvme +# Universal Flash Storage Host Controller Interface support +device ufshci # UFS host controller + # Intel Volume Management Device (VMD) support device vmd