drivers/net/ethernet/fujitsu

Fujitsu FMV-J18x PCMCIA Ethernet cards

A family of 16-bit PCMCIA (PC Card) Ethernet adapters built around the Fujitsu MBH86960A and compatible chips, sold for laptops in the 1990s before USB and ExpressCard displaced the PC Card slot around 2003.

remove conf=0.95 deploy=low replacement=none subsystem=net category=networking-ethernet
95%

recommendation

Already on the path to removal: an April 2026 netdev patch series proposes deleting the driver outright, and the underlying PC Card bus has been obsolete for over two decades with no successor driver needed because anyone affected would simply replace the hardware. Residual deployments are minimal and the cards have not been sold new in many years.

repository signals

3 files
1,176 source lines
7 commits, 5y
+18 / −18 lines added / removed, 5y
6 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 7 total · active in 4/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 3 commits · +8 −8 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: 2 commits · +7 −7 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: 1 commit · +2 −2 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: 1 commit · +1 −1 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: 0 commits · +0 −0 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. lore.kernel.org

    An April 22, 2026 netdev patch series proposes deleting the fmvj18x driver entirely ('Remove this driver').

  2. cateee.net

    LKDDb identifies this as CONFIG_PCMCIA_FMVJ18X, a PCMCIA/PC-Card Ethernet driver producing module fmvj18x_cs.

  3. en.wikipedia.org

    PC Card/PCMCIA was superseded by ExpressCard in 2003 and most of its functionality moved to USB-era peripherals, indicating an obsolete deployment niche.

codex reasoning notes (technical)

Local inspection via exec_command showed the only driver is fmvj18x_cs.c and Kconfig labels it 'Fujitsu FMV-J18x PCMCIA support', so this is a 16-bit PCMCIA Ethernet driver for legacy laptops/cards. lore_file_timeline returned the cited 2026 netdev/lkml removal series URL, which is strong upstream evidence to escalate from deprecate to remove. Deployment evidence came from web search: LKDDb page confirms the exact driver scope, and the cited PC Card page shows the bus itself is long-obsolete and superseded; that supports 'still sold new in 2025 = false' and only low residual legacy deployments. No natural in-tree replacement driver covers the same specific hardware; users would replace the hardware/interface rather than switch drivers.