summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-01-10 20:59:50 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-01-10 20:59:50 +0000
commitcfa2b96cf8fa327a58bdc95233bb5aff34456e57 (patch)
tree391a66ee88e23111efa20b72c32486cbf5b8f2f7 /sys
parent9eec2f1323de4455a255a3868361d2483f917ca0 (diff)
sync
Diffstat (limited to 'sys')
-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 8c3be009c13..af7c4282362 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.704 2004/01/08 20:26:00 tom Exp
+ * OpenBSD: pcidevs,v 1.705 2004/01/10 20:58:23 grange Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1285,6 +1285,7 @@
#define PCI_PRODUCT_INTEL_82845G_IGD 0x2562 /* 82845G/GL Video */
#define PCI_PRODUCT_INTEL_82865_IO_1 0x2570 /* 82865G/PE/P CPU-I/0-1 */
#define PCI_PRODUCT_INTEL_82865_AGP 0x2571 /* 82865G/PE/P CPU-AGP */
+#define PCI_PRODUCT_INTEL_82865_IGD 0x2572 /* 82865G Video */
#define PCI_PRODUCT_INTEL_82865_CSA 0x2573 /* 82865G/PE/P CPU-CSA */
#define PCI_PRODUCT_INTEL_82865_IO_2 0x2576 /* 82865G/PE/P CPU-I/0-2 */
#define PCI_PRODUCT_INTEL_82875P_HB 0x2578 /* 82875P Host */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 807f6cba926..1c7bee0b2a7 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.704 2004/01/08 20:26:00 tom Exp
+ * OpenBSD: pcidevs,v 1.705 2004/01/10 20:58:23 grange Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3355,6 +3355,10 @@ static const struct pci_known_product pci_known_products[] = {
"82865G/PE/P CPU-AGP",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82865_IGD,
+ "82865G Video",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82865_CSA,
"82865G/PE/P CPU-CSA",
},