From owner-freebsd-current@FreeBSD.ORG Tue May 15 01:39:02 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 1984A16A402 for ; Tue, 15 May 2007 01:39:02 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id BD9B913C45A for ; Tue, 15 May 2007 01:39:01 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l4F1cwoe014394; Mon, 14 May 2007 21:38:58 -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 l4F1cvTQ002366 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 May 2007 21:38:58 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200705150138.l4F1cvTQ002366@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 14 May 2007 21:39:05 -0400 To: Takeharu KATO From: Mike Tancsa In-Reply-To: <200705141835.l4EIZQA5000700@lava.sentex.ca> 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> <7.1.0.9.0.20070514132916.2666fcf8@sentex.net> <200705141835.l4EIZQA5000700@lava.sentex.ca> 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 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: Tue, 15 May 2007 01:39:02 -0000 At 02:35 PM 5/14/2007, Mike Tancsa wrote: >At 01:32 PM 5/14/2007, Mike Tancsa wrote: >>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, > I also tried it on an older box (ICH5) and all worked as > expected with the older version. > >ichwd module loaded >ichwd0: on isa0 >ichwd0: Intel 82801EB/ER watchdog timer (TCO version 1) > >I have an ICH4 and ICH7 box that I will try later tonight Works as expected on the ICH4 and ICH6. I tested both boxes by loading the patch'd kld, starting up watchdogd and then doing a kill -9 on the daemon. The 2 boxes rebooted as expected. Please commit and MFC if possible. isab0@pci0:31:0: class=0x060100 card=0x00000000 chip=0x24c08086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge' class = bridge subclass = PCI-ISA ichwd module loaded ichwd0: on isa0 ichwd0: Intel 82801DB watchdog timer (TCO version 1) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled isab0@pci0:31:0: class=0x060100 card=0x26408086 chip=0x26408086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR ICH6/ICH6R LPC Interface Bridge' class = bridge subclass = PCI-ISA ichwd module loaded ichwd0: on isa0 ichwd0: Intel 82801FB/FR watchdog timer (TCO version 2) ppc0: parallel port not found.