From e6d4b221ba7c58d4f86335bc57ed429d84d95258 Mon Sep 17 00:00:00 2001 From: Chandrakanth patil Date: Sun, 27 Apr 2025 17:40:35 -0600 Subject: [PATCH] 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 b887c1e234a..d2d25deae13 100644 --- a/sys/dev/mpi3mr/mpi3mr.h +++ b/sys/dev/mpi3mr/mpi3mr.h @@ -88,8 +88,8 @@ #include #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"