Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2025 18:09:24 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3f94fb8d6a76 - main - amd64 GENERIC: Add ufshci
Message-ID:  <202508161809.57GI9OAO031258@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508161809.57GI9OAO031258>