summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-12 05:00:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-03-12 05:00:08 +0000
commit981d25de6058f1d1bfb5f393a3a634610f772583 (patch)
tree39451316822b6b986a694b5e53c2652cdb811ce8 /sys/dev/pci
parentb69112469015937ecc503f0852dd65c288ab2289 (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-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 e0a167860e8..e6799b7bd73 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.604 2003/03/12 02:28:56 grange Exp
+ * OpenBSD: pcidevs,v 1.605 2003/03/12 05:00:02 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1506,6 +1506,7 @@
#define PCI_PRODUCT_INTEL_82860_PCI3 0x2535 /* 82860 PCI-PCI */
#define PCI_PRODUCT_INTEL_82860_PCI4 0x2536 /* 82860 PCI-PCI */
#define PCI_PRODUCT_INTEL_82845G 0x2560 /* 82845G/GL */
+#define PCI_PRODUCT_INTEL_82845G_AGP 0x2561 /* 82845G/GL/GV/GE/PE Host-AGP */
#define PCI_PRODUCT_INTEL_82845G_IV 0x2562 /* 82845G/GL Video */
#define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 SATA */
#define PCI_PRODUCT_INTEL_82830MP_IO_1 0x3575 /* 82830MP CPU to I/O Bridge 1 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index ac9e0c04c17..506898c1a19 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.604 2003/03/12 02:28:56 grange Exp
+ * OpenBSD: pcidevs,v 1.605 2003/03/12 05:00:02 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2947,6 +2947,10 @@ static const struct pci_known_product pci_known_products[] = {
"82845G/GL",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82845G_AGP,
+ "82845G/GL/GV/GE/PE Host-AGP",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82845G_IV,
"82845G/GL Video",
},