summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-04 02:48:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-11-04 02:48:20 +0000
commit71020428ec3203a3ff87ef2fd3347486b4ea0f9a (patch)
tree678343eb10f1edd9569e15b5b849ba4cdab0ce10 /sys/dev
parent418741c271976df32cd39da025bb2eb7d410273c (diff)
pcidevs
Diffstat (limited to 'sys/dev')
-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 e1d9e9f30f1..f8a6b0d898c 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.1427 2008/11/03 11:42:15 robert Exp
+ * OpenBSD: pcidevs,v 1.1428 2008/11/04 02:48:08 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2518,6 +2518,7 @@
#define PCI_PRODUCT_INTEL_82Q45_IGD_1 0x2e12 /* Q45 Video */
#define PCI_PRODUCT_INTEL_82Q45_IGD_2 0x2e13 /* Q45 Video */
#define PCI_PRODUCT_INTEL_82G45_HB 0x2e20 /* G45 Host */
+#define PCI_PRODUCT_INTEL_82G45_PCIE 0x2e21 /* G45 PCIE */
#define PCI_PRODUCT_INTEL_82G45_IGD_1 0x2e22 /* G45 Video */
#define PCI_PRODUCT_INTEL_82G45_IGD_2 0x2e23 /* G45 Video */
#define PCI_PRODUCT_INTEL_82G41_HB 0x2e30 /* G41 Host */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 463e48a2230..550fe969be1 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.1427 2008/11/03 11:42:15 robert Exp
+ * OpenBSD: pcidevs,v 1.1428 2008/11/04 02:48:08 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7800,6 +7800,10 @@ static const struct pci_known_product pci_known_products[] = {
"G45 Host",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G45_PCIE,
+ "G45 PCIE",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82G45_IGD_1,
"G45 Video",
},