diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 2013-08-26 17:38:36 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 2013-08-26 17:38:36 +0000 |
commit | 534b11a1313ec466317614654e94f0821e94eeab (patch) | |
tree | eb4ec86c18e7dc744b28f7bbeadc4cc1c8dc230e | |
parent | 976a220f2cab952ccb45cc83b167a1245eb33095 (diff) |
Notes
-rw-r--r-- | sys/dev/amdtemp/amdtemp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index c55e680b23db..553545b4aa2a 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 } |