Subject: Re: watchdog reset?
To: Rafal Boni <rafal.boni@eDial.com>
From: Jeffrey M. Smith <jeffs@atheros.com>
List: port-sgimips
Date: 06/11/2001 07:27:01
> Yeah, in fact it's on by design more or less; I have a feeling it should
> probably now be ripped out since I just put special-cased code into
> my local tree to turn it off in cpu_Debugger() a few days ago (which
> seems like the Wrong Thing since cpu_Debugger() is generic across all
> MIPS ports).

What the ip22 port should do is fill in the db_trap_callback(),
which I added for this exact purpose.  Then the watchdog can be
disabled and re-enabled in MD code.

jeffs