drivers/net/ethernet/aquantia/atlantic/hw_atl

Aquantia/Marvell AQtion Multi-Gigabit Ethernet Controllers (AQC100/107/108/109/111/112)

The original Aquantia AQtion family of 2.5/5/10 Gbps PCIe Ethernet controllers (AQC100, AQC107, AQC108, AQC109, AQC111, AQC112), shipped in Apple workstations, NAS boxes, enthusiast motherboards and 10GbE add-in cards from about 2017 onward, and continued under Marvell after the 2019 acquisition.

keep-annotate conf=0.80 last_sold=2026 deploy=medium replacement=none subsystem=net category=networking-ethernet
80%

recommendation

It should stay because this is the older-silicon backend of the still-active atlantic driver, the chips are widely deployed in workstations, NAS boxes, and 10GbE add-in cards, and Marvell is still selling and supporting them. Netdev traffic into 2026 shows ongoing fixes touching these exact files, so the code is being maintained rather than left to rot. The annotation is just to make clear that this subdirectory specifically covers the first-generation A0/B0/B1 hardware.

repository signals

12 files
11,331 source lines
10 commits, 5y
+278 / −43 lines added / removed, 5y
10 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 8/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 1 commit · +9 −9 2021-11: 3 commits · +23 −5 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +8 −8 2022-05: 1 commit · +7 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 1 commit · +2 −2 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +228 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +0 −1 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 · +1 −18 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    Netdev traffic in February 2026 shows active feature/bug-fix work touching hw_atl files, so the backend is not abandoned upstream.

  2. cateee.net

    LKDDb shows CONFIG_AQTION is still present through current kernel heads and maps the atlantic module to Aquantia AQtion PCI IDs.

  3. marvell.com

    Marvell still published collateral for AQC107/AQC108-class controllers, indicating the hw_atl generation remained a real product family into the mid-2020s.

  4. station-drivers.com

    A 2026-packaged vendor driver bundle still lists AQC100/AQC107/AQC108/AQC111/AQC112 devices, supporting ongoing installed-base usage.

codex reasoning notes (technical)

Local shell inspection showed hw_atl is compiled into atlantic.o and aq_pci_func.c maps hw_atl to AQC100/107/108/109/111/112-era boards; local git log shows substantive fixes/features through 2025-11-20, so removal/deprecation would be premature. The spinics URL was obtained via web search for recent atlantic patch traffic; it shows 2026 maintenance directly touching hw_atl files, which argues against deprecate/remove. The LKDDb, Marvell product brief, and Station-Drivers URLs were obtained via web search and support that this is still a maintained, deployed multi-gig NIC family, though mostly in workstation/NAS/embedded/add-in-card niches rather than broad mainstream volume. I chose keep-annotate because this subdirectory is an older hardware-generation backend inside an otherwise active driver, with no natural upstream replacement driver beyond newer atlantic hardware backends.