diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-02 12:05:25 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-02 15:12:48 +0000 |
| commit | 2f7a796b590e67c5d123f2b00b3aaf7ba7a32a13 (patch) | |
| tree | 2fc1381fe1ad33e0139a840329a2addb2105882c | |
| parent | b7118461f9099876cb2c2923948f8fb647defd57 (diff) | |
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
| -rw-r--r-- | share/man/man4/Makefile | 1 | ||||
| -rw-r--r-- | share/man/man4/thunderbolt.4 | 22 |
2 files changed, 23 insertions, 0 deletions
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 . |
