diff options
author | 2016-02-18 14:03:11 +0000 | |
---|---|---|
committer | 2016-02-18 14:03:11 +0000 | |
commit | 5e723bcab297d48b413ff2c775ea1cdeb97c05e8 (patch) | |
tree | 28a35286fbc60433be9bd6ac227fd75bcb93d786 | |
parent | Add Intel i219 em(4). (diff) | |
download | wireguard-openbsd-5e723bcab297d48b413ff2c775ea1cdeb97c05e8.tar.xz wireguard-openbsd-5e723bcab297d48b413ff2c775ea1cdeb97c05e8.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index c18f59818f9..992920fb612 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.1786 2016/01/30 01:02:04 jsg Exp + * OpenBSD: pcidevs,v 1.1787 2016/02/18 14:00:48 bluhm Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3352,6 +3352,8 @@ #define PCI_PRODUCT_INTEL_I218_V 0x1559 /* I218-V */ #define PCI_PRODUCT_INTEL_DSL5520 0x156c /* DSL5520 Thunderbolt */ #define PCI_PRODUCT_INTEL_DSL5520_PCIE 0x156d /* DSL5520 Thunderbolt */ +#define PCI_PRODUCT_INTEL_I219_LM 0x156f /* I219-LM */ +#define PCI_PRODUCT_INTEL_I219_V 0x1570 /* I219-V */ #define PCI_PRODUCT_INTEL_I210_COPPER_NF 0x157b /* I210 */ #define PCI_PRODUCT_INTEL_I210_SERDES_NF 0x157c /* I210 SerDes */ #define PCI_PRODUCT_INTEL_I218_LM_2 0x15a0 /* I218-LM */ @@ -3359,6 +3361,8 @@ #define PCI_PRODUCT_INTEL_I218_LM_3 0x15a2 /* I218-LM */ #define PCI_PRODUCT_INTEL_I218_V_3 0x15a3 /* I218-V */ #define PCI_PRODUCT_INTEL_X557_AT2 0x15ad /* X557-AT2 */ +#define PCI_PRODUCT_INTEL_I219_LM2 0x15b7 /* I219-LM2 */ +#define PCI_PRODUCT_INTEL_I219_V2 0x15b8 /* I219-V2 */ #define PCI_PRODUCT_INTEL_CORE5G_H_PCIE_X16 0x1601 /* Core 5G PCIE */ #define PCI_PRODUCT_INTEL_CORE5G_M_GT1_1 0x1602 /* HD Graphics */ #define PCI_PRODUCT_INTEL_CORE5G_HB_1 0x1604 /* Core 5G Host */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index dfbadd8e841..3235690339e 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.1786 2016/01/30 01:02:04 jsg Exp + * OpenBSD: pcidevs,v 1.1787 2016/02/18 14:00:48 bluhm Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10928,6 +10928,14 @@ static const struct pci_known_product pci_known_products[] = { "DSL5520 Thunderbolt", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_LM, + "I219-LM", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_V, + "I219-V", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I210_COPPER_NF, "I210", }, @@ -10956,6 +10964,14 @@ static const struct pci_known_product pci_known_products[] = { "X557-AT2", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_LM2, + "I219-LM2", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I219_V2, + "I219-V2", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE5G_H_PCIE_X16, "Core 5G PCIE", }, |