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/4c722f0617f4
branches:  trunk
changeset: 499363:4c722f0617f4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Nov 18 05:29:27 2000 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |   7 +++++--
 sys/dev/pci/pcidevs_data.h |  22 ++++++++++++++++++++--
 2 files changed, 25 insertions(+), 4 deletions(-)

diffs (67 lines):

diff -r 60a67f880f0b -r 4c722f0617f4 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sat Nov 18 05:29:21 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Sat Nov 18 05:29:27 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.278 2000/11/14 16:20:55 bouyer Exp $     */
+/*     $NetBSD: pcidevs.h,v 1.279 2000/11/18 05:29:27 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.272 2000/11/14 16:20:20 bouyer Exp 
+ *     NetBSD: pcidevs,v 1.273 2000/11/18 05:29:00 thorpej Exp 
  */
 
 /*
@@ -608,6 +608,9 @@
 #define        PCI_PRODUCT_3DLABS_PERMEDIA     0x0004          /* GLINT Permedia */
 #define        PCI_PRODUCT_3DLABS_500MX        0x0006          /* GLINT 500MX */
 #define        PCI_PRODUCT_3DLABS_PERMEDIA2    0x0007          /* GLINT Permedia 2 */
+#define        PCI_PRODUCT_3DLABS_GAMMA        0x0008          /* GLINT GAMMA */
+#define        PCI_PRODUCT_3DLABS_PERMEDIA2V   0x0009          /* GLINT Permedia 2V */
+#define        PCI_PRODUCT_3DLABS_PERMEDIA3    0x000a          /* GLINT Permedia 3 */
 
 /* 3ware products */
 #define        PCI_PRODUCT_3WARE_ESCALADE      0x1000          /* Escalade IDE RAID */
diff -r 60a67f880f0b -r 4c722f0617f4 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sat Nov 18 05:29:21 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sat Nov 18 05:29:27 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.276 2000/11/14 16:20:56 bouyer Exp $        */
+/*     $NetBSD: pcidevs_data.h,v 1.277 2000/11/18 05:29:27 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.272 2000/11/14 16:20:20 bouyer Exp 
+ *     NetBSD: pcidevs,v 1.273 2000/11/18 05:29:00 thorpej Exp 
  */
 
 /*
@@ -250,6 +250,24 @@
            "GLINT Permedia 2",
        },
        {
+           PCI_VENDOR_3DLABS, PCI_PRODUCT_3DLABS_GAMMA,
+           0,
+           "3D Labs",
+           "GLINT GAMMA",
+       },
+       {
+           PCI_VENDOR_3DLABS, PCI_PRODUCT_3DLABS_PERMEDIA2V,
+           0,
+           "3D Labs",
+           "GLINT Permedia 2V",
+       },
+       {
+           PCI_VENDOR_3DLABS, PCI_PRODUCT_3DLABS_PERMEDIA3,
+           0,
+           "3D Labs",
+           "GLINT Permedia 3",
+       },
+       {
            PCI_VENDOR_3WARE, PCI_PRODUCT_3WARE_ESCALADE,
            0,
            "3ware",



Home | Main Index | Thread Index | Old Index