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/12315fe282de
branches:  trunk
changeset: 473471:12315fe282de
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 05 09:44:03 1999 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |  15 +++++++++------
 sys/dev/pci/pcidevs_data.h |  28 +++++++++++++++++-----------
 2 files changed, 26 insertions(+), 17 deletions(-)

diffs (109 lines):

diff -r 7e3556504720 -r 12315fe282de sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Sat Jun 05 09:43:21 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Sat Jun 05 09:44:03 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.134 1999/06/02 08:57:02 drochner Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.135 1999/06/05 09:44:03 tron Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.127 1999/06/02 08:56:03 drochner Exp 
+ *     NetBSD: pcidevs,v 1.128 1999/06/05 09:43:21 tron Exp 
  */
 
 /*
@@ -508,7 +508,7 @@
 #define        PCI_VENDOR_KOFAX        0x1296          /* Kofax Image Products */
 #define        PCI_VENDOR_RISCOM       0x12aa          /* RISCom */
 #define        PCI_VENDOR_PICTUREEL    0x12c5          /* Picture Elements */
-#define        PCI_VENDOR_STB2 0x12d2          /* STB Systems (2nd PCI Vendor ID) */
+#define        PCI_VENDOR_NVIDIA_SGS   0x12d2          /* Nvidia Corporation & SGS Thomson Microelectric */
 #define        PCI_VENDOR_LMC  0x1376          /* LAN Media Corporation */
 #define        PCI_VENDOR_SYMPHONY2    0x1c1c          /* Symphony Labs (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_TEKRAM2      0x1de1          /* Tekram Technology (2nd PCI Vendor ID) */
@@ -1005,6 +1005,12 @@
 #define        PCI_PRODUCT_NUMBER9_I128        0x2309          /* Imagine-128 */
 #define        PCI_PRODUCT_NUMBER9_I128_2      0x2339          /* Imagine-128 II */
 
+/* Nvidia Corporationn products */
+#define        PCI_PRODUCT_NVIDIA_RIVATNT      0x0020          /* Riva TNT */
+
+/* Nvidia Corporation & SGS Thomson Microelectric */
+#define        PCI_PRODUCT_NVIDIA_SGS_RIVA128  0x0018          /* Riva 128 */
+
 /* Oak Technologies products */
 #define        PCI_PRODUCT_OAKTECH_OTI1007     0x0107          /* OTI107 */
 
@@ -1114,9 +1120,6 @@
 #define        PCI_PRODUCT_SMC_37C922  0x1001          /* FDC 37C922 */
 #define        PCI_PRODUCT_SMC_83C170  0x0005          /* 83C170 (\"EPIC/100\") Fast Ethernet */
 
-/* STB Systems products */
-#define        PCI_PRODUCT_STB2_VELOCITY128    0x0018          /* Velocity128 (AGP) */
-
 /* Surecom Technology products */
 #define        PCI_PRODUCT_SURECOM_NE34        0x0e34          /* NE-34 Ethernet */
 
diff -r 7e3556504720 -r 12315fe282de sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Sat Jun 05 09:43:21 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Sat Jun 05 09:44:03 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.132 1999/06/02 08:57:02 drochner Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.133 1999/06/05 09:44:03 tron Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.127 1999/06/02 08:56:03 drochner Exp 
+ *     NetBSD: pcidevs,v 1.128 1999/06/05 09:43:21 tron Exp 
  */
 
 /*
@@ -1930,6 +1930,18 @@
            "Imagine-128 II",
        },
        {
+           PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_RIVATNT,
+           0,
+           "Nvidia Corporation",
+           "Riva TNT",
+       },
+       {
+           PCI_VENDOR_NVIDIA_SGS, PCI_PRODUCT_NVIDIA_SGS_RIVA128,
+           0,
+           "Nvidia Corporation & SGS Thomson Microelectric",
+           "Riva 128",
+       },
+       {
            PCI_VENDOR_OAKTECH, PCI_PRODUCT_OAKTECH_OTI1007,
            0,
            "Oak Technology",
@@ -2392,12 +2404,6 @@
            "83C170 (\"EPIC/100\") Fast Ethernet",
        },
        {
-           PCI_VENDOR_STB2, PCI_PRODUCT_STB2_VELOCITY128,
-           0,
-           "STB Systems (2nd PCI Vendor ID)",
-           "Velocity128 (AGP)",
-       },
-       {
            PCI_VENDOR_SURECOM, PCI_PRODUCT_SURECOM_NE34,
            0,
            "Surecom Technology",
@@ -5812,9 +5818,9 @@
            NULL,
        },
        {
-           PCI_VENDOR_STB2, 0,
-           PCI_KNOWNDEV_NOPROD,
-           "STB Systems (2nd PCI Vendor ID)",
+           PCI_VENDOR_NVIDIA_SGS, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "Nvidia Corporation & SGS Thomson Microelectric",
            NULL,
        },
        {



Home | Main Index | Thread Index | Old Index