Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2025 17:56:06 +0200
From:      Aymeric Wibo <me@obiw.ac>
To:        Alexander Ziaee <ziaee@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org,  dev-commits-src-branches@freebsd.org
Subject:   Re: git: 3ae6c9735014 - stable/15 - thunderbolt.4: Initial manual for HW Relnotes
Message-ID:  <CAN8-kNVodoM-A57ykvegF=P_VUnLJhdn754y6_irVrX7iJEZaQ@mail.gmail.com>
In-Reply-To: <202510021515.592FFkdA031594@gitrepo.freebsd.org>
References:  <202510021515.592FFkdA031594@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
History section is still incorrect, no?

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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN8-kNVodoM-A57ykvegF=P_VUnLJhdn754y6_irVrX7iJEZaQ>