From 7cda7375e629cf6c6d072b1de0510165be1e529d Mon Sep 17 00:00:00 2001
From: Jung-uk Kim <jkim@FreeBSD.org>
Date: Thu, 22 Oct 2020 17:46:55 +0000
Subject: [PATCH] Add a new CCP device ID found on my Ryzen 5 3600XT.

MFC after:	1 week
---
 sys/crypto/ccp/ccp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/crypto/ccp/ccp.c b/sys/crypto/ccp/ccp.c
index 63967d7f8e3c..5be5752e6691 100644
--- a/sys/crypto/ccp/ccp.c
+++ b/sys/crypto/ccp/ccp.c
@@ -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" },
 };