drivers/scsi/aic7xxx

Adaptec AIC-7xxx parallel SCSI host adapters

A family of Adaptec parallel-SCSI host bus adapters built around the AIC-77xx and AIC-78xx chips, covering EISA, VLB, and PCI cards from the Fast SCSI era through Ultra160. They were ubiquitous in workstations and servers from the mid-1990s into the early 2000s for connecting hard disks, tape drives, and scanners.

keep-annotate conf=0.77 deploy=low replacement=none subsystem=scsi category=storage-scsi-ata
77%

recommendation

Worth keeping but documenting its niche, because the hardware (Adaptec's Fast through Ultra160 parallel-SCSI cards from the 1990s and early 2000s) is long out of production, but the code still sees real upstream maintenance, including a 2023 linux-scsi fix and routine treewide touches in 2024. Microchip, which now owns Adaptec, only sells modern PCIe SAS/SATA/NVMe adapters, so any remaining users are running legacy servers, industrial systems, or retro hardware rather than buying new boards.

repository signals

50 files
37,425 source lines
33 commits, 5y
+290 / −293 lines added / removed, 5y
18 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 33 total · active in 21/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +7 −13 2021-05: 2 commits · +12 −2 2021-06: 1 commit · +1 −1 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 1 commit · +2 −2 2021-10: 2 commits · +4 −8 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +1 −5 2022-02: 0 commits · +0 −0 2022-03: 2 commits · +6 −10 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +1 −1 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +2 −2 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +4 −15 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 5 commits · +96 −69 2023-11: 0 commits · +0 −0 2023-12: 3 commits · +5 −6 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 2 commits · +93 −91 2024-05: 2 commits · +6 −6 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +0 −17 2024-10: 2 commits · +8 −8 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +5 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +2 −2 2025-05: 1 commit · +1 −1 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: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +8 −8 2026-02: 1 commit · +26 −26 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream still sees non-mechanical maintenance for aic7xxx; this 2023 linux-scsi patch fixes return-value handling in the driver.

  2. cateee.net

    LKDDb shows CONFIG_SCSI_AIC7XXX is still present in current kernels and covers Adaptec PCI plus EISA/VLB SCSI hardware, indicating the driver remains upstream-supported for legacy adapters.

  3. microchip.com

    Microchip's current Adaptec-branded storage adapters are modern PCIe Gen4 tri-mode SAS/SATA/NVMe products, not parallel-SCSI AIC77xx/AIC78xx boards.

  4. microchip.com

    Microchip treats Adaptec as an acquired legacy product line and points users to newer equivalent products, reinforcing that the original AIC7xxx-era hardware is long obsolete in the new-sales market.

codex reasoning notes (technical)

Recommendation is keep-annotate: the hardware family is clearly legacy parallel-SCSI (Kconfig/docs in local tree and LKDDb), and current Microchip Adaptec offerings are newer SAS/SATA/NVMe adapters, so new 2025 sales for AIC77xx/AIC78xx are unlikely. But removal evidence was not found, and lore activity shows real upkeep rather than total abandonment; lore_file_timeline on drivers/scsi/aic7xxx/aic7xxx_osm_pci.c returned 2023 fix traffic and 2024 treewide touches. Source acquisition: lore URL from MCP lore_file_timeline; LKDDb URL from web search; Microchip URLs from web search. No natural in-tree replacement exists for the same exact controllers, so replacement_driver is null. Deployments today are likely low: mostly legacy servers, industrial/embedded holdouts, and retro hardware rather than new deployments.