CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/12/18 03:13:45
Modified files: sys/dev/fdt : simplefb.c Log message: Map framebuffer into userland as non-cachable (but normal) memory. We still map the framebuffer as device memory in the kernel. Using mismatched memory attributes like this is discouraged (and we should probably fix this at some point) but this particular case is well-defined and the potential side-effects should not matter for thus use-case. ok patrick@