From owner-freebsd-current@FreeBSD.ORG Fri Jul 27 16:28: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 1258C16A41A for ; Fri, 27 Jul 2007 16:28:27 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.freebsd.org (Postfix) with ESMTP id DA5A313C459 for ; Fri, 27 Jul 2007 16:28:26 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by ironport2.ambrisko.com with ESMTP; 27 Jul 2007 09:23:23 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.14.1/8.12.11) with ESMTP id l6RGUJra088705; Fri, 27 Jul 2007 09:30:19 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.14.1/8.13.1/Submit) id l6RGUIZd088700; Fri, 27 Jul 2007 09:30:18 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200707271630.l6RGUIZd088700@ambrisko.com> In-Reply-To: <86abti2p42.fsf@ds4.des.no> To: =?UTF-8?Q?Dag-Erling_Sm=C3=B8rgrav?= Date: Fri, 27 Jul 2007 09:30:18 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: Takeharu KATO , 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: Fri, 27 Jul 2007 16:28:27 -0000 Dag-Erling Sm\xc3\xb8rgrav writes: | Doug Ambrisko writes: | > Atleast with older ICH chips the TCO reset can be disabled in hardware | > with a pull-up or pull-down resistor (I forget which) on one of the | > PC speaker lines. | | Yes, but the driver detects that and refuses to attach. Okay, that doesn't mean that you can't try to remove the pull-up resistor or use a stronger pull-down resistor on the speaker output pins. Hopefully the MB has a speaker header. Grounding the output of the speaker might work in a pinch. It needs to be done during power on and probably reset. Doug A.