Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpi3mr: Update MPI Header to Version 36 | Chandrakanth patil | 2025-04-28 | 1 | -1/+1 |
| | | | | | | | | | Updated the MPI header files to version 36 to align with the latest MPI specification. This includes updated structures, field definitions, and constants required for compatibility with updated firmware. Reviewed by: ssaxena, imp Differential Revision: https://reviews.freebsd.org/D49743 | ||||
* | mpi3mr: mpi headers update to latest | Chandrakanth patil | 2024-06-06 | 1 | -2/+2 |
| | | | | | | Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D44428 | ||||
* | mpi3mr: 3rd Generation Tri-Mode NVMe/SAS/SATA MegaRaid / eHBA | Sumit Saxena | 2023-06-15 | 1 | -0/+57 |
This is Broadcom's mpi3mr driver for FreeBSD version 8.6.0.2.0. The mpi3mr driver supports Broadcom SAS4116-based cards in the 9600 series: 9670W-16i, 9670-24i, 9660-16i, 9620-16i, 9600-24i, 9600-16i, 9600W-16e, 9600-16e, 9600-8i8e. Initially only available as a module and on amd64/arm64, since that's how it has been tested to date. Future commits will add it to the kernel build and may expand the architectures it is supported on. Co-authored-by: Chandrakanth Patil <chandrakanth.patil@broadcom.com> Feedback-by: ken (prior versions) Reviewed-by: imp RelNotes: yes Differential-Revision: https://reviews.freebsd.org/D36771 Differential-Revision: https://reviews.freebsd.org/D36772 |