svn commit: r366943 - head/sys/crypto/ccp

Jung-uk Kim jkim at FreeBSD.org
Thu Oct 22 17:46:55 UTC 2020


Author: jkim
Date: Thu Oct 22 17:46:55 2020
New Revision: 366943
URL: https://svnweb.freebsd.org/changeset/base/366943

Log:
  Add a new CCP device ID found on my Ryzen 5 3600XT.
  
  MFC after:	1 week

Modified:
  head/sys/crypto/ccp/ccp.c

Modified: head/sys/crypto/ccp/ccp.c
==============================================================================
--- head/sys/crypto/ccp/ccp.c	Thu Oct 22 17:31:41 2020	(r366942)
+++ head/sys/crypto/ccp/ccp.c	Thu Oct 22 17:46:55 2020	(r366943)
@@ -78,6 +78,7 @@ static struct pciid {
 } ccp_ids[] = {
 	{ 0x14561022, "AMD CCP-5a" },
 	{ 0x14681022, "AMD CCP-5b" },
+	{ 0x14861022, "AMD CCP-5a" },
 	{ 0x15df1022, "AMD CCP-5a" },
 };
 


More information about the svn-src-head mailing list