Intel IXP4xx XScale Network Processor Ethernet
On-chip Ethernet MACs found in Intel's IXP4xx and IXP46x XScale network processors, an ARM-based embedded silicon family that powered consumer routers, small NAS boxes, and industrial gateways in the 2000s. The companion ptp_ixp46x piece adds IEEE 1588 precision time stamping for the IXP46x variants.
recommendation
Worth keeping but worth flagging as legacy hardware. Although Intel's IXP network processors haven't shipped as new silicon in many years and only a handful of old OpenWrt-supported boards still rely on them, the code is not abandoned: an NXP engineer landed a functional fix as recently as May 2025, and the option remains selectable in current kernels. There is no removal discussion in flight, so it should stay, but it deserves a note that deployments are niche and shrinking.
repository signals
sources
- lore.kernel.org
Upstream saw a real functional touch in 2025 for ixp4xx_eth, indicating the driver is still maintained rather than abandoned.
- openwrt.org
OpenWrt still carries an ixp4xx target, but only for a small set of old boards and notes the older target was dropped after 18.06, which points to niche legacy deployment rather than broad current use.
- cateee.net
LKDDb shows CONFIG_IXP4XX_ETH remains present in current kernel series and maps to this directory's ixp4xx_eth and ptp_ixp46x drivers.
- en.wikipedia.org
XScale/IXP is a historical Intel network-processor family used in older embedded and industrial devices, supporting the view that the hardware is legacy-era rather than new 2025 design-in silicon.
codex reasoning notes (technical)
Not removable: lore evidence shows non-treewide upstream work continued recently (URL 1 obtained via lore_activity on drivers/net/ethernet/xscale/ixp4xx_eth.c scoped to linux-arm-kernel). Deployment looks niche-but-real, mainly old routers/NAS/industrial boards (URL 2 obtained via web search). The driver is still upstream and selectable in current kernels (URL 3 obtained via web search). Hardware family is historically old XScale/IXP silicon with no evidence of new 2025 sales; that part is an inference from the legacy positioning in URLs 2 and 4, both obtained via web search. Best fit is keep-annotate: obsolete hardware, low deployment, but still seeing real fixes and no clear removal thread.