From 0e1665ae61b204031f0c7534206daa9eb38b9c17 Mon Sep 17 00:00:00 2001 From: Alexander Ziaee Date: Tue, 22 Jul 2025 12:26:08 -0400 Subject: [PATCH] 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 09696a37998..bd275e80977 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.