CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/03/29 11:04:01
Modified files: sys/arch/arm64/dev: apldart.c Log message: Turns out the PCIe DARTs support a full 32-bit device virtual address space. Adjust the region managed by the extend accordingly but avoid the first and last page. The last page collides with the MSI address used by the PCIe controller and not using the first page helps finding bugs. ok patrick@