diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2014-09-05 19:34:02 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2014-09-05 19:34:02 +0000 |
commit | 273f10ea8aeb4c4d7954a12d317a5b61ed5fd9f9 (patch) | |
tree | cfa8b95deeddfc0b58d389763dc203643adbe74a /sys/dev | |
parent | 0f9ae837026c581cd62521dc42a5111a742e12e1 (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 760dfd67a7e..6a4b18f893b 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.1737 2014/08/13 07:36:21 jsg Exp + * OpenBSD: pcidevs,v 1.1738 2014/09/05 19:32:25 chris Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3211,6 +3211,7 @@ #define PCI_PRODUCT_INTEL_I217_LM 0x153a /* I217-LM */ #define PCI_PRODUCT_INTEL_I217_V 0x153b /* I217-V */ #define PCI_PRODUCT_INTEL_82599_SFP_SF2 0x154d /* 82599 */ +#define PCI_PRODUCT_INTEL_82599EN_SFP 0x1557 /* 82599 */ #define PCI_PRODUCT_INTEL_I218_LM 0x155a /* I218-LM */ #define PCI_PRODUCT_INTEL_I218_V 0x1559 /* I218-V */ #define PCI_PRODUCT_INTEL_I210_COPPER_NF 0x157b /* I210 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5182cbcb5f7..ba50bb8bb91 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.1737 2014/08/13 07:36:21 jsg Exp + * OpenBSD: pcidevs,v 1.1738 2014/09/05 19:32:25 chris Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10376,6 +10376,10 @@ static const struct pci_known_product pci_known_products[] = { "82599", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82599EN_SFP, + "82599", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_I218_LM, "I218-LM", }, |