diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-01 15:42:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-01 15:42:54 +0000 |
commit | 4fca566be8f85cba038c23ee0509ec2ba0a8cb46 (patch) | |
tree | 84f753bb7e36c35024c2dbc0129bbdebc5b10d15 /sys/dev/pci/pcidevs_data.h | |
parent | 444da3b53cfa6ae6c3b6e75d23fb1e157438046c (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 02ee9fcf7f5..2c9628f53ad 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.1932 2020/08/23 19:24:22 kettenis Exp + * OpenBSD: pcidevs,v 1.1933 2020/10/01 15:42:15 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10280,6 +10280,30 @@ static const struct pci_known_product pci_known_products[] = { "HD Graphics P4000", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_LP_I2C_1, + "400 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_LP_I2C_2, + "400 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_LP_I2C_3, + "400 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_LP_I2C_4, + "400 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_LP_I2C_5, + "400 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_LP_I2C_6, + "400 Series I2C", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_2, "Wi-Fi 6 AX201", }, |