The branch main has been updated by ssaxena: URL: https://cgit.FreeBSD.org/src/commit/?id=df595fc43e908d8e85601cf6136fbcf0a60fd0f9
commit df595fc43e908d8e85601cf6136fbcf0a60fd0f9 Author: Chandrakanth patil <chandrakanth.pa...@broadcom.com> AuthorDate: 2024-03-19 07:29:01 +0000 Commit: Sumit Saxena <ssax...@freebsd.org> CommitDate: 2024-06-06 10:39:15 +0000 mpi3mr: driver version update to 8.10.0.1.0 Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D44430 --- 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 84d5a8dfd5e7..45f00068021e 100644 --- a/sys/dev/mpi3mr/mpi3mr.h +++ b/sys/dev/mpi3mr/mpi3mr.h @@ -87,8 +87,8 @@ #include <sys/kthread.h> #include "mpi/mpi30_api.h" -#define MPI3MR_DRIVER_VERSION "8.6.0.2.0" -#define MPI3MR_DRIVER_RELDATE "17th May 2023" +#define MPI3MR_DRIVER_VERSION "8.10.0.1.0" +#define MPI3MR_DRIVER_RELDATE "19th Mar 2024" #define MPI3MR_DRIVER_NAME "mpi3mr"