artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429a74c
)
Match on 19h/1xh PSP
author
jmatthew
<jmatthew@openbsd.org>
Fri, 24 Nov 2023 08:47:35 +0000
(08:47 +0000)
committer
jmatthew
<jmatthew@openbsd.org>
Fri, 24 Nov 2023 08:47:35 +0000
(08:47 +0000)
ok dlg@
sys/dev/pci/ccp_pci.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/ccp_pci.c
b/sys/dev/pci/ccp_pci.c
index
1dbd91c
..
1840728
100644
(file)
--- 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 <dlg@openbsd.org>
@@
-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