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:
parent
9f2be9b3ad
commit
c060d66ddb
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user