Re: ipmi(4) - Stop watchdog internal timer properly

2016-01-09 Thread Masao Uebayashi
On Thu, Jan 07, 2016 at 01:48:53PM +0900, Masao Uebayashi wrote: > Reflected kettenis@'s comments: > - Initialize sc_wdog_period before use. > - Define less stupid register names. > > * > > When stopping wdog, not only disabling reboot, but also stop timer. Forgot to mention the reason:

Re: ipmi(4) - Stop watchdog internal timer properly

2016-01-06 Thread Masao Uebayashi
Reflected kettenis@'s comments: - Initialize sc_wdog_period before use. - Define less stupid register names. * When stopping wdog, not only disabling reboot, but also stop timer. diff --git a/sys/dev/ipmi.c b/sys/dev/ipmi.c index c837234..d579987 100644 --- a/sys/dev/ipmi.c +++ b/sys/dev/ipmi.c

Re: ipmi(4) - Stop watchdog internal timer properly

2015-12-22 Thread Masao Uebayashi
On Mon, Dec 21, 2015 at 03:49:09PM +0100, Mark Kettenis wrote: > > Date: Mon, 21 Dec 2015 22:43:46 +0900 > > From: Masao Uebayashi > > > > When stopiing ipmi(4) watchdog, not only set action to disabled but also > > stop > > internal timer (clear don't stop flag).

ipmi(4) - Stop watchdog internal timer properly

2015-12-21 Thread Masao Uebayashi
When stopiing ipmi(4) watchdog, not only set action to disabled but also stop internal timer (clear don't stop flag). Without this our NEC servers fail to stop IPMI watchdog and reset during shutdown process. OK? diff --git a/sys/dev/ipmi.c b/sys/dev/ipmi.c index 91aa147..d88b7c1 100644 ---

Re: ipmi(4) - Stop watchdog internal timer properly

2015-12-21 Thread Mark Kettenis
> Date: Mon, 21 Dec 2015 22:43:46 +0900 > From: Masao Uebayashi > > When stopiing ipmi(4) watchdog, not only set action to disabled but also stop > internal timer (clear don't stop flag). Without this our NEC servers fail > to stop IPMI watchdog and reset during shutdown