mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ est_get_info(device_t dev)
|
|||
if (error) {
|
||||
printf(
|
||||
"est: CPU supports Enhanced Speedstep, but is not recognized.\n"
|
||||
);
|
||||
"est: cpu_vendor %s, msr %0jx\n", cpu_vendor, msr);
|
||||
return (ENXIO);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue