Skip to content

Commit

Permalink
amdtemp: adds APU2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Mar 20, 2016
1 parent d829a73 commit 629b0b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/dev/amdtemp/amdtemp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_MISC16_X3 0x1583
#define DEVICEID_AMD_MISC17 0x141d

static struct amdtemp_product {
Expand All @@ -93,6 +94,7 @@ static struct amdtemp_product {
{ VENDORID_AMD, DEVICEID_AMD_MISC14 },
{ VENDORID_AMD, DEVICEID_AMD_MISC15 },
{ VENDORID_AMD, DEVICEID_AMD_MISC16 },
{ VENDORID_AMD, DEVICEID_AMD_MISC16_X3 },
{ VENDORID_AMD, DEVICEID_AMD_MISC17 },
{ 0, 0 }
};
Expand Down

0 comments on commit 629b0b8

Please sign in to comment.