CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/01/07 12:03:57
Modified files: sys/arch/arm64/dev: aplpcie.c Log message: Add code to initialize the PCIe host bridge hardware. We currently rely on U-Boot to initialize the hardware for us, but it is better if we can cope with this ourselves. ok patrick@