artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8949b3
)
match AMD family 17h model 90h CCP
author
jsg
<jsg@openbsd.org>
Mon, 24 Oct 2022 04:57:29 +0000
(
04:57
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 24 Oct 2022 04:57:29 +0000
(
04:57
+0000)
tested by and ok bentley@
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
d9495ef
..
1dbd91c
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.
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 <dlg@openbsd.org>
@@
-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