From: Arjan van de Ven <arjanv@redhat.com>
To: cpufreq@www.linux.org.uk
Subject: add new p3m model
Date: Mon, 8 Mar 2004 12:15:31 +0100 [thread overview]
Message-ID: <20040308111531.GD14593@devserv.devel.redhat.com> (raw)
Hi,
the patch below adds support for my laptop (Dell Inspiron 2600) which has
ebx return 7 for the p3 mobile in it....
Greetings,
Arjan van de Ven
--- linux-2.6.3/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c~ 2004-03-07 15:31:51.305251000 +0100
+++ linux-2.6.3/arch/i386/kernel/cpu/cpufreq/speedstep-lib.c 2004-03-07 15:31:51.305251000 +0100
@@ -265,10 +265,10 @@
case 0x0B: /* Intel PIII [Tualatin] */
/* cpuid_ebx(1) is 0x04 for desktop PIII,
- 0x06 for mobile PIII-M */
+ 0x06 and 0x07 for mobile PIII-M */
ebx = cpuid_ebx(0x00000001);
ebx &= 0x000000FF;
- if (ebx != 0x06)
+ if ((ebx != 0x06) && (ebx != 0x07))
return 0;
/* So far all PIII-M processors support SpeedStep. See
next prev reply other threads:[~2004-03-08 11:15 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-14 15:20 speedstep capability checks aeriksson
2004-03-15 14:15 ` Dominik Brodowski
2004-03-08 11:15 ` Arjan van de Ven [this message]
2004-03-08 11:47 ` add new p3m model Bas Mevissen
2004-03-08 11:46 ` Arjan van de Ven
2004-03-08 12:08 ` Bas Mevissen
2004-03-08 13:31 ` Bruno Ducrot
2004-03-14 14:34 ` Dominik Brodowski
2004-03-15 14:21 ` Arjan van de Ven
2004-03-15 14:38 ` Dominik Brodowski
2004-03-15 14:45 ` Arjan van de Ven
2004-03-15 15:46 ` Bruno Ducrot
2004-03-15 15:55 ` Dave Jones
2004-03-15 14:20 ` speedstep capability checks Arjan van de Ven
2004-03-15 15:37 ` Bruno Ducrot
2004-03-15 19:25 ` aeriksson
2004-03-15 19:35 ` Bruno Ducrot
2004-03-15 19:44 ` Arjan van de Ven
2004-03-15 19:50 ` [updated patch] " Dominik Brodowski
2004-03-15 21:09 ` Dave Jones
2004-03-16 7:38 ` Dominik Brodowski
2004-03-16 13:01 ` Dave Jones
2004-03-16 15:01 ` Bruno Ducrot
2004-03-16 15:58 ` Dominik Brodowski
2004-03-16 16:00 ` Dominik Brodowski
2004-03-16 16:36 ` Bruno Ducrot
2004-03-18 19:57 ` aeriksson
2004-03-19 11:06 ` Bruno Ducrot
2004-03-15 18:36 ` Bruno Ducrot
2004-03-15 19:20 ` aeriksson
2004-03-15 19:36 ` Bruno Ducrot
2004-03-15 19:46 ` Dominik Brodowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040308111531.GD14593@devserv.devel.redhat.com \
--to=arjanv@redhat.com \
--cc=cpufreq@www.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox