summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-06-21 04:09:29 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-06-21 04:09:29 +0000
commitff5baacf14995508d8a1b87721e848b294d09b88 (patch)
tree643a781b2a187a0d1738a6c947bc419dc542362c /sys/dev/pci
parent4931b594fc2098195b25b535b7e4c23bec43c339 (diff)
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h23
-rw-r--r--sys/dev/pci/pcidevs_data.h86
2 files changed, 107 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 6120750d1f4..8946e8f9dfa 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1996 2022/06/06 03:58:19 jsg Exp
+ * OpenBSD: pcidevs,v 1.1997 2022/06/21 04:08:53 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5484,10 +5484,16 @@
#define PCI_PRODUCT_INTEL_EHL_GT_5 0x4571 /* UHD Graphics */
#define PCI_PRODUCT_INTEL_ADL_S_PCIE_1 0x460d /* Core 12G PCIE */
#define PCI_PRODUCT_INTEL_ADL_S_DTT 0x461d /* Core 12G DTT */
+#define PCI_PRODUCT_INTEL_ADL_XHCI 0x461e /* Core 12G xHCI */
+#define PCI_PRODUCT_INTEL_ADL_P_HB_1 0x4621 /* Core 12G Host */
#define PCI_PRODUCT_INTEL_ADL_P_GT2_1 0x4626 /* Graphics */
#define PCI_PRODUCT_INTEL_ADL_P_GT2_2 0x4628 /* Graphics */
#define PCI_PRODUCT_INTEL_ADL_P_GT2_3 0x462a /* Graphics */
#define PCI_PRODUCT_INTEL_ADL_S_PCIE_2 0x462d /* Core 12G PCIE */
+#define PCI_PRODUCT_INTEL_ADL_TBT_PCIE1 0x462f /* Core 12G PCIE */
+#define PCI_PRODUCT_INTEL_ADL_TBT_DMA0 0x463e /* Core 12G TBT */
+#define PCI_PRODUCT_INTEL_ADL_TBT_DMA1 0x466d /* Core 12G TBT */
+#define PCI_PRODUCT_INTEL_ADL_TBT_PCIE0 0x466e /* Core 12G PCIE */
#define PCI_PRODUCT_INTEL_ADL_S_HB_3 0x4648 /* Core 12G Host */
#define PCI_PRODUCT_INTEL_ADL_S_PCIE_3 0x464d /* Core 12G PCIE */
#define PCI_PRODUCT_INTEL_ADL_S_GNA 0x464f /* Core 12G GNA */
@@ -5610,6 +5616,21 @@
#define PCI_PRODUCT_INTEL_EP80579_LAN_5 0x5045 /* EP80579 LAN */
#define PCI_PRODUCT_INTEL_EP80579_LAN_3 0x5048 /* EP80579 LAN */
#define PCI_PRODUCT_INTEL_EP80579_LAN_6 0x5049 /* EP80579 LAN */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_ESPI 0x5182 /* 600 Series eSPI */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_SMB 0x51a3 /* 600 Series SMBus */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_SPI 0x51a4 /* 600 Series SPI */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_I2C_0 0x51c5 /* 600 Series I2C */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_I2C_1 0x51c6 /* 600 Series I2C */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_HDA 0x51c8 /* 600 Series HD Audio */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_I2C_2 0x51d8 /* 600 Series I2C */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_I2C_3 0x51d9 /* 600 Series I2C */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_HECI 0x51e0 /* 600 Series HECI */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_I2C_4 0x51e8 /* 600 Series I2C */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_I2C_5 0x51e9 /* 600 Series I2C */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_I2C_6 0x51ea /* 600 Series I2C */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_I2C_7 0x51eb /* 600 Series I2C */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_XHCI 0x51ed /* 600 Series xHCI */
+#define PCI_PRODUCT_INTEL_600SERIES_LP_SRAM 0x51ef /* 600 Series SRAM */
#define PCI_PRODUCT_INTEL_WL_22500_11 0x51f0 /* Wi-Fi 6 AX211 */
#define PCI_PRODUCT_INTEL_WL_22500_16 0x54f0 /* Wi-Fi 6 AX211 */
#define PCI_PRODUCT_INTEL_80960RD 0x5200 /* i960 RD */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 257bba6f405..7080318f67b 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1996 2022/06/06 03:58:19 jsg Exp
+ * OpenBSD: pcidevs,v 1.1997 2022/06/21 04:08:53 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -19316,6 +19316,14 @@ static const struct pci_known_product pci_known_products[] = {
"Core 12G DTT",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADL_XHCI,
+ "Core 12G xHCI",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADL_P_HB_1,
+ "Core 12G Host",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADL_P_GT2_1,
"Graphics",
},
@@ -19332,6 +19340,22 @@ static const struct pci_known_product pci_known_products[] = {
"Core 12G PCIE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADL_TBT_PCIE1,
+ "Core 12G PCIE",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADL_TBT_DMA0,
+ "Core 12G TBT",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADL_TBT_DMA1,
+ "Core 12G TBT",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADL_TBT_PCIE0,
+ "Core 12G PCIE",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ADL_S_HB_3,
"Core 12G Host",
},
@@ -19820,6 +19844,66 @@ static const struct pci_known_product pci_known_products[] = {
"EP80579 LAN",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_ESPI,
+ "600 Series eSPI",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_SMB,
+ "600 Series SMBus",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_SPI,
+ "600 Series SPI",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_I2C_0,
+ "600 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_I2C_1,
+ "600 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_HDA,
+ "600 Series HD Audio",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_I2C_2,
+ "600 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_I2C_3,
+ "600 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_HECI,
+ "600 Series HECI",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_I2C_4,
+ "600 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_I2C_5,
+ "600 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_I2C_6,
+ "600 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_I2C_7,
+ "600 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_XHCI,
+ "600 Series xHCI",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_600SERIES_LP_SRAM,
+ "600 Series SRAM",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_11,
"Wi-Fi 6 AX211",
},