From owner-freebsd-current@FreeBSD.ORG Mon Aug 13 08:23:27 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEBFE16A480 for ; Mon, 13 Aug 2007 08:23:27 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: from ybbsmtp12.mail.ogk.yahoo.co.jp (ybbsmtp12.mail.ogk.yahoo.co.jp [124.83.153.132]) by mx1.freebsd.org (Postfix) with SMTP id 66E6713C478 for ; Mon, 13 Aug 2007 08:23:27 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: (qmail 17133 invoked by alias); 13 Aug 2007 07:56:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=ybb20050223; d=ybb.ne.jp; b=dPrYEDzn3lXQcZ9kGSvRlzqWNwnW+AdjTgT921JQcMvhFfo1fzbonB3xJ92v8S641IVXNRPcr8sMPq5j+HjmBsujnIdNsl+apzo/CWVDWC4MsisZKI0sccYnxjZxueAS ; Received: from unknown (HELO ?127.0.0.1?) (takeharu1219@219.35.170.86 with plain) by ybbsmtp12.mail.ogk.yahoo.co.jp with SMTP; 13 Aug 2007 07:56:44 -0000 X-Apparently-From: Message-ID: <46C00EB4.1030707@ybb.ne.jp> Date: Mon, 13 Aug 2007 16:56:36 +0900 From: Takeharu KATO User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Mike Tancsa References: <46337B06.9080102@ybb.ne.jp> <46338C0F.9000608@ybb.ne.jp> <4633932A.8080602@ybb.ne.jp> <86tzuxni1b.fsf@dwp.des.no> <200707061723.l66HNYSe037055@lava.sentex.ca> <86ir86hqhc.fsf@ds4.des.no> <200707262035.l6QKZtnd067391@lava.sentex.ca> <86abtihk6h.fsf@ds4.des.no> <200707262338.l6QNcL1T068284@lava.sentex.ca> <86hcnq900e.fsf@ds4.des.no> <200707270038.l6R0cLNV068524@lava.sentex.ca> <8664462p1b.fsf@ds4.des.no> <200707271037.l6RAbc2Q071412@lava.sentex.ca> <86fy2v2x9e.fsf@ds4.des.no> <200708071529.l77FTpsO040934@lava.sentex.ca> In-Reply-To: <200708071529.l77FTpsO040934@lava.sentex.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: =?ISO-8859-1?Q?Dag-Erling_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: Mon, 13 Aug 2007 08:23:27 -0000 Hi, Would you these patches with verbose mode? As far as I know, ichwd patches does not show error messages when the system make the watch-dog disabled with TCO register as default. The driver may output some error messages if you use it with verbose mode. P.S. Thank you for your work, Mr. DES. I'm testing your patch now. > Original posted patch and your patch reboot this box running RELENG_6 > > ichwd0: at port 0x430-0x437,0x460-0x469 on isa0 > ichwd0: Intel ICH7 watchdog timer (TCO version 2) > ppc0: parallel port not found. > > ichwd module loaded > ichwd0: on isa0 > ichwd0: Intel ICH7 watchdog timer (ICH7 or equivalent) > ppc0: parallel port not found. > > >> I've tested the driver under -CURRENT on a couple more machines, with >> the same result everywhere: it probes and attaches and seems to work >> fine, but the box does not reboot. > > kldload ichwd, watchdogd -t 20;killall -9 watchdogd > and nada ? > I can boot one of my working RELENG_6 boxes on current and test if you > think it is some version issue. > > ---Mike > > >> I haven't tried RELENG_6 on the same hardware, though. >> >> I have no idea where to go on from here... >