Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/09/2000 16:38:44
Module Name:	syssrc
Committed By:	tsutsui
Date:		Thu Nov  9 14:38:44 UTC 2000

Modified Files:
	syssrc/sys/arch/sun3/sun3: sunmon.c
	syssrc/sys/arch/sun3/sun3x: machdep.c

Log Message:
On sun3x, cpu_reboot() calls sunmon_abort() for PROM bug work-around,
but sunmon_abort() does not restore mon_crp so it causes problems.
Instead, call romVectorPtr->abortEntry (via trap14) from sunmon_halt()
and call it from cpu_reboot().

Now PROM boot command works properly even after halt on my 3/80.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/sun3/sun3/sunmon.c
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/sun3/sun3x/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.