diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-05-02 09:52:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-05-02 09:52:37 +0000 |
commit | 9c088cf2ad37dfa74bc67850b390869453102a16 (patch) | |
tree | b617d9c4fbfc1c195903adc98f3ebcc2fed74fcd /sys/dev/pci | |
parent | be14a99de40733ee3418d8aa1e87b1ff4448e24e (diff) |
works on newer AMD Ryzen APUs/CPUs as well
ok deraadt@, mlarkin@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/ccp_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ccp_pci.c b/sys/dev/pci/ccp_pci.c index 422f8044599..d466442e961 100644 --- a/sys/dev/pci/ccp_pci.c +++ b/sys/dev/pci/ccp_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ccp_pci.c,v 1.1 2018/04/20 04:37:21 dlg Exp $ */ +/* $OpenBSD: ccp_pci.c,v 1.2 2019/05/02 09:52:36 kettenis Exp $ */ /* * Copyright (c) 2018 David Gwynne <dlg@openbsd.org> @@ -46,6 +46,7 @@ static const struct pci_matchid ccp_pci_devices[] = { { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_CCPV3 }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_CCPV5A }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_CCPV5B }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_CCPV5C }, }; int |