The branch main has been updated by ziaee:

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

commit c4fe5431bddc88d7add89195144a75cbc02fa57e
Author:     Alexander Ziaee <zi...@freebsd.org>
AuthorDate: 2025-07-17 20:06:04 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-07-17 20:08:38 +0000

    ufshci.4: Move hardware to HARDWARE
    
    This lets us pull them automatically into the hardware release notes.
    
    Note the beautiful introductory sentence here, this pattern can maybe
    improve the relationship between DESCRIPTION introductory sentence and
    HARDWARE.
    
    MFC:                    never (ufshci does not mfc)
    Reviewed by:            0mp, christos, imp
    Differential Revision:  https://reviews.freebsd.org/D51379
---
 share/man/man4/ufshci.4 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/share/man/man4/ufshci.4 b/share/man/man4/ufshci.4
index d008afbf8ace..d722c9902b98 100644
--- a/share/man/man4/ufshci.4
+++ b/share/man/man4/ufshci.4
@@ -7,7 +7,7 @@
 .\"
 .\" Author: Jaeyoon Choi <j_yoon.c...@samsung.com>
 .\"
-.Dd June 24, 2025
+.Dd July 17, 2025
 .Dt UFSHCI 4
 .Os
 .Sh NAME
@@ -28,11 +28,6 @@ ufshci_load="YES"
 .Sh DESCRIPTION
 Universal Flash Storage (UFS) is a low-power, high-performance storage
 standard composed of a host controller and a single target device.
-The
-.Nm
-initializes both the host controller and the target device, and handles I/O.
-It currently supports the UFS/UFSHCI 4.1 specification and all earlier
-revisions.
 .Pp
 The driver currently provides:
 .Bl -bullet
@@ -58,6 +53,11 @@ subsystem and its logical unit appears as the device node
 The driver is under active development; upcoming work includes full
 UFS 4.1 feature coverage, additional power-management modes, and
 ACPI/FDT-based attach support.
+.Sh HARDWARE
+The
+.Nm
+driver supports both host controllers and devices implementing the
+Universal Flash Storage Host Controller Interface 4.1 and earlier.
 .Sh CONFIGURATION
 The
 .Nm

Reply via email to