Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/17/2000 12:57:51
Module Name:	syssrc
Committed By:	jeffs
Date:		Mon Jul 17 19:57:51 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/include: db_machdep.h
	syssrc/sys/arch/mips/mips: db_interface.c
	syssrc/sys/ddb: db_extern.h db_trap.c

Log Message:
Move platform db_trap callback from arch/mips into ddb as suggested by
jhawk.  This callback is used by platform code to manage things like
watchdogs that should be disabled while in ddb.  Done as a callback
for processors such as mips that support lots of different systems.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/mips/include/db_machdep.h
cvs rdiff -r1.30 -r1.31 syssrc/sys/arch/mips/mips/db_interface.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/ddb/db_extern.h
cvs rdiff -r1.14 -r1.15 syssrc/sys/ddb/db_trap.c

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