From owner-freebsd-current@FreeBSD.ORG Mon Feb 14 15:18:18 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A2916A4CE for ; Mon, 14 Feb 2005 15:18:18 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD0E43D45 for ; Mon, 14 Feb 2005 15:18:17 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so447635rns for ; Mon, 14 Feb 2005 07:18:16 -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=XOB7cR7d3J5mI4WJ2FbH+5RMxUtrVUWrV7hcXWng/AIGRq7K7ETk6FWrl00hhCBm8N+hkELD2k/ufJDja6F4hhy0L1qPdqhAz59R4sloJLLhftgiu0qMzkv79MOmo0w9ex7LNla+a00yDgBVtkPqVVD7joFVkcXemFPVVYm2O7k= Received: by 10.38.206.80 with SMTP id d80mr169109rng; Mon, 14 Feb 2005 07:18:16 -0800 (PST) Received: by 10.38.8.9 with HTTP; Mon, 14 Feb 2005 07:18:15 -0800 (PST) Message-ID: Date: Mon, 14 Feb 2005 23:18:15 +0800 From: Jiawei Ye To: Alexander Leidinger In-Reply-To: <20050214152319.bqxon1xk0g008s4k@netchild.homeip.net> 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> cc: acpi@freebsd.org cc: current@freebsd.org cc: Nate Lawson Subject: Re: HEADSUP: cpufreq import complete, acpi_throttling changed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 15:18:19 -0000 On Mon, 14 Feb 2005 15:23:19 +0100, Alexander Leidinger wrote: > I don't know if it is because of the cpufreq import. But because of the > cpufreq import I've looked again at the acpi sysctl's and noticed this new > state which wasn't there before. "Didn't work" means "the systems freezes > hard, no keyboard interrupt is processed". > > Bye, > Alexander. I have a funny situation there. kldloading acpi_perf and then unloading results in this: leafy@chihiro:~$ sudo kldunload acpi_perf kldunload: can't unload file: Device not configured leafy@chihiro:~$ 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 leafy@chihiro:~$ dmesg -a |grep CPU CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz (1816.99-MHz 686-class CPU) cpu0: on acpi0 acpi_throttle0: on cpu0 Is this expected? -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming