summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-06-17 23:43:35 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-06-17 23:43:35 +0000
commitf19c4c35398424a441b8a41bceb5dbf45d65e49d (patch)
treedbfc34eb66cb4768f35ba23cf0416061ae0f6ba8
parente8186882d8ca5397dc0cc52d55c508267bffd01f (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index fbfd0f04369..d49df04524a 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.876 2005/06/15 23:33:18 brad Exp
+ * OpenBSD: pcidevs,v 1.877 2005/06/17 23:42:40 martin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1532,6 +1532,7 @@
#define PCI_PRODUCT_INTEL_82875P_CSA 0x257b /* 82875P PCI-CSA */
#define PCI_PRODUCT_INTEL_915G_HB 0x2580 /* 915G/P/GV Host */
#define PCI_PRODUCT_INTEL_915G_PCIE 0x2581 /* 915G/P/GV PCIE */
+#define PCI_PRODUCT_INTEL_915G_IV 0x2582 /* 915G/P/GV Video */
#define PCI_PRODUCT_INTEL_925X_HB 0x2584 /* 925X MCH Host */
#define PCI_PRODUCT_INTEL_925X_PCIE 0x2585 /* 925X PCIE */
#define PCI_PRODUCT_INTEL_E7221_HB 0x2588 /* E7221 MCH Host */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 17141cf55ff..d395648331c 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.876 2005/06/15 23:33:18 brad Exp
+ * OpenBSD: pcidevs,v 1.877 2005/06/17 23:42:40 martin Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4187,6 +4187,10 @@ static const struct pci_known_product pci_known_products[] = {
"915G/P/GV PCIE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_915G_IV,
+ "915G/P/GV Video",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_925X_HB,
"925X MCH Host",
},