diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-05-18 19:01:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-05-18 19:01:38 +0000 |
commit | 0c8228bc69c671080f0a026202ae7287096e2ab0 (patch) | |
tree | 2eb3a5778b65eb6a1825dadb55fbc9f5146533e5 | |
parent | d13de632a669002e796523971ff6a2a3ef57bee3 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 67aa73a9f4a..23a7b7744af 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.1848 2018/05/17 04:42:27 mlarkin Exp + * OpenBSD: pcidevs,v 1.1849 2018/05/18 19:01:08 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5111,7 +5111,7 @@ #define PCI_PRODUCT_INTEL_CQM170_LPC 0xa14d /* CQM170 LPC */ #define PCI_PRODUCT_INTEL_HM170_LPC 0xa14e /* HM170 LPC */ #define PCI_PRODUCT_INTEL_CM236_LPC 0xa150 /* CM236 LPC */ -#define PCI_PRODUCT_INTEL_SUNRISE_PT_LPC 0xa154 /* Sunrise Point-H LPC */ +#define PCI_PRODUCT_INTEL_CM238_LPC 0xa154 /* CM238 LPC */ #define PCI_PRODUCT_INTEL_100SERIES_I2C0 0xa160 /* 100 Series I2C */ #define PCI_PRODUCT_INTEL_100SERIES_I2C1 0xa161 /* 100 Series I2C */ #define PCI_PRODUCT_INTEL_100SERIES_PCIE_17 0xa167 /* 100 Series PCIE */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f2d909589ef..4fae59c7a32 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.1848 2018/05/17 04:42:27 mlarkin Exp + * OpenBSD: pcidevs,v 1.1849 2018/05/18 19:01:08 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -17932,8 +17932,8 @@ static const struct pci_known_product pci_known_products[] = { "CM236 LPC", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_SUNRISE_PT_LPC, - "Sunrise Point-H LPC", + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CM238_LPC, + "CM238 LPC", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_I2C0, |