summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h12
2 files changed, 14 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 77de2d70bcd..24cbbedea48 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.1696 2013/11/09 03:59:20 jsg Exp
+ * OpenBSD: pcidevs,v 1.1697 2013/11/19 04:18:16 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2822,6 +2822,7 @@
#define PCI_PRODUCT_INTEL_CORE4G_M_ULT_GT1 0x0a06 /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_S_ULT_GT1 0x0a0a /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_R_ULT_GT1_1 0x0a0b /* HD Graphics */
+#define PCI_PRODUCT_INTEL_CORE4G_HDA_1 0x0a0c /* Core 4G HD Audio */
#define PCI_PRODUCT_INTEL_CORE4G_R_ULT_GT1_2 0x0a0e /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_D_ULT_GT2 0x0a12 /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_M_ULT_GT2 0x0a16 /* HD Graphics */
@@ -2843,7 +2844,7 @@
#define PCI_PRODUCT_INTEL_CORE4G_PCIE_3 0x0c09 /* Core 4G PCIE */
#define PCI_PRODUCT_INTEL_CORE4G_S_SDV_GT1 0x0c0a /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_R_SDV_GT1_1 0x0c0b /* HD Graphics */
-#define PCI_PRODUCT_INTEL_CORE4G_HDA 0x0c0c /* Core 4G HD Audio */
+#define PCI_PRODUCT_INTEL_CORE4G_HDA_2 0x0c0c /* Core 4G HD Audio */
#define PCI_PRODUCT_INTEL_CORE4G_R_SDV_GT1_2 0x0c0e /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_D_SDV_GT2 0x0c12 /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_M_SDV_GT2 0x0c16 /* HD Graphics */
@@ -2859,6 +2860,7 @@
#define PCI_PRODUCT_INTEL_CORE4G_M_CRW_GT1 0x0d06 /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_S_CRW_GT1 0x0d0a /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_R_CRW_GT1_1 0x0d0b /* HD Graphics */
+#define PCI_PRODUCT_INTEL_CORE4G_HDA_3 0x0d0c /* Core 4G HD Audio */
#define PCI_PRODUCT_INTEL_CORE4G_R_CRW_GT1_2 0x0d0e /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_D_CRW_GT2 0x0d12 /* HD Graphics */
#define PCI_PRODUCT_INTEL_CORE4G_M_CRW_GT2 0x0d16 /* HD Graphics */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index ccdee567919..fe77316afd8 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.1696 2013/11/09 03:59:20 jsg Exp
+ * OpenBSD: pcidevs,v 1.1697 2013/11/19 04:18:16 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -8856,6 +8856,10 @@ static const struct pci_known_product pci_known_products[] = {
"HD Graphics",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_HDA_1,
+ "Core 4G HD Audio",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_R_ULT_GT1_2,
"HD Graphics",
},
@@ -8940,7 +8944,7 @@ static const struct pci_known_product pci_known_products[] = {
"HD Graphics",
},
{
- PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_HDA,
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_HDA_2,
"Core 4G HD Audio",
},
{
@@ -9004,6 +9008,10 @@ static const struct pci_known_product pci_known_products[] = {
"HD Graphics",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_HDA_3,
+ "Core 4G HD Audio",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_R_CRW_GT1_2,
"HD Graphics",
},