mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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
This commit is contained in:
parent
7757c54895
commit
c4fe5431bd
1 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
.\"
|
||||
.\" Author: Jaeyoon Choi <j_yoon.choi@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
|
||||
|
|
|
|||
Loading…
Reference in a new issue