From c060d66ddb19e42956901d813a6e27b8d0581e86 Mon Sep 17 00:00:00 2001 From: cperciva Date: Sun, 31 Jul 2005 01:57:05 +0000 Subject: 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. --- sys/i386/cpufreq/est.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/i386/cpufreq') 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); } -- cgit v1.1