Add a new CCP device ID found on my Ryzen 5 3600XT.

MFC after:	1 week
This commit is contained in:
Jung-uk Kim 2020-10-22 17:46:55 +00:00
parent 610d345953
commit 7cda7375e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366943

View File

@ -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" },
};