Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2025 15:14:07 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2f7a796b590e - main - thunderbolt.4: Initial manual for HW Relnotes
Message-ID:  <202510021514.592FE7VW030847@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee:

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

commit 2f7a796b590e67c5d123f2b00b3aaf7ba7a32a13
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-10-02 12:05:25 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-02 15:12:48 +0000

    thunderbolt.4: Initial manual for HW Relnotes
    
    This manual contains nothing and is only suitable for the HW Relnotes,
    but lets get it in so we have something and then can iterate on it.
    
    MFC after:              3 minutes
    Fixes:                  2ed9833791f2 (thunderbolt: Import USB4 code)
    Discussed with:         obiwac
    Differential Revision:  https://reviews.freebsd.org/D52847
---
 share/man/man4/Makefile      |  1 +
 share/man/man4/thunderbolt.4 | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index f5d7a0e081fc..6e076722c786 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -589,6 +589,7 @@ MAN=	aac.4 \
 	tdfx.4 \
 	termios.4 \
 	textdump.4 \
+	thunderbolt.4 \
 	ti.4 \
 	timecounters.4 \
 	tmpfs.4 \
diff --git a/share/man/man4/thunderbolt.4 b/share/man/man4/thunderbolt.4
new file mode 100644
index 000000000000..3477c11fb60d
--- /dev/null
+++ b/share/man/man4/thunderbolt.4
@@ -0,0 +1,22 @@
+.\"
+.\" Copyright (c) 2025 Alexander Ziaee
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
+.Dd October 2, 2025
+.Dt THUNDERBOLT 4
+.Os
+.Sh NAME
+.Nm thunderbolt
+.Nd USB4 controller driver
+.Sh SYNOPSIS
+.Cd device thunderbolt
+.Sh HARDWARE
+The
+.Nm
+driver supports USB4 controllers.
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Fx 15.0 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510021514.592FE7VW030847>