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 changed pcidevs



details:   https://anonhg.NetBSD.org/src/rev/5680c9f57386
branches:  trunk
changeset: 485078:5680c9f57386
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Apr 18 16:38:12 2000 +0000

description:
regen for changed pcidevs

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 75dcc296a26a -r 5680c9f57386 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Tue Apr 18 16:37:00 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Tue Apr 18 16:38:12 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.214 2000/04/17 00:26:45 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.215 2000/04/18 16:38:12 cgd Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.207 2000/04/17 00:26:22 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.208 2000/04/18 16:37:00 cgd Exp 
  */
 
 /*
@@ -531,6 +531,7 @@
 #define        PCI_VENDOR_TERRATEC     0x153b          /* TerraTec Electronic */
 #define        PCI_VENDOR_SOLIDUM      0x1588          /* Solidum Systems Corp. */
 #define        PCI_VENDOR_GEOCAST      0x15a1          /* Geocast Network Systems */
+#define        PCI_VENDOR_SIBYTE       0x166d          /* SiByte, Inc. */
 #define        PCI_VENDOR_SYMPHONY2    0x1c1c          /* Symphony Labs (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_TEKRAM2      0x1de1          /* Tekram Technology (2nd PCI Vendor ID) */
 #define        PCI_VENDOR_LAVA 0x1407          /* Lava Semiconductor Manufacturing, Inc. */
diff -r 75dcc296a26a -r 5680c9f57386 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Tue Apr 18 16:37:00 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Tue Apr 18 16:38:12 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.212 2000/04/17 00:26:45 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.213 2000/04/18 16:38:13 cgd Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.207 2000/04/17 00:26:22 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.208 2000/04/18 16:37:00 cgd Exp 
  */
 
 /*
@@ -6874,6 +6874,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_SIBYTE, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "SiByte, Inc.",
+           NULL,
+       },
+       {
            PCI_VENDOR_SYMPHONY2, 0,
            PCI_KNOWNDEV_NOPROD,
            "Symphony Labs (2nd PCI Vendor ID)",



Home | Main Index | Thread Index | Old Index