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:
Colin Percival 2005-07-31 06:42:27 +00:00
parent 19ad2dd79a
commit a26ee70316
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148583

View File

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