summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h16
2 files changed, 19 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5b52e90ec9f..5fc850dcd62 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.1580 2010/12/23 15:00:49 jasper Exp
+ * OpenBSD: pcidevs,v 1.1581 2010/12/24 06:10:14 shadchin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1208,6 +1208,7 @@
#define PCI_PRODUCT_ATI_RADEON_X700_SE_S 0x5e6f /* Radeon X700 SE Sec */
#define PCI_PRODUCT_ATI_RADEON_HD5800 0x6899 /* Radeon HD 5800 */
#define PCI_PRODUCT_ATI_RADEON_HD5700 0x68b8 /* Radeon HD 5700 */
+#define PCI_PRODUCT_ATI_RADEON_HD5670 0x68d8 /* Radeon HD 5670 */
#define PCI_PRODUCT_ATI_RS100_PCI 0x700f /* RS100 PCI */
#define PCI_PRODUCT_ATI_RS200_PCI 0x7010 /* RS200 PCI */
#define PCI_PRODUCT_ATI_RADEON_X1800A 0x7100 /* Radeon X1800 */
@@ -1372,6 +1373,7 @@
#define PCI_PRODUCT_ATI_RADEON_HD4000_HDA 0xaa38 /* Radeon HD 4000 HD Audio */
#define PCI_PRODUCT_ATI_RADEON_HD5800_HDA 0xaa50 /* Radeon HD 5800 Audio */
#define PCI_PRODUCT_ATI_RADEON_HD5700_HDA 0xaa58 /* Radeon HD 5700 Audio */
+#define PCI_PRODUCT_ATI_RADEON_HD5600_HDA 0xaa60 /* Radeon HD 5600 Audio */
#define PCI_PRODUCT_ATI_RS100_AGP 0xcab0 /* RS100 AGP */
#define PCI_PRODUCT_ATI_RS200_AGP 0xcab2 /* RS200 AGP */
#define PCI_PRODUCT_ATI_RS250_AGP 0xcab3 /* RS250 AGP */
@@ -2238,10 +2240,11 @@
/* Intel products */
#define PCI_PRODUCT_INTEL_EESISA 0x0008 /* EES ISA */
#define PCI_PRODUCT_INTEL_21145 0x0039 /* 21145 */
-#define PCI_PRODUCT_INTEL_CORE_HB 0x0040 /* Core Host */
+#define PCI_PRODUCT_INTEL_CORE_HB_0 0x0040 /* Core Host */
#define PCI_PRODUCT_INTEL_CORE_PCIE_0 0x0041 /* Core PCIE */
#define PCI_PRODUCT_INTEL_CLARKDALE_IGD 0x0042 /* HD graphics */
#define PCI_PRODUCT_INTEL_CORE_PCIE_1 0x0043 /* Core PCIE */
+#define PCI_PRODUCT_INTEL_CORE_HB_1 0x0044 /* Core Host */
#define PCI_PRODUCT_INTEL_ARRANDALE_IGD 0x0046 /* Mobile HD graphics */
#define PCI_PRODUCT_INTEL_WIFI_LINK_6005A_2X2_1 0x0082 /* Centrino Advanced-N 6205a */
#define PCI_PRODUCT_INTEL_WIFI_LINK_1000_1 0x0083 /* WiFi Link 1000 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index c864f9a66c4..1cf07f1c702 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.1580 2010/12/23 15:00:49 jasper Exp
+ * OpenBSD: pcidevs,v 1.1581 2010/12/24 06:10:14 shadchin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3180,6 +3180,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon HD 5700",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD5670,
+ "Radeon HD 5670",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS100_PCI,
"RS100 PCI",
},
@@ -3836,6 +3840,10 @@ static const struct pci_known_product pci_known_products[] = {
"Radeon HD 5700 Audio",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD5600_HDA,
+ "Radeon HD 5600 Audio",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS100_AGP,
"RS100 AGP",
},
@@ -6616,7 +6624,7 @@ static const struct pci_known_product pci_known_products[] = {
"21145",
},
{
- PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_HB,
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_HB_0,
"Core Host",
},
{
@@ -6632,6 +6640,10 @@ static const struct pci_known_product pci_known_products[] = {
"Core PCIE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_HB_1,
+ "Core Host",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_ARRANDALE_IGD,
"Mobile HD graphics",
},