diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-11-22 21:13:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-11-22 21:13:27 +0000 |
commit | 0ec5c6797982fd9b64a46d9743f95e1e548131cd (patch) | |
tree | 1987379f4dc9c74e2e1eae1b9b4b9a2f68aff2b5 /sys/dev | |
parent | 1490000cf7afc70db9dfdb52c34dc669cc901bf0 (diff) |
regen
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 b4be5c5aa14..a0419d13b49 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.1776 2015/11/22 20:43:54 kettenis Exp + * OpenBSD: pcidevs,v 1.1777 2015/11/22 21:13:05 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3318,6 +3318,7 @@ #define PCI_PRODUCT_INTEL_82580_FIBER 0x150f /* 82580 */ #define PCI_PRODUCT_INTEL_82580_SERDES 0x1510 /* 82580 */ #define PCI_PRODUCT_INTEL_82580_SGMII 0x1511 /* 82580 */ +#define PCI_PRODUCT_INTEL_82524EF 0x1513 /* 82524EF Thunderbolt */ #define PCI_PRODUCT_INTEL_82580_COPPER_DUAL 0x1516 /* 82580 */ #define PCI_PRODUCT_INTEL_82599_KX4_MEZZ 0x1514 /* 82599 */ #define PCI_PRODUCT_INTEL_82599_KR 0x1517 /* 82599 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d7ec1e31c0f..6ee7040a54c 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.1776 2015/11/22 20:43:54 kettenis Exp + * OpenBSD: pcidevs,v 1.1777 2015/11/22 21:13:05 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10796,6 +10796,10 @@ static const struct pci_known_product pci_known_products[] = { "82580", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82524EF, + "82524EF Thunderbolt", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82580_COPPER_DUAL, "82580", }, |