Current-Users archive

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

Re: acpicpu: failed to set frequency



On Thu, May 05, 2011 at 07:43:26AM +0200, Christoph Egger wrote:
> acpicpu1: failed to set cpu frequency to 2000 (err 5)
> acpicpu1: failed to set cpu frequency to 2200 (err 5)
> 
> I have estd running and that machine is a AMD K8.

Try removing the following extra sanity check.

- Jukka.
Index: acpi_cpu_md.c
===================================================================
RCS file: /cvsroot/src/sys/arch/x86/acpi/acpi_cpu_md.c,v
retrieving revision 1.58
diff -u -p -r1.58 acpi_cpu_md.c
--- acpi_cpu_md.c       4 Apr 2011 20:37:55 -0000       1.58
+++ acpi_cpu_md.c       5 May 2011 05:48:02 -0000
@@ -917,9 +917,6 @@ acpicpu_md_pstate_fidvid_set(struct acpi
                        return rv;
        }
 
-       if (cfid != fid || cvid != vid)
-               return EIO;
-
        return 0;
 }
 


Home | Main Index | Thread Index | Old Index