diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-12-01 05:48:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-12-01 05:48:40 +0000 |
commit | 01d7a2ec48724551369e5885ffdcfcc8a04bee20 (patch) | |
tree | 781488098286ed709f21e74857e3f89de91b1cef | |
parent | ac9cfba67efe22f6c1a370c18f1ebe3eb683e719 (diff) |
add AMD Phoenix (Family 19h Model 74h) ids
based on submissions to dmesg@
-rw-r--r-- | sys/dev/pci/pcidevs | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3b77ef7a5d7..b2ced148601 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2058 2023/11/29 06:46:29 jmatthew Exp $ +$OpenBSD: pcidevs,v 1.2059 2023/12/01 05:48:39 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -818,6 +818,22 @@ 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 19_7X_RC 0x14e8 19h/7xh Root Complex +product AMD 19_7X_IOMMU 0x14e9 19h/7xh IOMMU +product AMD 19_7X_HB 0x14ea 19h/7xh Host +product AMD 19_7X_PCIE_1 0x14eb 19h/7xh PCIE +product AMD 19_7X_PCIE_2 0x14ed 19h/7xh PCIE +product AMD 19_7X_PCIE_3 0x14ee 19h/7xh PCIE +product AMD 19_7X_PCIE_4 0x14ef 19h/7xh PCIE +product AMD 19_7X_DF_1 0x14f0 19h/7xh Data Fabric +product AMD 19_7X_DF_2 0x14f1 19h/7xh Data Fabric +product AMD 19_7X_DF_3 0x14f2 19h/7xh Data Fabric +product AMD 19_7X_DF_4 0x14f3 19h/7xh Data Fabric +product AMD 19_7X_DF_5 0x14f4 19h/7xh Data Fabric +product AMD 19_7X_DF_6 0x14f5 19h/7xh Data Fabric +product AMD 19_7X_DF_7 0x14f6 19h/7xh Data Fabric +product AMD 19_7X_DF_8 0x14f7 19h/7xh Data Fabric +product AMD 19_7X_IPU 0x1502 19h/7xh IPU product AMD 14_HB 0x1510 14h Host product AMD 14_PCIE_1 0x1512 14h PCIE product AMD 14_PCIE_2 0x1513 14h PCIE @@ -855,6 +871,11 @@ 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 19_7X_XHCI_1 0x15b9 19h/7xh xHCI +product AMD 19_7X_XHCI_2 0x15ba 19h/7xh xHCI +product AMD 19_7X_XHCI_3 0x15c0 19h/7xh xHCI +product AMD 19_7X_XHCI_4 0x15c1 19h/7xh xHCI +product AMD 19_7X_PSP 0x15c7 19h/7xh PSP 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 @@ -906,6 +927,8 @@ product AMD 17_90_DF_4 0x1664 17h/90h Data Fabric product AMD 17_90_DF_5 0x1665 17h/90h Data Fabric product AMD 17_90_DF_6 0x1666 17h/90h Data Fabric product AMD 17_90_DF_7 0x1667 17h/90h Data Fabric +product AMD 19_7X_USB4_1 0x1668 19h/7xh USB4 +product AMD 19_7X_USB4_2 0x1669 19h/7xh USB4 product AMD 19_5X_DF_0 0x166a 19h/5xh Data Fabric product AMD 19_5X_DF_1 0x166b 19h/5xh Data Fabric product AMD 19_5X_DF_2 0x166c 19h/5xh Data Fabric |