Print cpu_vendor and the MSR value if we don't support this processor
even though we're not asking people to contact us. Requested by: njl
This commit is contained in:
parent
19ad2dd79a
commit
a26ee70316
@ -705,7 +705,7 @@ est_get_info(device_t dev)
|
|||||||
if (error) {
|
if (error) {
|
||||||
printf(
|
printf(
|
||||||
"est: CPU supports Enhanced Speedstep, but is not recognized.\n"
|
"est: CPU supports Enhanced Speedstep, but is not recognized.\n"
|
||||||
);
|
"est: cpu_vendor %s, msr %0jx\n", cpu_vendor, msr);
|
||||||
return (ENXIO);
|
return (ENXIO);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user