summaryrefslogtreecommitdiffstats
path: root/sys/i386/cpufreq
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2005-07-31 01:57:05 +0000
committercperciva <cperciva@FreeBSD.org>2005-07-31 01:57:05 +0000
commitc060d66ddb19e42956901d813a6e27b8d0581e86 (patch)
tree5797a1b4384d45758916f127544ca4cf120d94ca /sys/i386/cpufreq
parent9f2be9b3ad867a9ffbbe822a8b8cd5066808fe64 (diff)
downloadFreeBSD-src-c060d66ddb19e42956901d813a6e27b8d0581e86.zip
FreeBSD-src-c060d66ddb19e42956901d813a6e27b8d0581e86.tar.gz
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.
Diffstat (limited to 'sys/i386/cpufreq')
-rw-r--r--sys/i386/cpufreq/est.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/cpufreq/est.c b/sys/i386/cpufreq/est.c
index 51f5de8..22729cf 100644
--- a/sys/i386/cpufreq/est.c
+++ b/sys/i386/cpufreq/est.c
@@ -705,9 +705,7 @@ est_get_info(device_t dev)
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);
}
OpenPOWER on IntegriCloud