From owner-freebsd-acpi@FreeBSD.ORG Wed May 13 19:54:45 2009 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 4B36F1065678 for ; Wed, 13 May 2009 19:54:45 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id A684C8FC17 for ; Wed, 13 May 2009 19:54:44 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so478765ywe.13 for ; Wed, 13 May 2009 12:54:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=cUyNQJ56LxbXVMx/Q5taCk8Y9wu5RjvS1qFL2MZed58=; b=jDsosyNUPT+GcnsIxTRv060gQzJ0KKF2oK5tEmb8XbMjV9Z1Ywnp2Y3/WBMfvetFg8 M3fC33A7V6MF5uiPbj7OJOrFKvhlsjsIVgGQ1omF0TACbHzfo1D0bm5dQUpN+mucGxtw H5ezi7COnXPjiZuyTivQAq4fsfQO14QLk5d6E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=R1ieMmNvPsLSIEIUas6x+6gg75akbaOgy91Trj5y2JlT/JrorB8nuiFXSosktEp6AE qH8pXY7sPTHUbNY54TpiSjaVqDeJ75yVVIfuzH7vcAPsfP31FwSRjBKiaKrFQ8fGuHXr kCIbIic3tdKstnM7zqabKM6zltJHdrxhHyd9w= MIME-Version: 1.0 Received: by 10.100.172.16 with SMTP id u16mr1870275ane.85.1242242726863; Wed, 13 May 2009 12:25:26 -0700 (PDT) In-Reply-To: <5859850b0905131133l32a43cd2k8eecc695dc175a3a@mail.gmail.com> References: <5859850b0905131133l32a43cd2k8eecc695dc175a3a@mail.gmail.com> Date: Wed, 13 May 2009 15:25:26 -0400 Message-ID: <4ad871310905131225q488736e3s292d3e4e63bf00c9@mail.gmail.com> From: Glen Barber To: =?ISO-8859-1?Q?Sylvio_C=E9sar_Teixeira_Amorim?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-acpi@freebsd.org Subject: Re: Hi Guys 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: Wed, 13 May 2009 19:54:46 -0000 2009/5/13 Sylvio C=E9sar Teixeira Amorim : > I have one laptop Dell Latitude E4300 with FreeBSD-8-Current, The > temperature of the processor is very high when I'm compiling the kernel, = I > get to stay with 88 Celsius, how do I force a download this temperature? > You could try throttling the CPU during the build, however this will make the build take longer. man powerd(8) --=20 Glen Barber