CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/22 12:57:26
Modified files:
sys/sys : memrange.h
sys/arch/amd64/amd64: mem.c
sys/arch/i386/i386: mem.c
Log message:
Make it possible to create write combing mappings through /dev/mem. This is
done by introducining a magic offset. Pages below this offset are mapped
with default memory attributes. Above this offset pages are mapped write
combining.
ok mlarkin@
