Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170962084
D57616.id179904.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
535 B
Referenced Files
None
Subscribers
None
D57616.id179904.diff
View Options
diff --git a/sys/x86/cpufreq/est.c b/sys/x86/cpufreq/est.c
--- a/sys/x86/cpufreq/est.c
+++ b/sys/x86/cpufreq/est.c
@@ -1046,9 +1046,10 @@
error = est_msr_info(dev, msr, &sc->freq_list, &sc->flist_len);
if (error) {
- printf(
- "est: CPU supports Enhanced Speedstep, but is not recognized.\n"
- "est: cpu_vendor %s, msr %0jx\n", cpu_vendor, msr);
+ if (bootverbose)
+ printf(
+ "est: CPU supports Enhanced Speedstep, but is not recognized.\n"
+ "est: cpu_vendor %s, msr %0jx\n", cpu_vendor, msr);
return (ENXIO);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 8, 9:29 PM (20 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34047250
Default Alt Text
D57616.id179904.diff (535 B)
Attached To
Mode
D57616: est: gate "not recognized" message behind bootverbose
Attached
Detach File
Event Timeline
Log In to Comment