Freescale PowerQUICC CPM and FEC Ethernet controllers (MPC8xx/MPC82xx/MPC512x)
On-chip Ethernet MACs built into Motorola/Freescale PowerPC system-on-chip families from the late 1990s and 2000s, including the MPC8xx and MPC82xx PowerQUICC communications processors (using their CPM1/CPM2 SCC and FCC engines) and the MPC5121/5125 media processors. These parts powered embedded networking gear, industrial controllers, and telecom line cards of that era.
recommendation
Worth keeping but flagging as legacy. The underlying PowerPC SoCs (such as the MPC8260 and MPC8250) have been marked end-of-life by NXP and are no longer sold new, so deployments are limited to installed industrial and embedded systems. Even so, the code is not abandoned: it received a substantial phylink conversion in 2024 and bug fixes as recently as 2026, indicating real users and active upstream care.
repository signals
sources
- lore.kernel.org
fs_enet received substantial upstream feature work in 2024 (phylink conversion touching 6 files).
- lore.kernel.org
fs_enet still received bug-fix maintenance in 2026, so it is not an abandoned driver.
- cateee.net
CONFIG_FS_ENET depends on legacy PowerPC families: CPM1, CPM2, or PPC_MPC512x, and remains present in current kernels.
- nxp.com
Representative supported PowerQUICC II SoC MPC8260 is marked 'No Longer Manufactured' by NXP.
- nxp.com
Representative supported PowerQUICC II SoC MPC8250 is marked 'No Longer Manufactured' / 'End of Life' by NXP.
codex reasoning notes (technical)
Local `rg` over the directory identified compatibles and comments tying fs_enet to Motorola/Freescale MPC8xx, MPC82xx, CPM1/CPM2 SCC/FCC, and MPC5121/5125 FEC blocks. `lore_activity` on `drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c` showed active non-treewide maintenance through 2026, including a 2024 phylink conversion and 2026 fixes, which argues against deprecation/removal. `web.search_query` found LKDDb confirming the legacy dependency set and NXP product pages showing representative supported MPC82xx parts are no longer manufactured. Conclusion: hardware is legacy and likely limited to installed/industrial systems, but upstream attention is still real; keep the driver, annotated as legacy.