From nobody Thu Jun 18 21:37:36 2026 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 4ghDbV3sd8z6gmZn for ; Thu, 18 Jun 2026 21:37:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ghDbV19T0z47mj for ; Thu, 18 Jun 2026 21:37:42 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781818662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=kyKhi/4kcGBBwZZ4/h+MfSUIHyztrf0epOLxmgvK4Ro=; b=QpragrmpiPJQoSN6drgu0k3Nuc+Bo0WWjMSDqegPbMqDNcjWdHsq+2s+aia0ouF2HZ3hAb Lsxqg6MeF7QOWFUQoq96GnEF0M8wZly47jdZKlj+q2bOmQcjDFYfhXDbJ92MvVbd0OUex6 102U3K9TN93s3JB4xeQssgyPoZsHoD31ZRaAXuADpT5mVb0SrC2sSPTGsvViycZ+QHNWoW eXYm51cLNu5GnZO741fy5DLjIPq+zHHVz+EV3FYEun670KVYGzM+U1Gb0LTPo66CRveV9w fTWVhx2Yzi+St1c5j2AjArZMD626B6LfSzowArWWoYDZ5dkUMdJJ9s/esPnlqQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781818662; a=rsa-sha256; cv=none; b=h3szFJtui9NHmF+LS/40TCvqs8gRkfxVhX9eUejU3Zs5krvD29cTCudqtUZ/Hc50QwK5q7 oIDyyULTq8eEc2cGmVcrwFKjCZVp/BH3c4nEXIrS+gY7NXmvlzV/xdyRAYOur4UonWUS1Z mW0kOqF8KyBv1U8r9s7yqgr8A0QeU9TYtcW4n4CHYw6xUvNJCXxfgGb6CQogJCvuHh7Wh7 xxQcnppTI2ijUAhNaFLuCjUj4kphEhBj90r5L0nEH/09ODO69uqDYb3tGP+rOCdvIHvyyu ICyYbY5eIhy67JL7X6r0pGuTD1q2F2hqH3oe5vbtJixZKLmmQQHlRE+9R2w6CQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781818662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=kyKhi/4kcGBBwZZ4/h+MfSUIHyztrf0epOLxmgvK4Ro=; b=OWnqrrx7z5NAZct7wEH9QhMSAC8fP+qMlUL0FXovrGSv9GgQDLRzaO1MB+7CvJt6qkggvS YtkV7l6mhs4AqyJt1oHFUifAA+XjAPYD7u6ehSCQsitj54I+pxngXuTdajCdC/7+jRcQoa QbvAHJt5iJWHxGJf8evRq6Av/0LtC76rxLU7Wyqghh4MZsePonPGeKRxIleRwz5HEDfGl7 lqpWg4TmkuwlymIo2Z6CL3Xgu48tVwiGzyoyxvBAogGruG1wZPxc6LDVKGTmvRlnF1navN BW24v5loW022/hFKKoK406BW57yNWjAbXEP0D0jdHl8ZJavULLNM0k3XJen13g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4ghDbT6vqlz1sV for ; Thu, 18 Jun 2026 21:37:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 40e97 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 18 Jun 2026 21:37:36 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Enji Cooper Subject: git: 92bdcb08113c - main - thunderbolt: do not enable in GENERIC 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ngie X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 92bdcb08113c05ec18ad420a4d84dd858e7f5e64 Auto-Submitted: auto-generated Date: Thu, 18 Jun 2026 21:37:36 +0000 Message-Id: <6a346520.40e97.71ca33db@gitrepo.freebsd.org> The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=92bdcb08113c05ec18ad420a4d84dd858e7f5e64 commit 92bdcb08113c05ec18ad420a4d84dd858e7f5e64 Author: Enji Cooper AuthorDate: 2026-06-18 20:02:01 +0000 Commit: Enji Cooper CommitDate: 2026-06-18 21:37:27 +0000 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 --- sys/amd64/conf/GENERIC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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