From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 27 00:37:43 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44921106568C for ; Wed, 27 Aug 2008 00:37:43 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from hercules.mthelicon.com (hercules.mthelicon.com [IPv6:2001:49f0:2023::2]) by mx1.freebsd.org (Postfix) with ESMTP id E2BF38FC14 for ; Wed, 27 Aug 2008 00:37:42 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from feathers.mthelicon.com (host81-159-203-237.range81-159.btcentralplus.com [81.159.203.237]) (authenticated bits=0) by hercules.mthelicon.com (8.14.2/8.14.2) with ESMTP id m7R0beih091813 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Wed, 27 Aug 2008 00:37:42 GMT (envelope-from ken@mthelicon.com) From: Pegasus Mc Cleaft Organization: Feathers To: freebsd-hackers@freebsd.org Date: Wed, 27 Aug 2008 00:37:35 +0000 User-Agent: KMail/1.10.0 (FreeBSD/7.1-PRERELEASE; KDE/4.1.0; amd64; ; ) References: <367b2c980808250552i630dd176wf500bb83960f64ed@mail.gmail.com> In-Reply-To: <367b2c980808250552i630dd176wf500bb83960f64ed@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808270037.35273.ken@mthelicon.com> Subject: Re: Call for testers - new ichwd ids X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2008 00:37:43 -0000 On Monday 25 August 2008 12:52:48 Olivier SMEDTS wrote: > Hello hackers, > > If you have an Intel ICH chipset and the ichwd driver doesn't work for > you, please test this patch : Oliver, Thanks for the patch, but sadly this didnt help the situation I have with my motherboard. It identifies the ICH9R chipset, but sadly looks like the motherboard company has disabled the watchdog action. I have already spoken to the motherboard producers and they sware they have not, but looking at the code I cant see any other explanation for the behavior. The motherboard is a Gigabyte GA-X48-DS5 Bios F7 (latest) Output is: ichwd0: on isa0 ichwd0: ICH WDT present but disabled in BIOS or hardware device_attach: ichwd0 attach returned 6 I looked at the datasheet for the ICH9 chipset and I believe they have a pull-up on the speaker line that is telling the chip to disable the watchdog functions. Peg