All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hendrik Muhs <Hendrik.Muhs@web.de>
To: cpufreq@www.linux.org.uk
Subject: Re: [PATCH] Another powernow-k7 patch for Desktop XP-M usage
Date: Wed, 1 Dec 2004 21:09:08 +0100	[thread overview]
Message-ID: <200412012109.08692.Hendrik.Muhs@web.de> (raw)

Hi,


> 
> Still can't set multiplier 11. I'm able to run CPU on 10.5x200, but not 
> at 11x200. If I use
> 
> powernow-k7 overwrite_table=1 multiplier=50,60,70,80,90,110
> 
> or
> 
> powernow-k7 overwrite_table=1 multiplier=50,60,70,80,90,11
> 
> maximum frequency becomes 1800MHz (9x200) and it's second to last 
> multiplier...

Strange, works for me:

modprobe powernow-k7 overwrite_table=1 multiplier=50,60,70,80,90,110

dmesg:

powernow: PowerNOW! Technology present. Can scale: frequency and voltage.
powernow: FSB: 100.074 MHz
powernow: Overwriting PST table with manual settings
powernow: Settling Time: 200 microseconds.
powernow:    FID: 0x4 (5.0x [500MHz])   VID: 0xb (1.450V)
powernow:    FID: 0x6 (6.0x [600MHz])   VID: 0xb (1.450V)
powernow:    FID: 0x8 (7.0x [700MHz])   VID: 0xb (1.450V)
powernow:    FID: 0xa (8.0x [800MHz])   VID: 0xb (1.450V)
powernow:    FID: 0xc (9.0x [900MHz])   VID: 0xb (1.450V)
powernow:    FID: 0x0 (11.0x [1100MHz]) VID: 0xb (1.450V)
powernow: Minimum speed 500 MHz. Maximum speed 1100 MHz.

cat /proc/cpuinfo:

processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 10
model name      : mobile AMD Athlon(tm) MP-M 1700+
stepping        : 0
cpu MHz         : 1100.815
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips        : 2176.03


Could you please post your dmesg output and the output from 
'cat /proc/cpuinfo' after modprobe 'ing the module?

Hendrik
 
> 
> 
> 
> 
> Nebojsa Trpkovic wrote:
> 
> > Hendrik Muhs wrote:
> >
> >> You found a bug! There is an error in the translation table:
> >>
> >> +/* translation table for odd multiplier to fid*/
> >> +static int odd_multiplier[9]={
> >> +    5, 7, 9, 11, 12, 13, 1, 3,        +   
> >> 21,                                      +};
> >>
> >> should be (13 instead of 12, 15 instead of 13):
> >>
> >> +/* translation table for odd multiplier to fid*/
> >> +static int odd_multiplier[9]={
> >> +    5, 7, 9, 11, 13, 15, 1, 3,       +   
> >> 21,                                      +};
> >>
> >> A new corrected patch is attached to this mail
> >>
> >> Hendrik
> >>  
> >>
> >>
> > That works!
> >
> > Finaly I have my Barton 2500+ fully modded :D
> >
> > First, I've set it's FSB from 166MHz to 200MHz (L12 mod)
> > and then it became Mobile (L5 mod)
> >
> > Now it runs at 1GHz and switchs to 2.1GHz if needed instead of boring 
> > 1833MHz :D
> >
> >
> > Great work!
> > Thank you all!
> >

             reply	other threads:[~2004-12-01 20:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-01 20:09 Hendrik Muhs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-10-15  7:05 [PATCH] Another powernow-k7 patch for Desktop XP-M usage Hendrik Muhs
2004-10-15 22:28 ` Nebojsa Trpkovic
2004-11-29 21:36   ` Nebojsa Trpkovic
2004-10-16 16:11 ` mark newman
2005-01-14 11:46 ` Jarkko Lavinen
2005-01-17 15:21   ` Hendrik Muhs
2005-01-17 16:31     ` Jarkko Lavinen
2005-01-19 15:35     ` Jarkko Lavinen
2004-10-12  8:18 Hendrik Muhs
2004-10-14 23:26 ` Nebojsa Trpkovic
2004-10-20  9:43   ` Bruno Ducrot
2004-10-20 22:05     ` Harald Milz
2004-10-21  0:56     ` Nebojsa Trpkovic

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=200412012109.08692.Hendrik.Muhs@web.de \
    --to=hendrik.muhs@web.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.