From 5549d15fb15b14eb48161d964856633b91223951 Mon Sep 17 00:00:00 2001 From: jmatthew Date: Fri, 24 Nov 2023 04:34:09 +0000 Subject: [PATCH] Add devices found in 4th generation (Genoa) Epyc systems input from and ok jsg@ --- sys/dev/pci/pcidevs | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b5f10efc3a0..20471dd74a4 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2055 2023/11/23 14:21:47 jsg Exp $ +$OpenBSD: pcidevs,v 1.2056 2023/11/24 04:34:09 jmatthew Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -781,11 +781,30 @@ product AMD 17_7X_PCIE_2 0x1484 17h PCIE product AMD 17_3X_CCP 0x1486 17h Crypto product AMD 17_3X_HDA 0x1487 17h HD Audio product AMD 17_7X_XHCI 0x149c 17h xHCI +product AMD 19_1X_IOMMU 0x149e 19h/1xh IOMMU +product AMD 19_1X_PCIE 0x149f 19h/1xh PCIE +product AMD 19_1X_RC 0x14a4 19h/1xh Root Complex +product AMD 19_1X_PCIE_1 0x14a5 19h/1xh PCIE +product AMD 19_1X_RCEC 0x14a6 19h/1xh RCEC +product AMD 19_1X_PCIE_2 0x14a7 19h/1xh PCIE +product AMD 19_1X_PCIE_3 0x14aa 19h/1xh PCIE +product AMD 19_1X_PCIE_4 0x14ac 19h/1xh PCIE +product AMD 19_1X_PCIE_5 0x14ab 19h/1xh PCIE +product AMD 19_1X_DF_1 0x14ad 19h/1xh Data Fabric +product AMD 19_1X_DF_2 0x14ae 19h/1xh Data Fabric +product AMD 19_1X_DF_3 0x14af 19h/1xh Data Fabric +product AMD 19_1X_DF_4 0x14b0 19h/1xh Data Fabric +product AMD 19_1X_DF_5 0x14b1 19h/1xh Data Fabric +product AMD 19_1X_DF_6 0x14b2 19h/1xh Data Fabric +product AMD 19_1X_DF_7 0x14b3 19h/1xh Data Fabric +product AMD 19_1X_DF_8 0x14b4 19h/1xh Data Fabric product AMD 19_4X_RC 0x14b5 19h/4xh Root Complex product AMD 19_4X_IOMMU 0x14b6 19h/4xh IOMMU product AMD 19_4X_HB_1 0x14b7 19h/4xh Host product AMD 19_4X_PCIE_1 0x14b9 19h/4xh PCIE product AMD 19_4X_PCIE_2 0x14ba 19h/4xh PCIE +product AMD 19_1X_XHCI 0x14c9 19h/1xh xHCI +product AMD 19_1X_PSP 0x14ca 19h/1xh PSP product AMD 19_6X_RC 0x14d8 19h/6xh Root Complex product AMD 19_6X_IOMMU 0x14d9 19h/6xh IOMMU product AMD 19_6X_HB 0x14da 19h/6xh Host -- 2.20.1