From 1267c24de08d6bd5ae2c9cc14719cf58dc8cd0ba Mon Sep 17 00:00:00 2001 From: jmatthew Date: Fri, 24 Nov 2023 08:47:35 +0000 Subject: [PATCH] Match on 19h/1xh PSP ok dlg@ --- 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 1dbd91ce93b..18407281d6c 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.7 2022/10/24 04:57:29 jsg Exp $ */ +/* $OpenBSD: ccp_pci.c,v 1.8 2023/11/24 08:47:35 jmatthew Exp $ */ /* * Copyright (c) 2018 David Gwynne @@ -49,6 +49,7 @@ static const struct pci_matchid ccp_pci_devices[] = { { 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 }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_19_1X_PSP }, }; int -- 2.20.1