diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 88740c36a83..a8beb1ea57a 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.2041 2023/06/29 07:58:15 jsg Exp + * OpenBSD: pcidevs,v 1.2042 2023/07/07 03:50:02 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -25172,6 +25172,10 @@ static const struct pci_known_product pci_known_products[] = { "Core 13G xHCI", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RPL_TBT_PCIE3, + "Core 13G PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RPL_P_GT_1, "Graphics", }, @@ -25204,6 +25208,10 @@ static const struct pci_known_product pci_known_products[] = { "Core 13G TBT", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RPL_TBT_PCIE1, + "Core 13G PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_RPL_PCIE_3, "Core 13G PCIE", }, |