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
details: https://anonhg.NetBSD.org/src/rev/53f31116d11f
branches: trunk
changeset: 514987:53f31116d11f
user: chris <chris%NetBSD.org@localhost>
date: Sat Sep 15 13:13:53 2001 +0000
description:
Regen
diffstat:
sys/dev/pci/pcidevs.h | 5 +++--
sys/dev/pci/pcidevs_data.h | 10 ++++++++--
2 files changed, 11 insertions(+), 4 deletions(-)
diffs (53 lines):
diff -r 8dac65912356 -r 53f31116d11f sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Sat Sep 15 13:11:42 2001 +0000
+++ b/sys/dev/pci/pcidevs.h Sat Sep 15 13:13:53 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.361 2001/09/10 15:09:48 eeh Exp $ */
+/* $NetBSD: pcidevs.h,v 1.362 2001/09/15 13:13:53 chris Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.356 2001/09/10 15:07:50 eeh Exp
+ * NetBSD: pcidevs,v 1.357 2001/09/15 13:11:42 chris Exp
*/
/*
@@ -616,6 +616,7 @@
#define PCI_PRODUCT_3DFX_VOODOO2 0x0002 /* Voodoo2 */
#define PCI_PRODUCT_3DFX_BANSHEE 0x0003 /* Banshee */
#define PCI_PRODUCT_3DFX_VOODOO3 0x0005 /* Voodoo3 */
+#define PCI_PRODUCT_3DFX_VOODOO5 0x0009 /* Voodoo 4/5 */
/* 3D Labs products */
#define PCI_PRODUCT_3DLABS_300SX 0x0001 /* GLINT 300SX */
diff -r 8dac65912356 -r 53f31116d11f sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Sat Sep 15 13:11:42 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h Sat Sep 15 13:13:53 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.359 2001/09/10 15:09:49 eeh Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.360 2001/09/15 13:13:53 chris Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.356 2001/09/10 15:07:50 eeh Exp
+ * NetBSD: pcidevs,v 1.357 2001/09/15 13:11:42 chris Exp
*/
/*
@@ -238,6 +238,12 @@
"Voodoo3",
},
{
+ PCI_VENDOR_3DFX, PCI_PRODUCT_3DFX_VOODOO5,
+ 0,
+ "3Dfx Interactive",
+ "Voodoo 4/5",
+ },
+ {
PCI_VENDOR_3DLABS, PCI_PRODUCT_3DLABS_300SX,
0,
"3D Labs",
Home |
Main Index |
Thread Index |
Old Index