Module Name: src Committed By: snj Date: Sat Dec 26 22:14:41 UTC 2015
Modified Files: src/sys/arch/landisk/landisk [netbsd-7]: machdep.c src/sys/arch/sh3/sh3 [netbsd-7]: sh3_machdep.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1051): sys/arch/landisk/landisk/machdep.c: revision 1.18 sys/arch/sh3/sh3/sh3_machdep.c: revision 1.103 Remove \n from set_cpumodel(), and explicitly print \n during boot instead. Fixes dmesg on NetBSD/dreamcast 7.0 (and probably NetBSD/hpcsh 7.0): --- NetBSD 7.0 (GENERIC.201509250726Z) SEGA Dreamcasttotal memory = 16384 KB avail memory = 13668 KB --- which was mangled when cpu_getmode() and cpu_setmodel() were introduced: http://mail-index.netbsd.org/source-changes/2014/03/24/msg053273.html To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.17.4.1 src/sys/arch/landisk/landisk/machdep.c cvs rdiff -u -r1.102 -r1.102.4.1 src/sys/arch/sh3/sh3/sh3_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.