drivers/scsi/aacraid

Adaptec AACRAID Series 6/7/8 SCSI RAID controllers

A family of PCI/PCIe hardware RAID host bus adapters sold by Adaptec (later PMC-Sierra and Microchip) and rebadged by Dell, HP, IBM, and ICP, covering Adaptec AAC products and the Series 6, 7, and 8 generations widely deployed in servers from the mid-2000s through the late 2010s.

keep-annotate conf=0.81 last_sold=2020 deploy=low replacement=smartpqi subsystem=scsi category=storage-scsi-ata
81%

recommendation

Worth keeping but documenting as legacy because the hardware stopped being sold new around 2020, when Microchip steered customers toward its newer SmartRAID 3100/3200 line handled by the smartpqi driver. The installed base is still large enough that Microchip and Red Hat were sending real bug fixes upstream as recently as late 2025, so removal would hurt real users; new deployments, however, should expect to land on smartpqi instead.

repository signals

13 files
16,405 source lines
42 commits, 5y
+251 / −358 lines added / removed, 5y
21 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 42 total · active in 30/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +6 −6 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +0 −1 2021-08: 1 commit · +2 −2 2021-09: 0 commits · +0 −0 2021-10: 3 commits · +54 −39 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +1 −1 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +54 −36 2022-03: 1 commit · +1 −1 2022-04: 1 commit · +1 −1 2022-05: 0 commits · +0 −0 2022-06: 1 commit · +1 −1 2022-07: 1 commit · +2 −2 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +3 −2 2023-02: 0 commits · +0 −0 2023-03: 2 commits · +1 −4 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +44 −4 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +1 −1 2023-08: 1 commit · +1 −1 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +3 −43 2024-01: 1 commit · +3 −3 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 2 commits · +4 −4 2024-06: 0 commits · +0 −0 2024-07: 4 commits · +28 −35 2024-08: 1 commit · +2 −0 2024-09: 1 commit · +0 −122 2024-10: 2 commits · +6 −4 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +1 −1 2025-02: 1 commit · +2 −2 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 1 commit · +1 −10 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +1 −2 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +1 −1 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +1 −0 2026-01: 1 commit · +2 −2 2026-02: 4 commits · +24 −27 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    aacraid still receives substantive upstream fixes in 2025, with review/testing from Microchip and Red Hat, indicating an active but niche installed base rather than abandonment.

  2. lore.kernel.org

    aacraid had direct functional bug-fix traffic in late 2025, not just treewide churn.

  3. microchip.com

    Microchip positioned SmartRAID 3100E as a migration path from older Adaptec Series 8E hardware in 2020, showing the aacraid-era product line had already become legacy by then.

  4. microchip.com

    Microchip's current Adaptec RAID product page markets SmartRAID 3100/3200 families, not the older Series 6/7/8 generation handled by aacraid.

  5. docs.kernel.org

    The upstream smartpqi driver covers newer Microchip/Adaptec Smart Storage RAID controllers, making it the natural replacement path for new deployments.

codex reasoning notes (technical)

Local tree inspection via exec_command (`rg`/`sed`) shows `SCSI_AACRAID` is a real PCI SCSI RAID driver and names Adaptec/Dell/HP/IBM/ICP products; `linit.c` enumerates older Adaptec AAC and PMC Series 6/7/8 devices. Lore evidence was obtained with `lore_activity` on `drivers/scsi/aacraid/linit.c`; it shows ongoing 2025-2026 bug-fix/API-adaptation traffic, so removal is not justified. Web search obtained the two Microchip URLs showing current SmartRAID offerings and the 2020 migration statement from Series 8E; together these indicate the hardware family behind aacraid is legacy and unlikely to be sold new in 2025. `https://docs.kernel.org/scsi/smartpqi.html` is a canonical recall URL for the upstream replacement family used by newer Adaptec/Microchip Smart Storage products. Net: keep the driver, but annotate it as legacy/maintenance-mode rather than deprecating or removing it.