summaryrefslogtreecommitdiffstats
path: root/sys/dev/amdtemp
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2013-08-26 17:38:36 +0000
committerjmg <jmg@FreeBSD.org>2013-08-26 17:38:36 +0000
commit66bd119888d232b2e3772b0d878b29513cf4c63e (patch)
treeeb4ec86c18e7dc744b28f7bbeadc4cc1c8dc230e /sys/dev/amdtemp
parent34708e1e19ef341236b92c4674bd3f8a3797a1e5 (diff)
downloadFreeBSD-src-66bd119888d232b2e3772b0d878b29513cf4c63e.zip
FreeBSD-src-66bd119888d232b2e3772b0d878b29513cf4c63e.tar.gz
Add support for my:
CPU: AMD A10-5700 APU with Radeon(tm) HD Graphics (3393.89-MHz K8-class CPU)
Diffstat (limited to 'sys/dev/amdtemp')
-rw-r--r--sys/dev/amdtemp/amdtemp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c
index c55e680..553545b 100644
--- a/sys/dev/amdtemp/amdtemp.c
+++ b/sys/dev/amdtemp/amdtemp.c
@@ -76,6 +76,7 @@ struct amdtemp_softc {
#define DEVICEID_AMD_MISC0F 0x1103
#define DEVICEID_AMD_MISC10 0x1203
#define DEVICEID_AMD_MISC11 0x1303
+#define DEVICEID_AMD_MISC12 0x1403
#define DEVICEID_AMD_MISC14 0x1703
#define DEVICEID_AMD_MISC15 0x1603
@@ -86,6 +87,7 @@ static struct amdtemp_product {
{ VENDORID_AMD, DEVICEID_AMD_MISC0F },
{ VENDORID_AMD, DEVICEID_AMD_MISC10 },
{ VENDORID_AMD, DEVICEID_AMD_MISC11 },
+ { VENDORID_AMD, DEVICEID_AMD_MISC12 },
{ VENDORID_AMD, DEVICEID_AMD_MISC14 },
{ VENDORID_AMD, DEVICEID_AMD_MISC15 },
{ 0, 0 }
OpenPOWER on IntegriCloud