summaryrefslogtreecommitdiffstats
path: root/sys/dev/amdtemp
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-10-21 13:07:36 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-10-21 13:07:36 +0000
commit7fce188e08d97f3a9724bdb9c1dd8bb7ef7860b3 (patch)
treee93d7045741f0ddf07d5382827b5732d33681038 /sys/dev/amdtemp
parent2e713a4fa04d3df76ea6f955e8e9c225c2df62a3 (diff)
downloadFreeBSD-src-7fce188e08d97f3a9724bdb9c1dd8bb7ef7860b3.zip
FreeBSD-src-7fce188e08d97f3a9724bdb9c1dd8bb7ef7860b3.tar.gz
MFC: r273034
Add one more AMD Kaveri APU device ID. Submitted by: Remy Nonnenmacher <remy.nonnenmacher@activnetworks.com>
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 48a4c1d..54f47ce 100644
--- a/sys/dev/amdtemp/amdtemp.c
+++ b/sys/dev/amdtemp/amdtemp.c
@@ -80,6 +80,7 @@ struct amdtemp_softc {
#define DEVICEID_AMD_MISC14 0x1703
#define DEVICEID_AMD_MISC15 0x1603
#define DEVICEID_AMD_MISC16 0x1533
+#define DEVICEID_AMD_MISC17 0x141d
static struct amdtemp_product {
uint16_t amdtemp_vendorid;
@@ -92,6 +93,7 @@ static struct amdtemp_product {
{ VENDORID_AMD, DEVICEID_AMD_MISC14 },
{ VENDORID_AMD, DEVICEID_AMD_MISC15 },
{ VENDORID_AMD, DEVICEID_AMD_MISC16 },
+ { VENDORID_AMD, DEVICEID_AMD_MISC17 },
{ 0, 0 }
};
OpenPOWER on IntegriCloud