From owner-freebsd-acpi@FreeBSD.ORG Sun Feb 13 05:39:21 2005 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED80B16A4CE for ; Sun, 13 Feb 2005 05:39:21 +0000 (GMT) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id A34C843D1F for ; Sun, 13 Feb 2005 05:39:21 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.115] (adsl-64-171-186-189.dsl.snfc21.pacbell.net [64.171.186.189])j1D5Z6bs021875; Sun, 13 Feb 2005 00:35:07 -0500 Message-ID: <420EE804.8030805@root.org> Date: Sat, 12 Feb 2005 21:39:16 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041205) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Stephane E. Potvin" References: <42068A5C.1030300@root.org> <4206D5C6.1060109@videotron.ca> In-Reply-To: <4206D5C6.1060109@videotron.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: acpi@freebsd.org Subject: Re: HEADSUP: cpufreq import complete, acpi_throttling changed X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 05:39:22 -0000 Stephane E. Potvin wrote: > I've lost cpu throttling with this commit on my Dell Inspiron XPS. The > acpi_throttle driver doesn't probe correctly on the HT cpu which seems > to cause some problems. > > ... > acpi0: on motherboard > cpu0: on acpi0 > acpi_throttle0: on cpu0 > cpu1: on acpi0 > cpu1: acpi_throttle: add child failed > ... Ok, I committed a patch just now that should fix your problem. Let me know if it doesn't work. The acpi_throttle driver wasn't registering with cpufreq(4) but on systems with other methods, their registration allowed things to work. -- Nate