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" }, }; _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"