aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-06-18 20:02:01 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-06-18 21:37:27 +0000
commit92bdcb08113c05ec18ad420a4d84dd858e7f5e64 (patch)
treeffac9367b2d05ac29b5faa543f44d683e54b1902
parent32da2f23ae4d18888d34682b0ddb49ec80c0bb26 (diff)
thunderbolt: do not enable in GENERIC
The thunderbolt implementation is not 100% complete and causes some suspend/resume issues. Comment out the device until it is better fleshed out and some of the core issues with it are resolved. MFC after: 1 week Requested by: obiwac Differential Revision: https://reviews.freebsd.org/D57650
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index f9cef6c71d67..3d4c27430fe0 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -343,7 +343,9 @@ device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device xhci # XHCI PCI->USB interface (USB 3.0)
-device thunderbolt # Thunderbolt PCI->USB interface (USB 4.0)
+# Disabled for now since thunderbolt(4) breaks suspend/resume in some instances
+# and the overall implementation isn't fully fleshed out yet.
+#device thunderbolt # Thunderbolt PCI->USB interface (USB 4.0)
device usb # USB Bus (required)
device usbhid # USB HID Transport
device hkbd # HID Keyboard