cvs commit: src/sys/i386/cpufreq est.c
Nate Lawson
nate at root.org
Sun Jul 31 06:30:23 GMT 2005
Colin Percival wrote:
> cperciva 2005-07-31 01:57:05 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/cpufreq est.c
> Log:
> Remove the instruction to "contact the maintainer" for unrecognized
> CPUs. Intel refuses to give me the information I need, and getting
> more emails about this doesn't help.
>
> Revision Changes Path
> 1.8 +1 -3 src/sys/i386/cpufreq/est.c
>
>
> Index: src/sys/i386/cpufreq/est.c
> diff -u src/sys/i386/cpufreq/est.c:1.7 src/sys/i386/cpufreq/est.c:1.8
> --- src/sys/i386/cpufreq/est.c:1.7 Sun Apr 10 19:57:47 2005
> +++ src/sys/i386/cpufreq/est.c Sun Jul 31 01:57:05 2005
> @@ -705,9 +705,7 @@
> if (error) {
> printf(
> "est: CPU supports Enhanced Speedstep, but is not recognized.\n"
> - "est: Please update driver or contact the maintainer.\n"
> - "est: cpu_vendor %s, msr %0jx, bus_clk, %x\n",
> - cpu_vendor, msr, INTEL_BUS_CLK);
> + );
> return (ENXIO);
> }
I would prefer we still print the MSR and cpu_vendor info, even if you
remove the "contact maintainer" part. Also, most systems based on newer
Pentium-M export the control info via acpi_perf so if acpi is active, we
use those settings for est.
--
Nate
More information about the cvs-src
mailing list