diff options
author | 2014-09-23 13:28:27 +0000 | |
---|---|---|
committer | 2014-09-23 13:28:27 +0000 | |
commit | 2bdf8c1970f62a9079b51bc73bbfbe95186de029 (patch) | |
tree | adc657c4bf9c776b301e758700d9e149a56de901 | |
parent | add Bay Trail and Braswell SMBus (diff) | |
download | wireguard-openbsd-2bdf8c1970f62a9079b51bc73bbfbe95186de029.tar.xz wireguard-openbsd-2bdf8c1970f62a9079b51bc73bbfbe95186de029.zip |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index c4a05833b6c..9cde51294b0 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.1742 2014/09/21 11:07:27 sasano Exp + * OpenBSD: pcidevs,v 1.1743 2014/09/23 13:27:51 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3032,6 +3032,7 @@ #define PCI_PRODUCT_INTEL_E5V2_UNICAST_13 0x0eec /* E5 v2 Unicast */ #define PCI_PRODUCT_INTEL_E5V2_UNICAST_14 0x0eed /* E5 v2 Unicast */ #define PCI_PRODUCT_INTEL_E5V2_UNICAST_15 0x0eee /* E5 v2 Unicast */ +#define PCI_PRODUCT_INTEL_BAYTRAIL_SMB 0x0f12 /* Baytrail SMBus */ #define PCI_PRODUCT_INTEL_BAYTRAIL_SATA_1 0x0f20 /* Baytrail SATA */ #define PCI_PRODUCT_INTEL_BAYTRAIL_SATA_2 0x0f21 /* Baytrail SATA */ #define PCI_PRODUCT_INTEL_82542 0x1000 /* 82542 */ @@ -3405,6 +3406,7 @@ #define PCI_PRODUCT_INTEL_I354_BP_1GBPS 0x1f40 /* I354 */ #define PCI_PRODUCT_INTEL_I354_SGMII 0x1f41 /* I354 SGMII */ #define PCI_PRODUCT_INTEL_I354_BP_2_5GBPS 0x1f45 /* I354 */ +#define PCI_PRODUCT_INTEL_BRASWELL_SMB 0x2292 /* Braswell SMBus */ #define PCI_PRODUCT_INTEL_DH8900_LPC 0x2310 /* DH8900 LPC */ #define PCI_PRODUCT_INTEL_DH8900_AHCI 0x2323 /* DH8900 AHCI */ #define PCI_PRODUCT_INTEL_DH8900_SATA_1 0x2326 /* DH8900 SATA */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0284c8a9550..e20dac013bd 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.1742 2014/09/21 11:07:27 sasano Exp + * OpenBSD: pcidevs,v 1.1743 2014/09/23 13:27:51 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9656,6 +9656,10 @@ static const struct pci_known_product pci_known_products[] = { "E5 v2 Unicast", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BAYTRAIL_SMB, + "Baytrail SMBus", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BAYTRAIL_SATA_1, "Baytrail SATA", }, @@ -11148,6 +11152,10 @@ static const struct pci_known_product pci_known_products[] = { "I354", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_BRASWELL_SMB, + "Braswell SMBus", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_DH8900_LPC, "DH8900 LPC", }, |