git: 14f4bc64b022 - stable/15 - thunderbolt.4: Remove
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Oct 2025 18:13:08 UTC
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 .