Solarflare SFC4000 Falcon/Solarstorm 10GbE adapters
Solarflare's first-generation Falcon (SFC4000) 10-Gigabit Ethernet PCI Express server adapters from the late 2000s, used in low-latency finance and HPC deployments before being supplanted by the SFN/SFC9000 series and today's AMD-branded Solarflare X2 cards.
recommendation
Worth keeping but documenting as legacy hardware. The SFC4000 has been superseded by Solarflare's later SFN and AMD's current X2 adapter families, and it is not something anyone would buy new in 2025, but the code is still seeing real upstream attention (a 2024 PCI error-path fix and a 2024 dead-code cleanup), so removing it now would be premature. A note flagging it as obsolete with low deployment would help future cleanup decisions.
repository signals
sources
- cateee.net
CONFIG_SFC_FALCON is specifically for Solarflare SFC4000 support and recognizes SFC4000/Solarstorm PCI IDs.
- lore.kernel.org
The falcon driver still received a non-treewide bug-fix patch in 2024 ('Add missing pci_disable_device() for error path').
- lore.kernel.org
The falcon code still sees maintenance cleanup in 2024 ('sfc: Remove falcon deadcode'), indicating upstream attention rather than abandonment.
- amd.com
AMD's current Solarflare adapter lineup marketed in 2025 is the X2 family (for example X2522/X2541), not SFC4000-era hardware.
codex reasoning notes (technical)
Local source inspection via shell (`sed` on falcon/Kconfig and falcon.c) identified this directory as the SFC4000/Falcon driver. Lore evidence came from `lore_file_timeline` on drivers/net/ethernet/sfc/falcon/efx.c, which showed continuing 2024-2025 touches; the cited lore URLs were taken from that result set. Deployment/sales evidence came from web search results opened for LKDDb and AMD's current Solarflare product page. Conclusion: the hardware is clearly obsolete and not a 2025 new-deployment choice, but upstream still applies real fixes/cleanups, so removal would be premature; keep it, but annotate as legacy/obsolete hardware with low current deployment.