CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/04/19 03:20:45
Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt : files.fdt Added files: sys/dev/fdt : bcm2711_pcie.c Log message: Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4. In its current state the driver relies on the firmware for initializing the controller. Therefore it only really works when using the EDK2-based UEFI firmware. ok jsg@