diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-23 13:28:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-23 13:28:28 +0000 |
commit | af29919928099daf951d38de5e1cdfb33864b26b (patch) | |
tree | 5ed79c5aa8758ba1422ff54e2b97b3191f2c2ab7 /sys | |
parent | 6d59b91243f5b7715ba0f65891dd7d04d1db0d43 (diff) |
regen
Diffstat (limited to 'sys')
-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", }, |