CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/08/21 08:53:07
Modified files: sys/arch/arm64/conf: GENERIC RAMDISK files.arm64 Added files: sys/arch/arm64/dev: bcm2712_mip.c Log message: Add bcmmpi(4), a driver for the MSI controller found on the BCM2712 SoC that remaps MSI to GIC SPIs and acts as a companion MSI controller for bcmpcie(4). ok dlg@, mglocker@