CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2021/03/22 14:34:45
Modified files: sys/arch/arm64/dev: smmu.c Log message: Now that MSI pages are properly mapped, all that debug code in smmu(4) can be removed. The only thing left to implement for smmu(4) to work out of the box with PCIe devices is to reserve the PCIe MMIO windows. Let's see how we can do this properly.