Date: Tue, 28 May 2024 10:36:31 GMT From: Sumit Saxena <ssaxena@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 862af86f4b7d - main - bnxt_en: Driver version update to 230.0.133.0 Message-ID: <202405281036.44SAaVik052001@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ssaxena: URL: https://cgit.FreeBSD.org/src/commit/?id=862af86f4b7d2aec0623d19796e79cf96b4c7af6 commit 862af86f4b7d2aec0623d19796e79cf96b4c7af6 Author: Chandrakanth patil <chandrakanth.patil@broadcom.com> AuthorDate: 2024-04-28 14:10:36 +0000 Commit: Sumit Saxena <ssaxena@FreeBSD.org> CommitDate: 2024-05-28 10:36:11 +0000 bnxt_en: Driver version update to 230.0.133.0 Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D45010 --- sys/dev/bnxt/bnxt_en/if_bnxt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bnxt/bnxt_en/if_bnxt.c b/sys/dev/bnxt/bnxt_en/if_bnxt.c index b26997c8f197..6c0ec892f2c6 100644 --- a/sys/dev/bnxt/bnxt_en/if_bnxt.c +++ b/sys/dev/bnxt/bnxt_en/if_bnxt.c @@ -345,7 +345,7 @@ static driver_t bnxt_iflib_driver = { * iflib shared context */ -#define BNXT_DRIVER_VERSION "2.20.0.1" +#define BNXT_DRIVER_VERSION "230.0.133.0" const char bnxt_driver_version[] = BNXT_DRIVER_VERSION; extern struct if_txrx bnxt_txrx; static struct if_shared_ctx bnxt_sctx_init = {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405281036.44SAaVik052001>