Module Name: src Committed By: uebayasi Date: Tue Apr 27 08:20:09 UTC 2010
Modified Files: src/sys/uvm [uebayasi-xip]: uvm_device.c Log Message: Always map device pages via cdev as unmanaged for now. I need this to read/write a NOR FlashROM from userland. Otherwise pmaps believe the physload'ed ROM region as managed, and map it as cache enabled, which prevents me from reading ROM command status, etc. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.57.2.1 src/sys/uvm/uvm_device.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.