From 87c6952e9dafdc8caec5fafeb5c39d33be39d267 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 24 Oct 2022 04:57:29 +0000 Subject: [PATCH] match AMD family 17h model 90h CCP tested by and ok bentley@ --- sys/dev/pci/ccp_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/ccp_pci.c b/sys/dev/pci/ccp_pci.c index d9495ef6247..1dbd91ce93b 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.6 2022/03/11 18:00:45 mpi Exp $ */ +/* $OpenBSD: ccp_pci.c,v 1.7 2022/10/24 04:57:29 jsg Exp $ */ /* * Copyright (c) 2018 David Gwynne @@ -48,6 +48,7 @@ static const struct pci_matchid ccp_pci_devices[] = { { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_CCP_2 }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_1X_CCP }, { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_3X_CCP }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_17_90_CCP }, }; int -- 2.20.1