From nobody Fri Sep 18 00:10:01 2026 X-Original-To: dev-commits-src-branches@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 4hmCgG0w5nz6sHxR for ; Fri, 18 Sep 2026 00:10:02 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hmCgF6cC3z4csn for ; Fri, 18 Sep 2026 00:10:01 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1789690201; 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=f3xGPMhRLs6pPfc0vnFG1/Tez0aVZKGK3YIrP+/YWy8=; b=sAQdrq2CQGPTVhSQtrP+S9/+zXThCE/jnq4kyjFOiBnuwKYO9W9tzuopAOrslJW5+w1GvX ztA3E+NjoSvKR0Q/co4JRxx3b79AS6aXxypuXPd7wDeq9IHyr6YgxlxC0qTdo/qZjPrBNG oFHI+uRjjMyKMaQj/Zg6PYsdHessvgpclLPLnNd4Wb1n+UMxb4LfNqrxu+6E9/RSyz63Pq I+XyXc8lvLpySTZkOEMyg+g8gycETHQGqMlEKYT36mb0wy+0Uui+LDkeGeSfWFUYzABSPl zAAduFaqyqA/zHEPYV6VdqlXcu2pFcxUyzezrPgVawvAHIFhA7lwZE9CbxXC0g== ARC-Seal: i=1; a=rsa-sha256; d=freebsd.org; s=dkim; cv=none; t=1789690201; b=STBNSzTc0z6IFFfQZtsuOQzLSoPkirXg4sd+usK1uE+PJvtmc7VLrXL5y6ZcUxjaZ+DIsm Jd/gTRnWqdlGJ5NnWHXsUrNH5A7v4OEft7S0aJcDBD2oKqfXlDizW6GYEyKH2qLf6redo9 3ULpNCV3ROjdIJAMbtN4QAiR4WAScQKwwW/aGRSin5TIMwEUnlXda7rmGEs3suvrmU+F95 WY5C0ggy+mt3KAA/wgJmwLm4v7akpVObKuvZgdckezqgeFaXJnCZv7XlBcBR8RAnuqg+wJ MVYb31ixlVKb2TyyPzlrfThSrhTQf+a5RZM0hWhYbl210DQsgjGbEV96GJzWbw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1789690201; 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=f3xGPMhRLs6pPfc0vnFG1/Tez0aVZKGK3YIrP+/YWy8=; b=bWprE8iLHSAvdg8on/amnYxmTWxqrFQqzsTjRmAyGNbLLZM1gv0ZNH47MInx/IV6CZL129 AlE1VCZLz7fXza4Di6vgun7QF5Y1OWmz2NkHRAdjfkFjQ+ukTcah0wRdYPge+jKVfxPvIN xtQ/EfTEd9seA2Yq2Uc8WQCJJ/+cCZ9tYLwdLGWKLyeIZPSwaoGbylTXvubkvD3a0p6Yjo WGHUf3dqraaiWdBGWNFeR5twBbs3hYFWs1UvrfnKHW85a1pVxMGzT9mO1o17ibVnOw9zjI OfOwxMESyn/DIaXA66ikLCs8wXLEFYdVa0O9q0OclI+NVHnoqXGHbgLNNVM4Lg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hmCgF5gJbzw5B for ; Fri, 18 Sep 2026 00:10:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 30eeb by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 18 Sep 2026 00:10:01 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Kevin Bowling Subject: git: 68d7d3a6c44a - stable/15 - axgbe: Wire iflib power management methods List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@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: kbowling X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 68d7d3a6c44a333f88f83c96746c390970ecd702 Auto-Submitted: auto-generated Date: Fri, 18 Sep 2026 00:10:01 +0000 Message-Id: <6aac8159.30eeb.10fdfba7@gitrepo.freebsd.org> The branch stable/15 has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=68d7d3a6c44a333f88f83c96746c390970ecd702 commit 68d7d3a6c44a333f88f83c96746c390970ecd702 Author: Kevin Bowling AuthorDate: 2026-09-03 03:32:14 +0000 Commit: Kevin Bowling CommitDate: 2026-09-18 00:09:53 +0000 axgbe: Wire iflib power management methods Register the standard iflib device methods for shutdown, suspend, and resume. This gives axgbe the framework managed reinitialization used by other iflib drivers after a power transition. Sponsored by: BBOX.io (cherry picked from commit 2397b18ceb5d69d4d4e3bd0b3ca07dcd077bf843) --- sys/dev/axgbe/if_axgbe_pci.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/dev/axgbe/if_axgbe_pci.c b/sys/dev/axgbe/if_axgbe_pci.c index cb119a68cfe2..51db5ce54df7 100644 --- a/sys/dev/axgbe/if_axgbe_pci.c +++ b/sys/dev/axgbe/if_axgbe_pci.c @@ -187,6 +187,9 @@ static device_method_t ax_methods[] = { DEVMETHOD(device_probe, iflib_device_probe), DEVMETHOD(device_attach, iflib_device_attach), DEVMETHOD(device_detach, iflib_device_detach), + DEVMETHOD(device_shutdown, iflib_device_shutdown), + DEVMETHOD(device_suspend, iflib_device_suspend), + DEVMETHOD(device_resume, iflib_device_resume), /* MII interface */ DEVMETHOD(miibus_readreg, axgbe_miibus_readreg),