From owner-freebsd-acpi@FreeBSD.ORG Sat Feb 16 10:21:15 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 961CE16A420 for ; Sat, 16 Feb 2008 10:21:15 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 379D713C43E for ; Sat, 16 Feb 2008 10:21:14 +0000 (UTC) (envelope-from dieterich.joh@googlemail.com) Received: by fg-out-1718.google.com with SMTP id 16so786612fgg.35 for ; Sat, 16 Feb 2008 02:21:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; bh=tS4vS9y/NsFtVlHQQ8/AWJWim5PmP4rNmf28XV6dNkY=; b=EFMnudXbgbGqJHSR6znktsT+6qQ4+7xVRCbgnvCyPx+78MPUAawZVu2CLkDvYScfw3NRWyUT1RJDiJ32JOH5r3it2Eglwj+BolgkFdlCCjVPlJCZIObsCBlsEd8gyBqk7+QhLmvk3ixxbxLLvuvd3y3B+4eMUq4cPQyZEQzpt1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=DDWoD3/JidFwII9SNBmAvPb2eUXT3HmLcdc1hGFkN0J2QBict2qhAjgtPu8CUp8YCxInpYOezwZn0mnvD2gupaCfGLqifvF/XHrUJ/ROIUMlAolJb/yUJIfCzS6SGqHlKTpghsjf19Pz6ax/edpbv1aJbaFEvwCAnzg9nZUWTPw= Received: by 10.86.86.12 with SMTP id j12mr3558920fgb.33.1203157273818; Sat, 16 Feb 2008 02:21:13 -0800 (PST) Received: from ?192.168.1.100? ( [79.210.81.45]) by mx.google.com with ESMTPS id l12sm5662605fgb.8.2008.02.16.02.21.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 16 Feb 2008 02:21:12 -0800 (PST) Message-ID: <47B6B913.9020505@gmail.com> Date: Sat, 16 Feb 2008 11:21:07 +0100 User-Agent: Thunderbird 2.0.0.9 (X11/20080213) MIME-Version: 1.0 To: alex.kovalenko@verizon.net, freebsd-acpi@freebsd.org References: <20080208045605.15C874500E@ptavv.es.net> <47ABF402.7030904@root.org> <1202475519.7014.7.camel@RabbitsDen> <1203126071.833.19.camel@RabbitsDen> In-Reply-To: <1203126071.833.19.camel@RabbitsDen> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit From: Johannes Dieterich Cc: Subject: Re: [RFC] Patch to enable temperature ceiling in powerd X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 10:21:15 -0000 Alexandre "Sunny" Kovalenko wrote: > Johannes, > > since you were the only one who actually needed that patch to get > through the buildworld, could you, please, set > > sysctl hw.acpi.thermal.tz1.passive_cooling=1 > sysctl hw.acpi.thermal.user_override=1 > sysctl hw.acpi.thermal.tz1._PSV=85C > > disable my patch by removing '-T and -z' from powerd_flags > in /etc/rc.conf > > restart powerd, by doing > > /etc/rc.d/powerd restart > > and try to do the buildworld. If it works for you, I will kindly ask > someone to close that PR and apologize for wasting everybody's time. > Did that. Doesn't work. Again it is overheating. I have not tried the patch from Hajimu Umemoto yet though. But I guess it will not change much for me. Therefore I agree with Ian Smith that the patch should be commited. I would be completely helpless (as in: not able to compile world and kernel) without. Johannes