Re: mec and resets
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sgimips |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > > Is there some way to verify the watchdog is disabled? Or can we reconfigure > > it's timeout? > > I'm pretty sure it is disabled. Well, there is a common typo which leaves crimedog activated: >> #define CRIME_DISABLE_WATCHDOG : >> #ifdef CRIME_WATCHDOG_DISABLE Fixed (and watchdog is actually disabled) in crime.c rev 1.31. > We explicitly write 0 to CRIME_CONTROL > upon attaching crime. I'm not sure this is a good idea, though. There > appear to be a bunch of other bits in that register aside from > watchdog enable and I have no idea whether they should be set or not. I've also changed it to call crime_watchdog_disable() in rev 1.32. --- Izumi Tsutsui