diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-02 18:42:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-02 18:42:40 +0000 |
commit | 3ebf7a80da4876d219b5e5c27b2e8f062758dccf (patch) | |
tree | 05d6975c315a23dfdba05f11e88e1cfab71b0b16 /sys/dev | |
parent | cf81b0291647991919163ff59d98b724026f152b (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 26 |
2 files changed, 32 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 74329d92aa1..ff0c0d4bcb5 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.1933 2020/10/01 15:42:15 kettenis Exp + * OpenBSD: pcidevs,v 1.1934 2020/10/02 18:41:51 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5539,6 +5539,12 @@ #define PCI_PRODUCT_INTEL_PINEVIEW_M_DMI 0xa010 /* Pineview DMI */ #define PCI_PRODUCT_INTEL_PINEVIEW_M_IGC_1 0xa011 /* Pineview Video */ #define PCI_PRODUCT_INTEL_PINEVIEW_M_IGC_2 0xa012 /* Pineview Video */ +#define PCI_PRODUCT_INTEL_500SERIES_LP_I2C_1 0xa0c5 /* 500 Series I2C */ +#define PCI_PRODUCT_INTEL_500SERIES_LP_I2C_2 0xa0c6 /* 500 Series I2C */ +#define PCI_PRODUCT_INTEL_500SERIES_LP_I2C_3 0xa0e8 /* 500 Series I2C */ +#define PCI_PRODUCT_INTEL_500SERIES_LP_I2C_4 0xa0e9 /* 500 Series I2C */ +#define PCI_PRODUCT_INTEL_500SERIES_LP_I2C_5 0xa0ea /* 500 Series I2C */ +#define PCI_PRODUCT_INTEL_500SERIES_LP_I2C_6 0xa0eb /* 500 Series I2C */ #define PCI_PRODUCT_INTEL_100SERIES_AHCI_1 0xa102 /* 100 Series AHCI */ #define PCI_PRODUCT_INTEL_100SERIES_AHCI_2 0xa103 /* 100 Series AHCI */ #define PCI_PRODUCT_INTEL_100SERIES_RAID_1 0xa105 /* 100 Series RAID */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 2c9628f53ad..c439f277169 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.1933 2020/10/01 15:42:15 kettenis Exp + * OpenBSD: pcidevs,v 1.1934 2020/10/02 18:41:51 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -19588,6 +19588,30 @@ static const struct pci_known_product pci_known_products[] = { "Pineview Video", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_I2C_1, + "500 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_I2C_2, + "500 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_I2C_3, + "500 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_I2C_4, + "500 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_I2C_5, + "500 Series I2C", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_I2C_6, + "500 Series I2C", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_AHCI_1, "100 Series AHCI", }, |