drivers/net/fddi/skfp

SysKonnect SK-NET FDDI PCI Adapters

SysKonnect (and rebadged Compaq) SK-55xx and SK-58xx PCI network cards that connected servers and workstations to 100 Mbps Fiber Distributed Data Interface rings, a fiber-optic LAN technology popular in campus and data-center backbones during the 1990s before being displaced by Fast Ethernet and Gigabit Ethernet.

deprecate conf=0.83 deploy=low replacement=none subsystem=net category=networking-ethernet
83%

recommendation

A candidate for future removal because FDDI itself is an obsolete LAN technology and the SK-55xx/SK-58xx cards have not been sold for decades. Recent activity in the tree is limited to mechanical cleanups rather than real maintenance, and there is no sign anyone is testing the hardware. It still builds and ships in current kernels, so removal is not imminent, but its days are numbered.

repository signals

37 files
22,425 source lines
14 commits, 5y
+58 / −60 lines added / removed, 5y
12 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 14 total · active in 13/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +1 −1 2021-05: 1 commit · +4 −4 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +12 −7 2021-08: 1 commit · +19 −22 2021-09: 1 commit · +1 −1 2021-10: 2 commits · +7 −6 2021-11: 1 commit · +4 −10 2021-12: 1 commit · +3 −3 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: 1 commit · +1 −1 2022-06: 0 commits · +0 −0 2022-07: 1 commit · +1 −1 2022-08: 1 commit · +1 −1 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: 1 commit · +3 −3 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: 1 commit · +1 −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: 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. cateee.net

    `CONFIG_SKFP` is still present in current kernels and binds PCI vendor 1148/device 4000 for SysKonnect FDDI adapters.

  2. docs.kernel.org

    Kernel documentation identifies `skfp` as the driver for legacy SysKonnect/Compaq FDDI PCI adapter models in the SK-55xx/SK-58xx family.

  3. en.wikipedia.org

    FDDI was effectively superseded by Fast Ethernet/Gigabit Ethernet and installations have largely been replaced.

codex reasoning notes (technical)

Local source inspection via `rg` in the kernel tree identified this as the SysKonnect FDDI PCI driver, and local `git -c safe.directory=... log -- drivers/net/fddi/skfp` showed 2021-2024 touches were almost entirely treewide API/comment/module-description churn rather than feature work. `lei` and lore MCP were unavailable in this environment, and web search did not surface any active lore removal thread; I therefore found no evidence of an ongoing upstream removal series. The LKDDb URL was obtained by web search and shows the driver is still wired into current kernels; the docs.kernel URL was obtained by web search and confirms the exact adapter family; the Wikipedia URL was obtained by web search and supports the conclusion that FDDI is a legacy networking technology with only residual deployments. That combination supports deprecate rather than remove: upstream still carries it, but new-hardware relevance is effectively gone.