git: 0e1665ae61b2 - main - RELNOTES: Add ufshci(4)

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Tue, 22 Jul 2025 16:28:55 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=0e1665ae61b204031f0c7534206daa9eb38b9c17

commit 0e1665ae61b204031f0c7534206daa9eb38b9c17
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-07-22 16:26:08 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-07-22 16:26:10 +0000

    RELNOTES: Add ufshci(4)
    
    Reviewed by:            j_yoon.choi_samsung.com
    Differential Revision:  https://reviews.freebsd.org/D51382
---
 RELNOTES | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 09696a37998b..bd275e809777 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+1349a733cf28:
+	Add a driver supporting a new storage controller interface,
+	Universal Flash Storage Host Controller Interface, supporting
+	version 4.1 and earlier, via ufshci(4).
+
 f1f230439fa4:
 	FreeBSD now implements the inotify(2) family of system calls.