Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add AMD F17/1x and F17/9x CCP(PSP) support to am...
details: https://anonhg.NetBSD.org/src/rev/ac589642c02d
branches: trunk
changeset: 372043:ac589642c02d
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Oct 26 13:35:25 2022 +0000
description:
Add AMD F17/1x and F17/9x CCP(PSP) support to amdccp(4).
diffstat:
sys/dev/pci/amdccp_pci.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r d76620af316a -r ac589642c02d sys/dev/pci/amdccp_pci.c
--- a/sys/dev/pci/amdccp_pci.c Wed Oct 26 13:23:09 2022 +0000
+++ b/sys/dev/pci/amdccp_pci.c Wed Oct 26 13:35:25 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amdccp_pci.c,v 1.2 2020/06/25 16:40:40 thorpej Exp $ */
+/* $NetBSD: amdccp_pci.c,v 1.3 2022/10/26 13:35:25 msaitoh Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amdccp_pci.c,v 1.2 2020/06/25 16:40:40 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amdccp_pci.c,v 1.3 2022/10/26 13:35:25 msaitoh Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -65,8 +65,14 @@
.product = PCI_PRODUCT_AMD_F17_CCP_2,
},
{ .vendor = PCI_VENDOR_AMD,
+ .product = PCI_PRODUCT_AMD_F17_1X_PSP,
+ },
+ { .vendor = PCI_VENDOR_AMD,
.product = PCI_PRODUCT_AMD_F17_7X_CCP,
},
+ { .vendor = PCI_VENDOR_AMD,
+ .product = PCI_PRODUCT_AMD_F17_9X_CCP,
+ },
};
static const struct amdccp_pci_product *
Home |
Main Index |
Thread Index |
Old Index