From nobody Thu Oct 2 16:05:40 2025 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4ccxVC06bZz69RQC for ; Thu, 02 Oct 2025 16:05:55 +0000 (UTC) (envelope-from ziaee@runbox.com) Received: from mailtransmit05.runbox.com (mailtransmit05.runbox.com [IPv6:2a0c:5a00:149::26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ccxVB5L3Yz3YQL; Thu, 02 Oct 2025 16:05:54 +0000 (UTC) (envelope-from ziaee@runbox.com) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1v4LoN-00GKJs-0J; Thu, 02 Oct 2025 18:05:43 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector1; h=Message-Id:In-Reply-To:Date:Subject:CC:To:From:MIME-Version: Content-Transfer-Encoding:Content-Type; bh=dzhosb8s6sCr76mKemjJMHbPvH/kYaGKXWFYm6TfYrs=; b=Xru63YcdaZbHANTFuLOOXaENvW WFR3VfPV3FHUBXPWH/paZjuSQcPWed4gRoJTv4QpYXC7+H+8SRAm3xipeMbtumiBavVaEF4a8Nwfg c1wuwCeONKDi60li/yadBaBjR3reyW/YTOmWk+0ojJnjfyobV6/kmHpz0040xeeijDMj1HloEs78o umuDcsXwOXHaslUcRCRu5PtodNCaJEb6KwqlSq78VFG/3F24TKGWJL3CIoPFJsiT/jSNJY2xgB3A5 5iNI506UyIZfOH1nhIgyC0FqpB6bsleMFRYp1w9YDeVsgkz4twZsdFHOkSBrqnwHyZQnhSpfj44mB OuObRkaw==; Received: from [10.9.9.128] (helo=rmmprod06.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1v4LoK-00016g-LJ; Thu, 02 Oct 2025 18:05:41 +0200 Received: from mail by rmmprod06.runbox with local (Exim 4.86_2) (envelope-from ) id 1v4LoK-0007L5-Iq; Thu, 02 Oct 2025 18:05:40 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Received: from [Authenticated alias (1191889)] by runbox.com with http (RMM6); Thu, 02 Oct 2025 16:05:40 GMT From: "Alexander Ziaee" To: "Aymeric Wibo" , "Alexander Ziaee" CC: "src-committers" , "dev-commits-src-all" , "dev-commits-src-branches" Subject: Re: git: 3ae6c9735014 - stable/15 - thunderbolt.4: Initial manual for HW Relnotes Date: Thu, 02 Oct 2025 16:05:40 +0000 (UTC) X-RMM-Aliasid: 1191889 X-Mailer: RMM6 In-Reply-To: Message-Id: X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4ccxVB5L3Yz3YQL On 2025-10-02 11:56 -04:00 EDT, "Aymeric Wibo" wrote: > History section is still incorrect, no? Maybe. I thought you said "This driver was committed before stable/15 was b= ranched off", meaning it is in 15.0, which is why I committed it immediatel= y 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 wrote: >> >> The branch stable/15 has been updated by ziaee: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=3D3ae6c9735014f8c6f8cc1d9ac= d8e8c6316296b61 >> >> commit 3ae6c9735014f8c6f8cc1d9acd8e8c6316296b61 >> Author: Alexander Ziaee >> AuthorDate: 2025-10-02 12:05:25 +0000 >> Commit: Alexander Ziaee >> 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 Relnote= s, >> 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=3D 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 . >=20=