[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PowerBook G4 12": nVidia GeForce 420 Go sure is a problem



On Thu, 2003-02-06 at 22:47, Orion Buckminster Montoya wrote:

> Well, the bogomips is 519.37.  I'll figure out cpufreq tonight, I
> guess.

You'll probably need that patch:

--- 1.6/arch/ppc/platforms/pmac_cpufreq.c       Thu Nov 28 21:31:00 2002
+++ edited/arch/ppc/platforms/pmac_cpufreq.c    Thu Feb  6 23:33:29 2003
@@ -261,8 +261,10 @@
                goto out;
        cur_freq = (*value) / 1000;
  
-       /* Check for tibook 800Mhz or 1Ghz */
-       if (machine_is_compatible("PowerBook3,4") ||
machine_is_compatible("PowerBook3,5")) {
+       /* Check for newer machines */
+       if (machine_is_compatible("PowerBook3,4") ||
+           machine_is_compatible("PowerBook3,5") ||
+           machine_is_compatible("MacRISC3")) {
                value = (u32 *)get_property(cpunode,
"min-clock-frequency", NULL);
                if (!value)
                        goto out;



Reply to: