From owner-freebsd-acpi@FreeBSD.ORG Fri Feb 18 20:31:50 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 664F716A4CE; Fri, 18 Feb 2005 20:31:50 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BAB843D54; Fri, 18 Feb 2005 20:31:50 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j1IKVmZj021548 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 18 Feb 2005 12:31:49 -0800 Message-ID: <421650B1.3080408@root.org> Date: Fri, 18 Feb 2005 12:31:45 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rong-En Fan References: <4213F066.2050708@root.org> <4214119B.2010909@telia.com> <421537E9.8050203@root.org> <20050218075843.GA42365@svm.csie.ntu.edu.tw> <42164162.5090005@root.org> <20050218202255.GA71615@svm.csie.ntu.edu.tw> In-Reply-To: <20050218202255.GA71615@svm.csie.ntu.edu.tw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: acpi@freebsd.org cc: current@freebsd.org Subject: Re: patch: p4tcc and speedstep cpufreq drivers 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: Fri, 18 Feb 2005 20:31:50 -0000 Rong-En Fan wrote: > On Fri, Feb 18, 2005 at 11:26:26AM -0800, Nate Lawson wrote: > >>Rong-En Fan wrote: >> >>>This is an TP X31. >>> >>>CPU: Intel(R) Pentium(R) M processor 1400MHz (1398.82-MHz 686-class CPU) >>> Origin = "GenuineIntel" Id = 0x695 Stepping = 5 >>> Features=0xa7e9f9bf>>LFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE> >>> >>>freq_levels looks strange.. and changes... >>>(only cpufreq is loaded at boot) >>> >>>rafan@woodstock|UTF-8 [~] (15:57)$ sysctl dev.cpu >>>dev.cpu.0.%desc: ACPI CPU (3 Cx states) >>>dev.cpu.0.%driver: cpu >>>dev.cpu.0.%location: handle=\_PR_.CPU_ >>>dev.cpu.0.%pnpinfo: _HID=none _UID=0 >>>dev.cpu.0.%parent: acpi0 >>>dev.cpu.0.freq: 1399 >>>dev.cpu.0.freq_levels: -738340620/0 0/0 0/0 >> >>Which cpufreq drivers are detected in dmesg (ichss, est, p4tcc, >>acpi_perf, acpi_throttle)? > > > cpu0: on acpi0 > est0: on cpu0 > p4tcc0: on cpu0 > > but I think Pentium M is est only, no p4tcc. Nope, you almost certainly have p4tcc since your CPU has the ACPI and TM bits set above. -- Nate