From owner-freebsd-current@FreeBSD.ORG Mon Aug 13 13:51:23 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 129C116A4AC for ; Mon, 13 Aug 2007 13:51:23 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: from ybbsmtp07.mail.ogk.yahoo.co.jp (ybbsmtp07.mail.ogk.yahoo.co.jp [124.83.153.127]) by mx1.freebsd.org (Postfix) with SMTP id F0F0613C458 for ; Mon, 13 Aug 2007 13:51:20 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: (qmail 14564 invoked by alias); 13 Aug 2007 13:51:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=ybb20050223; d=ybb.ne.jp; b=afJJXqB881cvIYj8C/71LURwdWX6RHO8n5MwhzQ2AaO5bqjoYPXgBUwwoL998V3mFRsVsVSUmK25zAgvXPF662KZv/UY2Zfw5b1iC7Lfc0T3AbW53Yr+S6fOLbYwGNxR ; Received: from unknown (HELO ?127.0.0.1?) (takeharu1219@219.35.170.86 with plain) by ybbsmtp07.mail.ogk.yahoo.co.jp with SMTP; 13 Aug 2007 13:51:19 -0000 X-Apparently-From: Message-ID: <46C061CC.2040300@ybb.ne.jp> Date: Mon, 13 Aug 2007 22:51:08 +0900 From: Takeharu KATO User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= 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> <46C00EB4.1030707@ybb.ne.jp> <86y7gf6ddw.fsf@ds4.des.no> In-Reply-To: <86y7gf6ddw.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Mike Tancsa 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 13:51:23 -0000 Hi, > if (rc) > device_printf(sc->device, > "ICH WDT present but disabled in BIOS or hardware\n"); > > DES Certainly, your patch show this result, sorry. But I want to know operation of reset bit operation. BTW, why do you use ich version number to switch WDT operation (In particular, NOREBOOT operation)? As far as I think, it is more preferable to use TCO version instead of ich version number to this purpose. Because 6300ESB is a kind of ICH5 with TCO version 2, isn't it? Regards,