aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amdtemp
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2014-10-13 13:13:42 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2014-10-13 13:13:42 +0000
commit9bfafa105547b490aab3f0cf465485024184e989 (patch)
tree2e888fb77713754c1d59ba32bd0f667fa755dbe2 /sys/dev/amdtemp
parent6ca0dd05f44e2baf9db686957dffca358bceb425 (diff)
Notes
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 48a4c1d9e48c..54f47ce14d80 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 }
};