diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 546ae7d8a3e..51027526e87 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.2094 2024/11/09 10:23:06 miod Exp + * OpenBSD: pcidevs,v 1.2095 2025/01/08 02:12:24 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -23188,10 +23188,18 @@ static const struct pci_known_product pci_known_products[] = { "Graphics", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARL_U_GT_1, + "Graphics", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_MTL_U_GT_1, "Graphics", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARL_H_GT_1, + "Graphics", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_MTL_H_GT_1, "Arc Graphics", }, @@ -23200,6 +23208,14 @@ static const struct pci_known_product pci_known_products[] = { "Graphics", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARL_S_GT_1, + "Graphics", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARL_H_GT_2, + "Graphics", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_MTL_H_GT_2, "Graphics", }, @@ -26744,6 +26760,10 @@ static const struct pci_known_product pci_known_products[] = { "21154AE/BE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARL_S_GT_2, + "Graphics", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_0, "Core DMI", }, |