FreeBSD Bugzilla – Attachment 166496 Details for
Bug 206882
AMDTEMP.C Fixed to work on AMD GX-412TC SOC (Puma)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff file for 10.1-release amdtemp.c cheers :)
amdtemp.diff (text/plain), 757 bytes, created by
Chris
on 2016-02-03 14:32:15 UTC
(
hide
)
Description:
diff file for 10.1-release amdtemp.c cheers :)
Filename:
MIME Type:
Creator:
Chris
Created:
2016-02-03 14:32:15 UTC
Size:
757 bytes
patch
obsolete
>--- amdtemp.c 2014-03-28 19:55:34.000000000 +1100 >+++ amdtempnew.c 2016-01-31 04:49:12.000000000 +1100 >@@ -32,7 +32,7 @@ > */ > > #include <sys/cdefs.h> >-__FBSDID("$FreeBSD$"); >+__FBSDID("$FreeBSD: releng/10.1/sys/dev/amdtemp/amdtemp.c 263869 2014-03-28 08:55:34Z brueffer $"); > > #include <sys/param.h> > #include <sys/bus.h> >@@ -80,6 +80,7 @@ > #define DEVICEID_AMD_MISC14 0x1703 > #define DEVICEID_AMD_MISC15 0x1603 > #define DEVICEID_AMD_MISC16 0x1533 >+#define DEVICEID_AMD_MISC16_X3 0X1583 > > static struct amdtemp_product { > uint16_t amdtemp_vendorid; >@@ -92,6 +93,7 @@ > { VENDORID_AMD, DEVICEID_AMD_MISC14 }, > { VENDORID_AMD, DEVICEID_AMD_MISC15 }, > { VENDORID_AMD, DEVICEID_AMD_MISC16 }, >+ { VENDORID_AMD, DEVICEID_AMD_MISC16_X3 }, > { 0, 0 } > }; >
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 206882
: 166496