CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/05/17 16:33:25
Modified files: sys/arch/m88k/include: cmmu.h m8820x.h pmap.h sys/arch/m88k/m88k: m8820x_machdep.c pmap.c sys/arch/mvme88k/mvme88k: m88110.c Log message: Extend cmmu routines to return the caching mode to use for page tables. Alter the 88200-specific code to enforce cache-inhibited page tables for extremely old 88200 versions, and to disable write-back caching on systems where xmem instructions do not behave correctly when applied to write-back cached addresses. No change introduced on 88110 systems, as well as most 88100 systems; the affected systems are 88100 systems with 88100 revision < 10 and/or 88200 revision < 7; that is, only early MVME181 and MVME188 (not 188A) systems.