CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/01/04 14:12:55
Modified files: sys/arch/arm/arm: bus_dma.c Log message: Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map() instead of playing with pte bits directly; this will cause cacheability to be restored eventually; makes the zaurus textmode console memory cached again after exiting from X. ok drahn@