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.
This commit is contained in:
cperciva 2005-07-31 01:57:05 +00:00
parent 9f2be9b3ad
commit c060d66ddb

View File

@ -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);
}