On Wed, Nov 30, 2022 at 07:57:33AM +0000, Laurence Tratt wrote:
> On Tue, Nov 29, 2022 at 10:42:36PM +0000, Laurence Tratt wrote:
> 
> > The diff below adds some newish AMD elements to pcidevs.
> 
> As Mike Larkin kindly pointed out off-list, I sent a diff to the generated
> file. Sorry!

With some more of the devices from the dmesg.

I can't find any documentation from AMD for this.

Index: pcidevs
===================================================================
RCS file: /cvs/src/sys/dev/pci/pcidevs,v
retrieving revision 1.2012
diff -u -p -r1.2012 pcidevs
--- pcidevs     2 Dec 2022 07:29:30 -0000       1.2012
+++ pcidevs     2 Dec 2022 07:49:20 -0000
@@ -780,6 +780,19 @@ product AMD 19_4X_IOMMU            0x14b6  19h/4xh 
 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_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
+product AMD 19_6X_PCIE_1       0x14db  19h/6xh PCIE
+product AMD 19_6X_PCIE_2       0x14dd  19h/6xh PCIE
+product AMD 19_6X_DF_1         0x14e0  19h/6xh Data Fabric
+product AMD 19_6X_DF_2         0x14e1  19h/6xh Data Fabric
+product AMD 19_6X_DF_3         0x14e2  19h/6xh Data Fabric
+product AMD 19_6X_DF_4         0x14e3  19h/6xh Data Fabric
+product AMD 19_6X_DF_5         0x14e4  19h/6xh Data Fabric
+product AMD 19_6X_DF_6         0x14e5  19h/6xh Data Fabric
+product AMD 19_6X_DF_7         0x14e6  19h/6xh Data Fabric
+product AMD 19_6X_DF_8         0x14e7  19h/6xh Data Fabric
 product AMD 14_HB              0x1510  14h Host
 product AMD 14_PCIE_1          0x1512  14h PCIE
 product AMD 14_PCIE_2          0x1513  14h PCIE
@@ -814,6 +827,9 @@ product AMD 16_3X_DRAM              0x1582  16h DRAM 
 product AMD 16_3X_MISC         0x1583  16h Misc Cfg
 product AMD 16_3X_CPU_PM       0x1584  16h CPU Power
 product AMD 16_3X_MISC_2       0x1585  16h Misc Cfg
+product AMD 19_6X_XHCI_1       0x15b6  19h/6xh xHCI
+product AMD 19_6X_XHCI_2       0x15b7  19h/6xh xHCI
+product AMD 19_6X_XHCI_3       0x15b8  19h/6xh xHCI
 product AMD 17_1X_RC           0x15d0  17h/1xh Root Complex
 product AMD 17_1X_IOMMU                0x15d1  17h/1xh IOMMU
 product AMD 17_1X_PCIE_1       0x15d3  17h/1xh PCIE
@@ -930,6 +946,10 @@ product AMD 500SERIES_PCIE_1       0x43e9  500 
 product AMD 500SERIES_PCIE_2   0x43ea  500 Series PCIE
 product AMD 500SERIES_AHCI     0x43eb  500 Series AHCI
 product AMD 500SERIES_XHCI     0x43ee  500 Series xHCI
+product AMD 600SERIES_PCIE_1   0x43f4  600 Series PCIE
+product AMD 600SERIES_PCIE_2   0x43f5  600 Series PCIE
+product AMD 600SERIES_AHCI     0x43f6  600 Series AHCI
+product AMD 600SERIES_XHCI     0x43f7  600 Series xHCI
 product AMD 500SERIES_PCIE_3   0x57a3  500 Series PCIE
 product AMD 500SERIES_PCIE_4   0x57a4  500 Series PCIE
 product AMD 500SERIES_PCIE_5   0x57ad  500 Series PCIE

Reply via email to