From owner-freebsd-current@FreeBSD.ORG Mon May 14 17:32:17 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81F6716A403; Mon, 14 May 2007 17:32:17 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF3D13C468; Mon, 14 May 2007 17:32:17 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id l4EHWEoL071409; Mon, 14 May 2007 13:32:14 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id l4EHWEGi000402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 May 2007 13:32:14 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200705141732.l4EHWEGi000402@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 14 May 2007 13:32:21 -0400 To: Takeharu KATO From: Mike Tancsa 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , freebsd-current@freebsd.org, freebsd-arch@freebsd.org Subject: Re: ichwd for ICH8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 17:32:17 -0000 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: 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