Map framebuffer into userland as non-cachable (but normal) memory. We still
authorkettenis <kettenis@openbsd.org>
Mon, 18 Dec 2017 10:13:45 +0000 (10:13 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 18 Dec 2017 10:13:45 +0000 (10:13 +0000)
commit8186ecd8fbb8a8a2a9b7ecdfb31294d26a3db07e
treed3e549269ef00f8a5d0713d1a360b68fddf6b690
parent106b92f9d975072f44026d4d77dfbdcedc8f62c5
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@
sys/dev/fdt/simplefb.c