drivers/scsi/mpt3sas

Broadcom/LSI Fusion-MPT SAS-2, SAS-3, and Tri-Mode storage controllers

A widely deployed family of Broadcom (originally LSI/Avago) Fusion-MPT host bus adapters and hardware RAID cards that connect servers to SAS, SATA, and (on Tri-Mode parts like the SAS3808) NVMe drives. They have been the standard storage HBAs in enterprise servers, storage appliances, and OEM-branded RAID cards from roughly 2010 through today.

keep conf=0.89 deploy=medium replacement=mpi3mr subsystem=scsi category=storage-scsi-ata
89%

recommendation

It should stay in the kernel because the hardware is still being sold new in 2025 — Broadcom's SAS3808 Tri-Mode controllers ship in current OEM server add-in cards — and upstream development is clearly active, with substantive fixes and even new 22.5 Gbps SAS link-rate support landing in 2025-2026. The newer mpi3mr driver only handles Broadcom's next-generation MPI3/24G controllers, so it is not a migration path for the large installed base of existing SAS-2, SAS-3, and Tri-Mode cards that depend on this code.

repository signals

25 files
46,299 source lines
143 commits, 5y
+4,045 / −1,244 lines added / removed, 5y
42 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 143 total · active in 46/61 months
2021 2022 2023 2024 2025 2026 2021-04: 2 commits · +54 −59 2021-05: 5 commits · +373 −94 2021-06: 1 commit · +1 −1 2021-07: 2 commits · +322 −49 2021-08: 7 commits · +208 −47 2021-09: 3 commits · +15 −15 2021-10: 4 commits · +73 −52 2021-11: 3 commits · +63 −4 2021-12: 1 commit · +85 −6 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +3 −3 2022-03: 10 commits · +56 −66 2022-04: 2 commits · +7 −5 2022-05: 3 commits · +15 −14 2022-06: 3 commits · +5 −6 2022-07: 1 commit · +1 −0 2022-08: 8 commits · +377 −19 2022-09: 5 commits · +15 −14 2022-10: 1 commit · +1 −2 2022-11: 1 commit · +2 −0 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +1 −1 2023-02: 2 commits · +15 −2 2023-03: 4 commits · +4 −21 2023-04: 1 commit · +2 −2 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 14 commits · +191 −312 2023-09: 0 commits · +0 −0 2023-10: 3 commits · +31 −21 2023-11: 0 commits · +0 −0 2023-12: 2 commits · +138 −34 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +3 −1 2024-03: 2 commits · +11 −11 2024-04: 2 commits · +14 −20 2024-05: 2 commits · +4 −4 2024-06: 3 commits · +21 −34 2024-07: 1 commit · +18 −2 2024-08: 2 commits · +4 −8 2024-09: 1 commit · +2 −3 2024-10: 3 commits · +14 −14 2024-11: 2 commits · +10 −5 2024-12: 3 commits · +3 −5 2025-01: 3 commits · +2 −87 2025-02: 9 commits · +419 −18 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +2 −1 2025-06: 2 commits · +19 −3 2025-07: 1 commit · +1 −2 2025-08: 0 commits · +0 −0 2025-09: 4 commits · +15 −8 2025-10: 0 commits · +0 −0 2025-11: 5 commits · +1,324 −48 2025-12: 0 commits · +0 −0 2026-01: 2 commits · +5 −10 2026-02: 4 commits · +96 −111 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream activity is current, with substantive mpt3sas fixes and feature work still landing in 2025-2026 rather than only treewide churn.

  2. cateee.net

    LKDDb shows CONFIG_SCSI_MPT3SAS remains present through current kernel series and covers many Broadcom/LSI SAS2, SAS3, and Tri-Mode PCI IDs.

  3. docs.broadcom.com

    Broadcom's SAS3808 Fusion-MPT Tri-Mode IOC product brief documents current-family 12 Gb/s SAS/SATA/NVMe controllers used for server and storage HBAs.

  4. gigabyte.com

    An OEM server add-in card using the Broadcom SAS3808 was still being marketed recently, indicating ongoing new-system availability of mpt3sas-class hardware.

  5. cateee.net

    Broadcom's newer MPI3/24G controllers use the separate mpi3mr driver, making mpi3mr the natural successor for new designs rather than a direct replacement for installed mpt3sas hardware.

codex reasoning notes (technical)

Real driver directory. Local shell inspection of Kconfig and device-ID tables shows a maintained PCI SCSI HBA/RAID driver spanning SAS2/SAS3/Tri-Mode Fusion-MPT chips. Upstream attention was checked first via local `git -c safe.directory=... log -- drivers/scsi/mpt3sas`, which showed multiple non-mechanical fixes/features in 2025-2026 (including new 22.5 Gbps SAS link-rate support and bug fixes); the cited kernel.org log URL is a canonical recall URL corresponding to that path. A direct lore web search did not surface any removal/deprecation thread, so there is no evidence of active retirement work. Deployment is not consumer-high but remains meaningful in enterprise servers, storage appliances, and OEM HBAs. Because the hardware family is still marketed and the driver is active, removal/deprecation is not justified. `mpi3mr` is listed only as the successor for newer MPI3/24G Broadcom controllers, not as a migration path for existing mpt3sas devices.