Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2007 13:32:21 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        Takeharu KATO <takeharu1219@ybb.ne.jp>
Cc:        Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= <des@des.no>, freebsd-current@freebsd.org, freebsd-arch@freebsd.org
Subject:   Re: ichwd for ICH8
Message-ID:  <200705141732.l4EHWEGi000402@lava.sentex.ca>
In-Reply-To: <46489B0C.7060104@ybb.ne.jp>
References:  <46337B06.9080102@ybb.ne.jp> <46338C0F.9000608@ybb.ne.jp> <4633932A.8080602@ybb.ne.jp> <86tzuxni1b.fsf@dwp.des.no> <200705141551.l4EFpZBb099847@lava.sentex.ca> <46489B0C.7060104@ybb.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
At 01:23 PM 5/14/2007, Takeharu KATO wrote:

>It looks worked correctly.
>Does the driver make the box reset when the box falls in hang-up?
>I do not have ICH-7 machine, so I am glad that you tested it.

Hi, thank you for writing the fix!

Yes, all works as expected.  I tested it by doing a kill -9 watchdogd

# kldload ./ichwd.ko
# dmesg | tail -3
ichwd module loaded
ichwd0: <Intel ICH7 watchdog timer> on isa0
ichwd0: Intel ICH7 watchdog timer (TCO version 2)

# watchdogd -t 20
# ps -auxw | grep dog
root     86686  0.0  0.0  1408   860  ??  Ss    1:28PM   0:00.00 
watchdogd -t 20
root     86688  0.0  0.1  1596  1044  p0  S+    1:28PM   0:00.00 grep dog
# kill -9 86686


and about 20 seconds later, the box reboots.

         ---Mike 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705141732.l4EHWEGi000402>