Date: Wed, 30 Apr 2025 17:21:44 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: 810abb12585d - stable/14 - mpi3mr: driver version update to 8.10.0.1.0 Message-ID: <202504301721.53UHLim4095070@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=810abb12585dbd79bb325f8ff64be702b6346a20 commit 810abb12585dbd79bb325f8ff64be702b6346a20 Author: Chandrakanth patil <chandrakanth.patil@broadcom.com> AuthorDate: 2024-03-19 07:29:01 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-04-30 17:05:52 +0000 mpi3mr: driver version update to 8.10.0.1.0 Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D44430 (cherry picked from commit df595fc43e908d8e85601cf6136fbcf0a60fd0f9) --- 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 de8c1a574133..2f91b0b702dd 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.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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504301721.53UHLim4095070>