summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-01-24 10:17:33 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-01-24 10:17:33 +0000
commit6f7827464a9162f275ebbf83b104963d1408be6f (patch)
tree6ea2d14d675b089132e4a64b394135c7268014f4 /sys/dev
parentc59f7ab8b30ef3b514ee22b1621f8561cdfd98ad (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h11
-rw-r--r--sys/dev/pci/pcidevs_data.h38
2 files changed, 47 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 78f7934fbbd..7d42d659aa3 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.1951 2021/01/24 01:56:44 jsg Exp
+ * OpenBSD: pcidevs,v 1.1952 2021/01/24 10:16:58 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3900,6 +3900,7 @@
#define PCI_PRODUCT_INTEL_I225_LM 0x15f2 /* I225-LM */
#define PCI_PRODUCT_INTEL_I225_V 0x15f3 /* I225-V */
#define PCI_PRODUCT_INTEL_I219_LM15 0x15f4 /* I219-LM */
+#define PCI_PRODUCT_INTEL_I219_V15 0x15f5 /* I219-V */
#define PCI_PRODUCT_INTEL_I220_V 0x15f7 /* I220-V */
#define PCI_PRODUCT_INTEL_I225_I 0x15f8 /* I225-I */
#define PCI_PRODUCT_INTEL_I219_LM14 0x15f9 /* I219-LM */
@@ -3987,6 +3988,10 @@
#define PCI_PRODUCT_INTEL_C3000_SMB_2 0x19df /* C3000 SMBus */
#define PCI_PRODUCT_INTEL_C3000_SPI 0x19e0 /* C3000 SPI */
#define PCI_PRODUCT_INTEL_C3000_QAT 0x19e2 /* C3000 QAT */
+#define PCI_PRODUCT_INTEL_I219_LM17 0x1a1c /* I219-LM */
+#define PCI_PRODUCT_INTEL_I219_V17 0x1a1d /* I219-V */
+#define PCI_PRODUCT_INTEL_I219_LM16 0x1a1e /* I219-LM */
+#define PCI_PRODUCT_INTEL_I219_V16 0x1a1f /* I219-V */
#define PCI_PRODUCT_INTEL_82840_HB 0x1a21 /* 82840 Host */
#define PCI_PRODUCT_INTEL_82840_AGP 0x1a23 /* 82840 AGP */
#define PCI_PRODUCT_INTEL_82840_PCI 0x1a24 /* 82840 PCI */
@@ -5197,6 +5202,10 @@
#define PCI_PRODUCT_INTEL_80960RD 0x5200 /* i960 RD */
#define PCI_PRODUCT_INTEL_PRO_100_SERVER 0x5201 /* PRO 100 Server */
#define PCI_PRODUCT_INTEL_I225_LMVP 0x5502 /* I225-LMvP */
+#define PCI_PRODUCT_INTEL_I219_LM18 0x550a /* I219-LM */
+#define PCI_PRODUCT_INTEL_I219_V18 0x550b /* I219-V */
+#define PCI_PRODUCT_INTEL_I219_LM19 0x550c /* I219-LM */
+#define PCI_PRODUCT_INTEL_I219_V19 0x550d /* I219-V */
#define PCI_PRODUCT_INTEL_QEMU_NVME 0x5845 /* QEMU NVM Express Controller */
#define PCI_PRODUCT_INTEL_CORE7G_S_GT1 0x5902 /* HD Graphics 610 */
#define PCI_PRODUCT_INTEL_CORE7G_U_HB 0x5904 /* Core 7G Host */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index be3e2a708a6..96bd73ccaf5 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.1951 2021/01/24 01:56:44 jsg Exp
+ * OpenBSD: pcidevs,v 1.1952 2021/01/24 10:16:58 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -13028,6 +13028,10 @@ static const struct pci_known_product pci_known_products[] = {
"I219-LM",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_V15,
+ "I219-V",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I220_V,
"I220-V",
},
@@ -13376,6 +13380,22 @@ static const struct pci_known_product pci_known_products[] = {
"C3000 QAT",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_LM17,
+ "I219-LM",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_V17,
+ "I219-V",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_LM16,
+ "I219-LM",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_V16,
+ "I219-V",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82840_HB,
"82840 Host",
},
@@ -18216,6 +18236,22 @@ static const struct pci_known_product pci_known_products[] = {
"I225-LMvP",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_LM18,
+ "I219-LM",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_V18,
+ "I219-V",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_LM19,
+ "I219-LM",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_V19,
+ "I219-V",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_QEMU_NVME,
"QEMU NVM Express Controller",
},