Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2014 13:13:43 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273034 - head/sys/dev/amdtemp
Message-ID:  <201410131313.s9DDDhUL039020@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Mon Oct 13 13:13:42 2014
New Revision: 273034
URL: https://svnweb.freebsd.org/changeset/base/273034

Log:
  Add one more AMD Kaveri APU device ID.
  
  Submitted by:	Remy Nonnenmacher <remy.nonnenmacher@activnetworks.com>
  MFC after:	1 week

Modified:
  head/sys/dev/amdtemp/amdtemp.c

Modified: head/sys/dev/amdtemp/amdtemp.c
==============================================================================
--- head/sys/dev/amdtemp/amdtemp.c	Mon Oct 13 12:49:04 2014	(r273033)
+++ head/sys/dev/amdtemp/amdtemp.c	Mon Oct 13 13:13:42 2014	(r273034)
@@ -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 }
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410131313.s9DDDhUL039020>