summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcidevs_data.h
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2017-12-23 18:35:41 +0000
committermlarkin <mlarkin@openbsd.org>2017-12-23 18:35:41 +0000
commitd56fac89cfb396aa52ceba3433ffbe7a263ffc5f (patch)
tree252b172783dd1969f94acaebd0a67dbfbcc92483 /sys/dev/pci/pcidevs_data.h
parentAdd missing Sunrise Point-H I2C controller PCI IDs (diff)
downloadwireguard-openbsd-d56fac89cfb396aa52ceba3433ffbe7a263ffc5f.tar.xz
wireguard-openbsd-d56fac89cfb396aa52ceba3433ffbe7a263ffc5f.zip
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r--sys/dev/pci/pcidevs_data.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 372fd0573c2..378a6e774f6 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.1829 2017/12/23 01:33:51 jsg Exp
+ * OpenBSD: pcidevs,v 1.1830 2017/12/23 18:34:54 mlarkin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -17508,6 +17508,14 @@ static const struct pci_known_product pci_known_products[] = {
"CM236 LPC",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_I2C0,
+ "100 Series I2C",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_I2C1,
+ "100 Series I2C",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_PCIE_17,
"100 Series PCIE",
},