From owner-freebsd-acpi@FreeBSD.ORG Mon Feb 14 17:24:40 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 3316E16A4CF for ; Mon, 14 Feb 2005 17:24:40 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F9B43D45 for ; Mon, 14 Feb 2005 17:24:39 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so459749rns for ; Mon, 14 Feb 2005 09:24:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=mfpoFyknmwDQQXh6yZ47rzaKsXsiV5mI+O/RvJXPxtXVQ4/n0XL7P36R081WrnbUQteJDjWHDu3ZkghedWG42+mTlA+HeKn2SsBm3cXLDyLfsiAyMzrDqUg8OxGunb7yWZ57+BIqTAYxfpdgrs04Pzguzf7+94DmIcnahWz89RI= Received: by 10.38.179.61 with SMTP id b61mr163165rnf; Mon, 14 Feb 2005 09:24:38 -0800 (PST) Received: by 10.38.8.9 with HTTP; Mon, 14 Feb 2005 09:24:38 -0800 (PST) Message-ID: Date: Tue, 15 Feb 2005 01:24:38 +0800 From: Jiawei Ye To: Nate Lawson In-Reply-To: <4210D155.6080706@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050213231306.376E05D07@ptavv.es.net> <420FE3C7.6020003@root.org> <20050214152319.bqxon1xk0g008s4k@netchild.homeip.net> <4210D155.6080706@root.org> cc: acpi@freebsd.org cc: Alexander Leidinger cc: current@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 Reply-To: Jiawei Ye List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 17:24:40 -0000 On Mon, 14 Feb 2005 08:27:01 -0800, Nate Lawson wrote: > Jiawei Ye wrote: > cpufreq et al don't fully support unloading yet. > > -- > Nate > I've got it working, but the available frequencies seem to drift: root@chihiro:/home/leafy# sysctl dev.cpu dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=\_PR_.CPU1 dev.cpu.0.%pnpinfo: _HID=none _UID=0 dev.cpu.0.%parent: acpi0 dev.cpu.0.freq: 1819 dev.cpu.0.freq_levels: 2355/0 2060/0 1766/0 1471/0 1177/0 883/0 588/0 294/0 root@chihiro:/home/leafy# sysctl dev.cpu dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=\_PR_.CPU1 dev.cpu.0.%pnpinfo: _HID=none _UID=0 dev.cpu.0.%parent: acpi0 dev.cpu.0.freq: 1819 dev.cpu.0.freq_levels: 1821/0 1593/0 1365/0 1138/0 910/0 682/0 455/0 227/0 -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming