Subject: Re: CVS commit: src/sys/dev/marvell
To: Jason Thorpe <thorpej@wasabisystems.com>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 06/12/2003 20:50:00
On Thu, 12 Jun 2003, Jason Thorpe wrote:

> On Thursday, June 12, 2003, at 12:16  PM, Steve Woodford wrote:
> >
> > Log Message:
> > Tickle the watchdog while doing polled console i/o.
> > This is especially important if we spend any time in ddb. :)
>
> Err, I think there's a hook to disable the watchdog when entering DDB,
> right?

Even if there is, I'd rather keep the watchdog enabled while DDB is
running, *except* when it's doing console i/o. Sometimes even DDB can lock
up the machine. :)

Cheers, Steve