Date: Wed, 30 Apr 2025 17:21:59 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e6d4b221ba7c - stable/14 - mpi3mr: Update Driver Version to 8.14.0.2.0 Message-ID: <202504301721.53UHLxPI095537@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=e6d4b221ba7c58d4f86335bc57ed429d84d95258 commit e6d4b221ba7c58d4f86335bc57ed429d84d95258 Author: Chandrakanth patil <chandrakanth.patil@broadcom.com> AuthorDate: 2025-04-27 23:40:35 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-04-30 17:05:54 +0000 mpi3mr: Update Driver Version to 8.14.0.2.0 The driver version has been updated to 8.14.0.2.0 to reflect the latest release. This is a version-only update with no functional code changes. Reviewed by: ssaxena, imp Differential Revision: https://reviews.freebsd.org/D49753 (cherry picked from commit f4d51d3e1a90dabbed26aacf1b58e20e23a19342) --- sys/dev/mpi3mr/mpi3mr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/mpi3mr/mpi3mr.h b/sys/dev/mpi3mr/mpi3mr.h index b887c1e234a5..d2d25deae13c 100644 --- a/sys/dev/mpi3mr/mpi3mr.h +++ b/sys/dev/mpi3mr/mpi3mr.h @@ -88,8 +88,8 @@ #include <sys/kthread.h> #include "mpi/mpi30_api.h" -#define MPI3MR_DRIVER_VERSION "8.10.0.1.0" -#define MPI3MR_DRIVER_RELDATE "19th Mar 2024" +#define MPI3MR_DRIVER_VERSION "8.14.0.2.0" +#define MPI3MR_DRIVER_RELDATE "9th Apr 2025" #define MPI3MR_DRIVER_NAME "mpi3mr"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504301721.53UHLxPI095537>