drivers/message/fusion

LSI Fusion-MPT Ultra320 SCSI, 2Gb Fibre Channel, and first-gen 3Gb SAS adapters

A family of LSI Logic (later Broadcom) storage host bus adapters built on the original Fusion-MPT architecture: Ultra320 parallel SCSI controllers, 2Gb Fibre Channel HBAs, and first-generation 3Gb/s SAS chips such as SAS1064, SAS1068, and SAS1078. Common in servers from the early 2000s to around 2010, before the line moved to SAS2008 silicon handled by mpt3sas.

keep-annotate conf=0.76 last_sold=2010 deploy=low replacement=none subsystem=message category=storage-scsi-ata
76%

recommendation

Worth keeping but documenting its niche: the hardware has not been sold new for over a decade and newer Broadcom SAS adapters are served by mpt3sas instead, yet the code is still seeing real bug-fix traffic on linux-scsi as recently as November and December 2025. That ongoing maintenance, combined with the likelihood that these controllers remain in long-lived enterprise and lab machines, makes outright deprecation premature, but a note explaining that this is the legacy first-generation Fusion-MPT branch would help future readers.

repository signals

29 files
35,446 source lines
62 commits, 5y
+656 / −654 lines added / removed, 5y
25 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 62 total · active in 30/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +63 −56 2021-05: 1 commit · +0 −2 2021-06: 1 commit · +18 −17 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 4 commits · +44 −39 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +2 −4 2022-01: 6 commits · +229 −186 2022-02: 2 commits · +2 −2 2022-03: 2 commits · +2 −5 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 1 commit · +1 −1 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +2 −4 2022-09: 0 commits · +0 −0 2022-10: 2 commits · +4 −6 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 2 commits · +0 −2 2023-03: 2 commits · +5 −3 2023-04: 1 commit · +2 −2 2023-05: 2 commits · +4 −4 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +9 −10 2023-10: 5 commits · +132 −42 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +1 −3 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +8 −11 2024-05: 1 commit · +2 −2 2024-06: 0 commits · +0 −0 2024-07: 6 commits · +6 −54 2024-08: 1 commit · +5 −15 2024-09: 3 commits · +1 −5 2024-10: 3 commits · +33 −33 2024-11: 1 commit · +3 −3 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +0 −61 2025-02: 2 commits · +6 −6 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +5 −2 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +10 −10 2026-02: 4 commits · +57 −64 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent substantive upstream maintenance exists: a late-2025 linux-scsi patch fixes bounds checking in mptbase reply paths.

  2. lore.kernel.org

    The fusion driver directory still receives nontrivial tree updates in 2025, not just ancient carry-over code.

  3. cateee.net

    LKDDb maps CONFIG_FUSION to old LSI/Broadcom Fusion-MPT controllers including Ultra320 SCSI, FC, and SAS1064/1068/1078-era devices.

  4. docs.broadcom.com

    Broadcom's LSISAS1068 product brief describes this family as 8-port 3Gb/s SAS based on Fusion-MPT, indicating first-generation SAS silicon.

  5. docs.broadcom.com

    Broadcom's LSISAS2008 brief calls that chip the second generation of Fusion-MPT SAS controllers, showing the in-tree fusion driver covers an older generation than later SAS2008-era hardware.

  6. cateee.net

    LKDDb shows newer Fusion SAS 2.0/3.0 hardware is handled by mpt3sas, implying the fusion directory is the legacy branch of the product line rather than current shipping adapters.

codex reasoning notes (technical)

Confirmed as a real PCI storage/network adapter driver from local Kconfig/Makefile inspection. lore_file_timeline on drivers/message/fusion/mptbase.c yielded the two lore URLs above and showed activity through late 2025, so upstream attention is still real. Web search produced the LKDDb and Broadcom product-brief URLs: they place fusion on Ultra320/2Gb FC/3Gb SAS-era chips, while SAS2008 is explicitly second-generation and newer hardware moved to mpt3sas. That supports old-but-still-deployed hardware with low current deployment, not fresh 2025 sales. Chose keep-annotate over deprecate because active bug-fix traffic outweighs the hardware's age.