git: 7390e96107c8 - main - rtsx.4: Improve hardware, add history and spdx

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 28 May 2025 21:02:39 UTC
The branch main has been updated by ziaee:

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

commit 7390e96107c81212b75b50e4b5c6cbcf14e34c84
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-05-28 20:50:26 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-05-28 20:51:17 +0000

    rtsx.4: Improve hardware, add history and spdx
    
    + tag spdx
    + massage hardware for inclusion in hardware release notes
    + note first appeared in 13.0R
    
    MFC after:              3 days
    Reviewed by:            mhorne
    Approved by:            mhorne (mentor)
    Differential Revision:  https://reviews.freebsd.org/D50529
---
 share/man/man4/rtsx.4 | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/share/man/man4/rtsx.4 b/share/man/man4/rtsx.4
index c9be7a6f21f4..69de84c6d707 100644
--- a/share/man/man4/rtsx.4
+++ b/share/man/man4/rtsx.4
@@ -1,4 +1,6 @@
 .\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2020 Henri Hennebert <hlh@restart.be>
 .\" All rights reserved.
 .\"
@@ -22,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 26, 2022
+.Dd May 26, 2025
 .Dt RTSX 4
 .Os
 .Sh NAME
@@ -53,8 +55,7 @@ Driver attaches mmc bus on card insertion and detaches it on card removing.
 .Sh HARDWARE
 The
 .Nm
-driver supports different specification compatible chips.
-The following chips have been verified to work:
+driver supports the following Realtek SD card readers:
 .Pp
 .Bl -bullet -compact
 .It
@@ -71,17 +72,12 @@ RTS525A
 RTS5260
 .It
 RTL8411B
-.El
-.Pp
-It should also work for:
-.Pp
-.Bl -bullet -compact
 .It
-RTS5249
+RTS5249 (unverified)
 .It
-RTL8402
+RTL8402 (unverified)
 .It
-RTL8411
+RTL8411 (unverified)
 .El
 .Sh SEE ALSO
 .Xr mmc 4 ,
@@ -93,7 +89,9 @@ RTL8411
 .Sh HISTORY
 The
 .Nm
-driver was ported from
+driver appeared in
+.Fx 13.0
+and was ported from
 .Ox
 with modifications found in Linux and
 .Nx .