drivers/gpib/ines

INES iGPIB 72010 GPIB controller boards

Controls GPIB (IEEE-488) interface boards from INES that are based on the iGPIB 72010 controller chip, sold in PCI, CompactPCI, PCMCIA, and PC/104 variants. GPIB is the long-established instrument-control bus used in laboratories and industrial test setups to drive oscilloscopes, signal generators, power supplies, and similar measurement gear from a host PC.

keep-annotate conf=0.84 deploy=low replacement=none subsystem=gpib category=bus-other
84%

recommendation

Worth keeping but documenting its niche, because it supports INES-branded GPIB controller cards built around the iGPIB 72010 chip that are still sold new in 2025 across PCI, CompactPCI, PCMCIA, and PC/104 form factors. The wider GPIB subsystem was promoted out of staging into mainline in November 2025 and this driver received fresh cleanup patches in early 2026, so upstream is actively investing rather than retreating. Removing it would strand currently supported lab and test-equipment hardware with no in-tree replacement.

repository signals

3 files
1,666 source lines
6 commits, 5y
+1,678 / −9 lines added / removed, 5y
4 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 6 total · active in 3/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: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 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: 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: 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: 0 commits · +0 −0 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: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 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,668 −0 2025-12: 0 commits · +0 −0 2026-01: 3 commits · +6 −5 2026-02: 2 commits · +4 −4 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lists.openwall.net

    The GPIB subsystem, including drivers/gpib/ines, was explicitly destaged into mainline in November 2025, which is evidence of recent upstream investment rather than removal.

  2. spinics.net

    The driver received a targeted cleanup patch in January 2026 ('gpib: ines: Unify *allocate_private usage'), showing current upstream maintenance activity.

  3. cateee.net

    LKDDb maps CONFIG_GPIB_INES to drivers/gpib/ines and describes supported boards as INES-compatible hardware based on the iGPIB 72010 chip.

  4. inesinc.com

    INES still advertised multiple GPIB controller products, including PCI, CompactPCI, PCMCIA and PC/104 variants, indicating the hardware family remains commercially offered in the mid-2020s.

codex reasoning notes (technical)

Local shell inspection confirmed this is a real PCI GPIB driver module (`ines_gpib.c`) for INES-compatible boards. URL 1 was obtained via web search and shows the 2025 destaging series moving gpib drivers into `drivers/gpib`, so there is no removal trend. URL 2 was obtained via web search and shows a 2026 driver-specific patch, which argues against deprecation. URL 3 was obtained via web search and ties this directory to INES iGPIB 72010-based boards. URL 4 was obtained via web search and shows current INES GPIB product offerings; that supports `hardware_still_sold_new_in_2025=true`, but deployments are still likely low because this is specialized industrial/test-equipment bus hardware. No natural in-tree replacement driver covers the same INES boards, so removal/deprecation would strand supported hardware.