From nobody Mon Jun 15 12:28:49 2026 X-Original-To: dev-commits-src-main@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 4gf8YZ0rnxz6hGWQ for ; Mon, 15 Jun 2026 12:28:50 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gf8YY72zdz3RYS for ; Mon, 15 Jun 2026 12:28:49 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781526530; 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=viCC8pKQnwr4fVlQnoPdmeisD1TsCM3167l5NrG3gkU=; b=HrXwfm6CqR1yhfM1jud0nyH1W02oqygrT+iCNeZwm/wOlck7gebRM2Vnky13VolcvhkA4g Sg3DAAaLYkNCE80FpDZhDcqdnp5nNbVpdX9RrjlOq6kp6GmytWGCMm//X4XXxVCZOxvS8v 6n0+91+ri5yeSPRm/9bVIUkssYBZw6IPH6aoKlt9pkKaTInjzArRXlvncxAQUKmJPOcZaW HAPAHa7hdsehChSCERFmJrH+GSGVWMLjbBz+QK7ZKWaHRWagJdeIXn+NIHssVZsf1Iz+k4 JUQANf1QJxkcmRul2PwD7wzNe2gmYaSUmjwUA8PKQ4tLjoW8vSsbehcawTpR+g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781526530; a=rsa-sha256; cv=none; b=yr3HNraIPsqz50c5ZlkSGQnEV3PBu3HCzP/x9Pe52cT8s9BYsoooJetp2LSExG6BHOgA3I jZWzKL32QF/FpbQWaTQy0FbaohAAPqsmfnkZyKqX9h3A3dhyQpFd7UHv+Yu1BC0KDXw/K2 XfzVtK3mWvTg4BzbA89j8spgCGbxMhtSzci6+n3ix3dE0JKVhW+0M5ih9fIsoRmDXv8Kfx p4sOoVQQ6A+MjaVl1TLFsJdm2A8kcxRELxF4viwYcZHRSXPh9LUqr4i1agpiMlfuPOt12+ vG1da5285gapvU86zW/d0h5eeIDhdt/CpgiPc6PlKr2uUbMVpLVTlyouuHwlHQ== 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=1781526530; 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=viCC8pKQnwr4fVlQnoPdmeisD1TsCM3167l5NrG3gkU=; b=F7XvXxx8B9b19gM5joCysMblMYzK4FOR2WeUvGmjSTdvCBIxhiflsHPmUk/EStkOG5gaRp mSiZX4vLjkegVEca0jXc7zv8UqO6zQ+M0jSFsp+/l49Pke0TW0PSOfhL2Da+2Gqg/PdrlH w+nuq0lO2z1hjPfBjAZXdd+zFYIb4VQZr1SuwyauWsBHq9wc3+F/Ll/5N4Ih8NDJAowpqr Ub00Hjjn6rlai68XWoQZfnkiOcBCu63j5E24VrR7JKG6OqCgaLy+wE6DtujypmN4KeFiW/ ZgUX1ngsKKk6eapDcY0BMNUPzxWRj378XjXHAFa16kTR0E7ru2bYts8IG38AJg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gf8YY6PNtzvk8 for ; Mon, 15 Jun 2026 12:28:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 23d17 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 15 Jun 2026 12:28:49 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Sumit Saxena Subject: git: 03676cafa882 - main - if_bnxt: add bnxt logger module files to sys/conf/files for built-in kernel builds List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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: ssaxena X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 03676cafa882c471a29436aae76c8751d451dd07 Auto-Submitted: auto-generated Date: Mon, 15 Jun 2026 12:28:49 +0000 Message-Id: <6a2ff001.23d17.661deb7a@gitrepo.freebsd.org> The branch main has been updated by ssaxena: URL: https://cgit.FreeBSD.org/src/commit/?id=03676cafa882c471a29436aae76c8751d451dd07 commit 03676cafa882c471a29436aae76c8751d451dd07 Author: Sumit Saxena AuthorDate: 2026-06-15 12:22:25 +0000 Commit: Sumit Saxena CommitDate: 2026-06-15 12:25:05 +0000 if_bnxt: add bnxt logger module files to sys/conf/files for built-in kernel builds The bnxt snapdump and coredump support patches added bnxt_log/{_data}.c. and listed it in sys/modules/bnxt/bnxt_en/Makefile, but missed to add these files in sys/conf/files. Fix up the issue by adding bnxt_log/{_data}.c in sys/conf/files. Fixes: f85e66e655c9 ("if_bnxt/bnxt_re: add support for driver snapdump") --- sys/conf/files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/files b/sys/conf/files index 324ee35d490d..67f0dcedd346 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1326,6 +1326,8 @@ dev/bnxt/bnxt_en/bnxt_sriov.c optional bnxt iflib pci compile-with "${BNXT_C}" dev/bnxt/bnxt_en/bnxt_sysctl.c optional bnxt iflib pci compile-with "${BNXT_C}" dev/bnxt/bnxt_en/bnxt_txrx.c optional bnxt iflib pci compile-with "${BNXT_C}" dev/bnxt/bnxt_en/bnxt_ulp.c optional bnxt iflib pci compile-with "${BNXT_C}" +dev/bnxt/bnxt_en/bnxt_log.c optional bnxt iflib pci compile-with "${BNXT_C}" +dev/bnxt/bnxt_en/bnxt_log_data.c optional bnxt iflib pci compile-with "${BNXT_C}" dev/bnxt/bnxt_en/if_bnxt.c optional bnxt iflib pci compile-with "${BNXT_C}" dev/bwi/bwimac.c optional bwi dev/bwi/bwiphy.c optional bwi