drivers/scsi/mpi3mr

Broadcom SAS4100/SAS5100 Tri-Mode MPI3 storage controllers

Broadcom's current generation of 24G Tri-Mode SAS/SATA/NVMe RAID and HBA adapters for servers and external storage arrays, built around the SAS4116 and related ROC/IOC silicon and marketed as the 9600 series. These cards have shipped since the early 2020s and remain Broadcom's flagship server-storage controllers in 2025.

keep conf=0.95 last_sold=2026 deploy=medium replacement=none subsystem=scsi category=storage-scsi-ata
95%

recommendation

It should stay in the kernel because the hardware is current, still being sold new, and the driver is under active maintenance: bug-fix series from Broadcom engineers were going through linux-scsi in mid-2025 and being picked up into stable kernels. No other in-tree driver covers this MPI3 controller family, so removing it would strand modern 24G Tri-Mode RAID/HBA deployments.

repository signals

16 files
26,232 source lines
295 commits, 5y
+28,752 / −2,500 lines added / removed, 5y
37 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 295 total · active in 47/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 24 commits · +12,797 −61 2021-06: 9 commits · +46 −65 2021-07: 1 commit · +7 −8 2021-08: 2 commits · +48 −29 2021-09: 1 commit · +9 −23 2021-10: 3 commits · +16 −16 2021-11: 0 commits · +0 −0 2021-12: 27 commits · +2,554 −866 2022-01: 0 commits · +0 −0 2022-02: 11 commits · +234 −135 2022-03: 0 commits · +0 −0 2022-04: 8 commits · +2,147 −132 2022-05: 9 commits · +312 −36 2022-06: 2 commits · +3 −1 2022-07: 5 commits · +423 −24 2022-08: 16 commits · +4,841 −61 2022-09: 12 commits · +417 −125 2022-10: 1 commit · +1 −0 2022-11: 2 commits · +3 −3 2022-12: 1 commit · +1 −1 2023-01: 0 commits · +0 −0 2023-02: 12 commits · +100 −85 2023-03: 16 commits · +267 −77 2023-04: 2 commits · +4 −4 2023-05: 2 commits · +10 −5 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 6 commits · +177 −43 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +37 −20 2023-11: 9 commits · +61 −17 2023-12: 7 commits · +564 −123 2024-01: 1 commit · +6 −1 2024-02: 1 commit · +10 −0 2024-03: 10 commits · +80 −60 2024-04: 5 commits · +42 −63 2024-05: 2 commits · +3 −3 2024-06: 9 commits · +2,008 −32 2024-07: 5 commits · +15 −16 2024-08: 7 commits · +40 −19 2024-09: 6 commits · +121 −28 2024-10: 4 commits · +40 −28 2024-11: 5 commits · +81 −91 2024-12: 1 commit · +1 −2 2025-01: 6 commits · +288 −26 2025-02: 7 commits · +86 −11 2025-03: 1 commit · +99 −0 2025-04: 5 commits · +60 −21 2025-05: 0 commits · +0 −0 2025-06: 6 commits · +48 −15 2025-07: 0 commits · +0 −0 2025-08: 6 commits · +88 −15 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +5 −3 2025-12: 1 commit · +3 −0 2026-01: 11 commits · +485 −49 2026-02: 6 commits · +64 −57 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore-kernel.gnuweeb.org

    linux-scsi carried an mpi3mr bug-fix series in June-July 2025, showing active upstream maintenance rather than removal.

  2. lkml.org

    mpi3mr fixes were still being selected into stable in May 2025, indicating ongoing bug-fix traffic and downstream relevance.

  3. docs.broadcom.com

    Broadcom's 9600-series product brief describes current 24G Tri-Mode RAID/HBA adapters built on 4000-series IOC and 4100-series ROC families for server/storage deployments.

  4. docs.broadcom.com

    Broadcom documents SAS4116W as an eighth-generation 24G Tri-Mode ROC for server and external storage, matching the mpi3mr PCI ID family and showing the hardware family remained market-relevant.

codex reasoning notes (technical)

Local shell `sed`/`rg` on Kconfig and pci_id_table showed this is a Broadcom PCI SCSI driver for SAS4116/SAS5116 devices. Local shell `git log` showed substantive mpi3mr commits continuing into 2025-2026. `lei` was unavailable, so lore evidence was obtained via `web.search_query` and `web.open`: the 2025 linux-scsi patch thread and 2025 stable patch page show active fixes, and I found no removal/deprecation thread in those lore-focused searches. Broadcom product briefs were obtained via `web.search_query` + `web.open/find`; they show 4100-family/9600-series Tri-Mode server-storage products still being marketed, so this is not legacy-only hardware. No natural upstream replacement driver covers the same MPI3 controller family; older mpt3sas-class drivers target different generations.