Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2025 18:13:08 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 14f4bc64b022 - stable/15 - thunderbolt.4: Remove
Message-ID:  <202510021813.592ID8Br080630@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=14f4bc64b022ad7c4d68b2a89667cfdc30188012

commit 14f4bc64b022ad7c4d68b2a89667cfdc30188012
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-10-02 18:08:06 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-02 18:12:48 +0000

    thunderbolt.4: Remove
    
    emaste reported that this driver did not make it into FreeBSD 15.
    
    Fixes:  3ae6c9735014f8c6f8 (thunderbolt.4: Initial manual)
    Fixes:  5ba4a93f9180699d6e (thunderbolt.4: Mention Thunderbolt 3)
---
 share/man/man4/Makefile      |  1 -
 share/man/man4/thunderbolt.4 | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 6e076722c786..f5d7a0e081fc 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -589,7 +589,6 @@ 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
deleted file mode 100644
index fd7cb1f3f338..000000000000
--- a/share/man/man4/thunderbolt.4
+++ /dev/null
@@ -1,22 +0,0 @@
-.\"
-.\" 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 Thunderbolt 3 and 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?202510021813.592ID8Br080630>