est module

2006-06-22 Thread Thomas Schlesinger
Hi, today, I've seen with pleasure that there's now an est module in the kernel. Unfortunately, it seems not to support my Pentium-M 1.73GHz (Pentium M-740, 533MHz FSB): #kldload est Intel(R) Pentium(R) M processor 1.73GHz: Enhanced Speedstep not supported on this processor

Re: est module

2006-06-22 Thread joerg
On Thu, Jun 22, 2006 at 02:42:58PM +0200, Thomas Schlesinger wrote: Unfortunately, it seems not to support my Pentium-M 1.73GHz (Pentium M-740, 533MHz FSB): NetBSD has /* Intel Pentium M processor 740 1.73 GHz */ static const struct fq_info pentium_m_n740[] = { { 1733, 1356 }, {

Re: est module

2006-06-22 Thread Thomas Schlesinger
Am Donnerstag, 22. Juni 2006 15:36 schrieb [EMAIL PROTECTED]: On Thu, Jun 22, 2006 at 02:42:58PM +0200, Thomas Schlesinger wrote: Unfortunately, it seems not to support my Pentium-M 1.73GHz (Pentium M-740, 533MHz FSB): NetBSD has /* Intel Pentium M processor 740 1.73 GHz */ static const

Re: est module

2006-06-22 Thread YONETANI Tomokazu
On Thu, Jun 22, 2006 at 03:36:38PM +0200, [EMAIL PROTECTED] wrote: On Thu, Jun 22, 2006 at 02:42:58PM +0200, Thomas Schlesinger wrote: Unfortunately, it seems not to support my Pentium-M 1.73GHz (Pentium M-740, 533MHz FSB): NetBSD has /* Intel Pentium M processor 740 1.73 GHz */ static

Re: est module

2006-06-22 Thread Thomas Schlesinger
Am Donnerstag, 22. Juni 2006 17:29 schrieb YONETANI Tomokazu: snip So my question is: Thomas(and anybody else), can you try my untested patch and see if it works for you? (untested because I don't have access to any Pentium-M machines now) snip Yonetani, thanks for your patch. First, it

Re: est module

2006-06-22 Thread joerg
On Thu, Jun 22, 2006 at 06:00:36PM +0200, Thomas Schlesinger wrote: But I get an error, too, when loading it: Enhanced SpeedStep (1308 mV) - unknown CPU or operating point. module_register_init: MOD_LOAD (est, dea64ecf, 0) error 45 Can you try to disable BIOS control over the CPU frequency

Re: est module

2006-06-22 Thread YONETANI Tomokazu
On Thu, Jun 22, 2006 at 06:00:36PM +0200, Thomas Schlesinger wrote: Am Donnerstag, 22. Juni 2006 17:29 schrieb YONETANI Tomokazu: snip So my question is: Thomas(and anybody else), can you try my untested patch and see if it works for you? (untested because I don't have access to any

Re: est module

2006-06-22 Thread Sascha Wildner
YONETANI Tomokazu wrote: So my question is: Thomas(and anybody else), can you try my untested patch and see if it works for you? (untested because I don't have access to any Pentium-M machines now) Seems to work here with my 770: Jun 22 18:48:47 kern.crit dim kernel: Enhanced SpeedStep (0

Re: est module

2006-06-22 Thread Johannes Hofmann
YONETANI Tomokazu [EMAIL PROTECTED] wrote: On Thu, Jun 22, 2006 at 03:36:38PM +0200, [EMAIL PROTECTED] wrote: On Thu, Jun 22, 2006 at 02:42:58PM +0200, Thomas Schlesinger wrote: Unfortunately, it seems not to support my Pentium-M 1.73GHz (Pentium M-740, 533MHz FSB): NetBSD has /*

Re: est module

2006-06-22 Thread Thomas Schlesinger
Am Donnerstag, 22. Juni 2006 19:21 schrieb Thomas Schlesinger: snip With this settings, Speedstep did work in Linux. I've set the CPU Power Saving to DISABLED, but that didn't help, the same error occurs. I've also booted with CPU Power Saving DISABLED and without ACPI, same thing. I

Re: est module

2006-06-22 Thread Johannes Hofmann
Johannes Hofmann [EMAIL PROTECTED] wrote: YONETANI Tomokazu [EMAIL PROTECTED] wrote: On Thu, Jun 22, 2006 at 03:36:38PM +0200, [EMAIL PROTECTED] wrote: On Thu, Jun 22, 2006 at 02:42:58PM +0200, Thomas Schlesinger wrote: Unfortunately, it seems not to support my Pentium-M 1.73GHz (Pentium

Re: est module

2006-06-22 Thread Thomas Schlesinger
Am Donnerstag, 22. Juni 2006 18:34 schrieb YONETANI Tomokazu: snip Hm, the voltage 1308 is not listed in pentium_m_n740[]. I added code to also print the frequency in the above message. Can you try again with new file and tell me the above result? Sure, if you give me the code ;-) Thomas

Re: est module

2006-06-22 Thread YONETANI Tomokazu
Johannes Hofmann [EMAIL PROTECTED] wrote: Hi, with this patch I only see the syctl for available freqs: [EMAIL PROTECTED]:~ sysctl machdep.est machdep.est.frequency.available: 1800 1600 1400 1200 1000 800 600 [EMAIL PROTECTED]:~ No idea why though... Ok, the SYSCTL_IN and

Re: est module

2006-06-22 Thread YONETANI Tomokazu
On Fri, Jun 23, 2006 at 07:14:39AM +0900, YONETANI Tomokazu wrote: On Thu, Jun 22, 2006 at 09:25:30PM +0200, Thomas Schlesinger wrote: I've discovered the sysctl-switch dev.cpu.0.freq_levels on FreeBSD . I gives me this values for my notebook: 1731/1514/1298/1081/865/649/432/216. That