Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 298453 Details for
Bug 438073
coretemp modules not loading for Penryn
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Penryn codes for hwmon
linux-2.6-add-penryn-to-hwmon.patch (text/plain), 1.00 KB, created by
Sammy
on 2008-03-18 21:28:38 UTC
(
hide
)
Description:
Penryn codes for hwmon
Filename:
MIME Type:
Creator:
Sammy
Created:
2008-03-18 21:28:38 UTC
Size:
1.00 KB
patch
obsolete
>--- a/Documentation/hwmon/coretemp >+++ b/Documentation/hwmon/coretemp >@@ -4,9 +4,10 @@ Kernel driver coretemp > Supported chips: > * All Intel Core family > Prefix: 'coretemp' >- CPUID: family 0x6, models 0xe, 0xf, 0x16 >+ CPUID: family 0x6, models 0xe, 0xf, 0x16, 0x17 > Datasheet: Intel 64 and IA-32 Architectures Software Developer's Manual > Volume 3A: System Programming Guide >+ http://softwarecommunity.intel.com/Wiki/Mobility/720.htm > > Author: Rudolf Marek > >--- a/drivers/hwmon/coretemp.c >+++ b/drivers/hwmon/coretemp.c >@@ -368,10 +368,10 @@ > for_each_online_cpu(i) { > struct cpuinfo_x86 *c = &cpu_data(i); > >- /* check if family 6, models e, f, 16 */ >+ /* check if family 6, 0xe, 0xf, 0x16, 0x17 */ > if ((c->cpuid_level < 0) || (c->x86 != 0x6) || > !((c->x86_model == 0xe) || (c->x86_model == 0xf) || >- (c->x86_model == 0x16))) { >+ (c->x86_model == 0x16) || (c->x86_model == 0x17))) { > > /* supported CPU not found, but report the unknown > family 6 CPU */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 438073
: 298453