Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.569 (requested by tron i...
details: https://anonhg.NetBSD.org/src/rev/5ca5a6a9e253
branches: netbsd-1-6
changeset: 530889:5ca5a6a9e253
user: cyber <cyber%NetBSD.org@localhost>
date: Mon Oct 20 04:49:34 2003 +0000
description:
Pull up revision 1.569 (requested by tron in ticket #1440):
Add entry for Intel i865G Integrated Graphics Device.
diffstat:
sys/dev/pci/pcidevs | 3 ++-
sys/dev/pci/pcidevs.h | 5 +++--
sys/dev/pci/pcidevs_data.h | 10 ++++++++--
3 files changed, 13 insertions(+), 5 deletions(-)
diffs (70 lines):
diff -r 7ffa87902fc7 -r 5ca5a6a9e253 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs Mon Oct 20 04:30:36 2003 +0000
+++ b/sys/dev/pci/pcidevs Mon Oct 20 04:49:34 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.428.2.29 2003/09/10 19:15:02 grant Exp $
+$NetBSD: pcidevs,v 1.428.2.30 2003/10/20 04:49:34 cyber Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1486,6 +1486,7 @@
product INTEL 82845G_IGD 0x2562 82845G/GL Integrated Graphics Device
product INTEL 82865_HB 0x2570 82865 Host
product INTEL 82865_AGP 0x2571 82865 AGP
+product INTEL 82865_IGD 0x2572 82865G Integrated Graphics Device
product INTEL 82801EB_HPB 0x2573 82801EB Hub-to-PCI Bridge
product INTEL 82875P_HB 0x2578 82875P Host
product INTEL 82875P_AGP 0x2579 82875P AGP
diff -r 7ffa87902fc7 -r 5ca5a6a9e253 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Mon Oct 20 04:30:36 2003 +0000
+++ b/sys/dev/pci/pcidevs.h Mon Oct 20 04:49:34 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.433.2.25 2003/09/10 19:17:09 grant Exp $ */
+/* $NetBSD: pcidevs.h,v 1.433.2.26 2003/10/20 04:49:35 cyber Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.428.2.29 2003/09/10 19:15:02 grant Exp
+ * NetBSD
*/
/*
@@ -1493,6 +1493,7 @@
#define PCI_PRODUCT_INTEL_82845G_IGD 0x2562 /* 82845G/GL Integrated Graphics Device */
#define PCI_PRODUCT_INTEL_82865_HB 0x2570 /* 82865 Host */
#define PCI_PRODUCT_INTEL_82865_AGP 0x2571 /* 82865 AGP */
+#define PCI_PRODUCT_INTEL_82865_IGD 0x2572 /* 82865G Integrated Graphics Device */
#define PCI_PRODUCT_INTEL_82801EB_HPB 0x2573 /* 82801EB Hub-to-PCI Bridge */
#define PCI_PRODUCT_INTEL_82875P_HB 0x2578 /* 82875P Host */
#define PCI_PRODUCT_INTEL_82875P_AGP 0x2579 /* 82875P AGP */
diff -r 7ffa87902fc7 -r 5ca5a6a9e253 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Mon Oct 20 04:30:36 2003 +0000
+++ b/sys/dev/pci/pcidevs_data.h Mon Oct 20 04:49:34 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.431.2.25 2003/09/10 19:17:13 grant Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.431.2.26 2003/10/20 04:49:35 cyber Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.428.2.29 2003/09/10 19:15:02 grant Exp
+ * NetBSD
*/
/*
@@ -4264,6 +4264,12 @@
"82865 AGP",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82865_IGD,
+ 0,
+ "Intel",
+ "82865G Integrated Graphics Device",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801EB_HPB,
0,
"Intel",
Home |
Main Index |
Thread Index |
Old Index