Broadcom Valkyrie and Viper PCIe offload accelerators
Broadcom PCIe accelerator cards (the BCM958401M2 built on the Valkyrie BCM58400 SoC and the BCM958402M2 built on the Viper BCM58402 SoC) that offload video transcoding, compression, and cryptographic workloads from the host CPU. They are niche datacenter add-in cards rather than consumer hardware.
recommendation
Worth keeping but documenting as niche, because the hardware only ever shipped as a small family of specialised Broadcom offload cards and is not broadly sold today. The code is still actively maintained upstream — a stable bug fix landed in December 2025 — so there is no case for removal, but distro packagers and sysadmins should know it serves a narrow audience of existing Valkyrie/Viper deployments.
repository signals
sources
- cateee.net
LKDDb maps CONFIG_BCM_VK to Broadcom PCI IDs 14e4:5e87 'Valkyrie offload engine' and 14e4:5e88 'Viper Offload Engine', confirming the chipset family and that this is a PCI accelerator driver.
- lore.kernel.org
The driver received a stable-targeted bug fix in December 2025, showing ongoing upstream maintenance rather than abandonment.
- docs.zephyrproject.org
Zephyr documents BCM958401M2 as a Broadcom PCIe card using the Valkyrie BCM58400 SoC for PCIe offload engine functionality, indicating real hardware/board deployments exist.
- docs.zephyrproject.org
Zephyr documents BCM958402M2 as a Broadcom PCIe card using the Viper BCM58402 SoC for PCIe offload engine functionality, supporting that the driver covers a small family of related offload cards.
codex reasoning notes (technical)
Local source inspection via shell showed Kconfig describes Broadcom VK accelerators for video transcoding/compression/crypto offload and bcm_vk_dev.c binds PCI_DEVICE_ID_VALKYRIE; lore_file_timeline on drivers/misc/bcm-vk/bcm_vk_dev.c showed activity through 2025-12-19 including a stable fix and no obvious removal subjects in recent history. Web search yielded LKDDb for PCI IDs and Zephyr board docs for BCM958401M2/BCM958402M2. I found evidence of niche board-level deployments, but no evidence these cards were broadly sold as mainstream products in 2025, so I treat them as niche/low-deployment hardware worth keeping annotated rather than deprecating.