mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 07:59:23 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148583
@ -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 New Issue
Block a user