Module Name: src Committed By: tsutsui Date: Sun Oct 27 02:06:06 UTC 2013
Modified Files: src/sys/arch/x68k/x68k: locore.s machdep.c pmap_bootstrap.c Log Message: Probe extended memories before pmap_boostrap() for actual fix of PR/45915. Also expand expected maximum extended memory regions to recognize upto 1008 MB RAM that is supported by the XM6i emulator. See my post on port-x68k@ for more details: http://mail-index.NetBSD.org/port-x68k/2013/10/19/msg000039.html Probably worth to pullup to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/x68k/x68k/locore.s cvs rdiff -u -r1.186 -r1.187 src/sys/arch/x68k/x68k/machdep.c cvs rdiff -u -r1.59 -r1.60 src/sys/arch/x68k/x68k/pmap_bootstrap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.