Re: git: 3ae6c9735014 - stable/15 - thunderbolt.4: Initial manual for HW Relnotes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Oct 2025 16:05:40 UTC
On 2025-10-02 11:56 -04:00 EDT, "Aymeric Wibo" <me@obiw.ac> wrote: > History section is still incorrect, no? Maybe. I thought you said "This driver was committed before stable/15 was branched off", meaning it is in 15.0, which is why I committed it immediately so that in the beta it is discoverable with apropos. If it's wrong, I'm happy to fix it immediately. Best, Alex > On Thu, 2 Oct 2025 at 17:15, Alexander Ziaee <ziaee@freebsd.org> wrote: >> >> The branch stable/15 has been updated by ziaee: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=3ae6c9735014f8c6f8cc1d9acd8e8c6316296b61 >> >> commit 3ae6c9735014f8c6f8cc1d9acd8e8c6316296b61 >> 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:15:19 +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 >> >> (cherry picked from commit 2f7a796b590e67c5d123f2b00b3aaf7ba7a32a13) >> --- >> 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 . >