drivers/net/ethernet/sis

SiS 900/7016 and SiS190/191 PCI Fast Ethernet controllers

Integrated Fast Ethernet (10/100 Mbps) and Gigabit controllers built into Silicon Integrated Systems (SiS) southbridge chipsets used on budget PC motherboards from roughly the late 1990s through the mid-2000s. The sis900 part covers the 900/7016 cores embedded in SiS 630/540-class chipsets, while sis190 covers the SiS190/191 Gigabit controllers found alongside the SiS 965/966 southbridges.

keep-annotate conf=0.78 deploy=low replacement=none subsystem=net category=networking-ethernet
78%

recommendation

Worth keeping but worth flagging as legacy. The hardware is long out of production and deployments today are low, but both drivers are still receiving routine upstream maintenance — a 2025 conversion to the modern PCI devres API and a 2026 cleanup that switched sis900 to module_pci_driver — which shows they are not abandoned and still serve people running old SiS-chipset motherboards. No removal series is in flight, so there is no reason to drop them, only to note their niche status.

repository signals

5 files
4,836 source lines
18 commits, 5y
+59 / −79 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 18 total · active in 12/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +11 −11 2021-06: 0 commits · +0 −0 2021-07: 2 commits · +4 −7 2021-08: 0 commits · +0 −0 2021-09: 1 commit · +1 −1 2021-10: 4 commits · +19 −8 2021-11: 1 commit · +1 −1 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 · +6 −6 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 · +2 −2 2024-05: 1 commit · +3 −3 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: 2 commits · +4 −4 2025-05: 1 commit · +3 −2 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 · +1 −30 2026-02: 2 commits · +4 −4 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The directory still receives upstream attention in 2026; a net-next patch touched sis900 as a maintenance cleanup ('use module_pci_driver; remove useless driver versions').

  2. lore.kernel.org

    sis900 also saw maintenance-oriented API cleanup in 2025 ('Use pure PCI devres API'), indicating the driver is not abandoned upstream.

  3. cateee.net

    LKDDb identifies sis900 as support for SiS 900/7016 PCI Fast Ethernet and notes the SiS 900 core was embedded in SiS 630/540 chipsets, pointing to legacy PCI / motherboard-integrated hardware.

  4. cateee.net

    LKDDb identifies sis190 as support for SiS190/SiS191 and says these chips appear on motherboards based on SiS 965/966 south bridges, again indicating legacy motherboard-integrated hardware rather than modern discrete NICs.

codex reasoning notes (technical)

Real driver directory with two PCI Ethernet drivers (local rg/sed on Kconfig and .c files). Lore evidence came from mcp__lore_http__.lore_file_timeline on sis900.c and sis190.c; the cited lore URLs were returned directly by that tool. Deployment looks low because both drivers target old SiS PCI / southbridge-integrated Ethernet families, and the web URLs were obtained via web search results (cateee LKDDb pages). I found recent maintenance traffic but no concrete removal-series evidence in the timeline results, so this is better classified as keep-annotate than deprecate/remove.