CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/07/03 15:04:05
Modified files: sys/arch/arm64/arm64: machdep.c sys/arch/arm64/dev: arm64_bus_space.c Log message: Map BUS_SPACE_MAP_PREFETCHABLE to Normal-NC. There are other memory attributes that could map to what we call write-combining on x86, but this is what Linux uses. This speeds up framebuffer access significantly. ok patrick@