Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Regen for Integraphics Systems CyberPro 2000 and...
details: https://anonhg.NetBSD.org/src/rev/b020e24e35e1
branches: trunk
changeset: 536104:b020e24e35e1
user: uwe <uwe%NetBSD.org@localhost>
date: Fri Sep 06 23:58:11 2002 +0000
description:
Regen for Integraphics Systems CyberPro 2000 and 2010.
diffstat:
sys/dev/pci/pcidevs.h | 6 ++++--
sys/dev/pci/pcidevs_data.h | 16 ++++++++++++++--
2 files changed, 18 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r f8565a43375f -r b020e24e35e1 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Fri Sep 06 23:41:56 2002 +0000
+++ b/sys/dev/pci/pcidevs.h Fri Sep 06 23:58:11 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.470 2002/08/23 15:57:04 bouyer Exp $ */
+/* $NetBSD: pcidevs.h,v 1.471 2002/09/06 23:58:11 uwe Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.466 2002/08/23 15:56:30 bouyer Exp
+ * NetBSD: pcidevs,v 1.467 2002/09/06 23:41:56 uwe Exp
*/
/*
@@ -1324,6 +1324,8 @@
/* Integraphics Systems products */
#define PCI_PRODUCT_INTEGRAPHICS_IGA1680 0x1680 /* IGA 1680 */
#define PCI_PRODUCT_INTEGRAPHICS_IGA1682 0x1682 /* IGA 1682 */
+#define PCI_PRODUCT_INTEGRAPHICS_CYBERPRO2000 0x2000 /* CyberPro 2000 */
+#define PCI_PRODUCT_INTEGRAPHICS_CYBERPRO2010 0x2010 /* CyberPro 2010 */
/* Integrated Micro Solutions products */
#define PCI_PRODUCT_IMS_8849 0x8849 /* 8849 */
diff -r f8565a43375f -r b020e24e35e1 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Fri Sep 06 23:41:56 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h Fri Sep 06 23:58:11 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.468 2002/08/23 15:57:05 bouyer Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.469 2002/09/06 23:58:12 uwe Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.466 2002/08/23 15:56:30 bouyer Exp
+ * NetBSD: pcidevs,v 1.467 2002/09/06 23:41:56 uwe Exp
*/
/*
@@ -3244,6 +3244,18 @@
"IGA 1682",
},
{
+ PCI_VENDOR_INTEGRAPHICS, PCI_PRODUCT_INTEGRAPHICS_CYBERPRO2000,
+ 0,
+ "Integraphics Systems",
+ "CyberPro 2000",
+ },
+ {
+ PCI_VENDOR_INTEGRAPHICS, PCI_PRODUCT_INTEGRAPHICS_CYBERPRO2010,
+ 0,
+ "Integraphics Systems",
+ "CyberPro 2010",
+ },
+ {
PCI_VENDOR_IMS, PCI_PRODUCT_IMS_8849,
0,
"Integrated Micro Solutions",
Home |
Main Index |
Thread Index |
Old Index