Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add an entry for the Trident Microsystems CYBER ...



details:   https://anonhg.NetBSD.org/src/rev/e4e9ead30c39
branches:  trunk
changeset: 480042:e4e9ead30c39
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Dec 31 00:12:41 1999 +0000

description:
Add an entry for the Trident Microsystems CYBER 9525
(as found in an Toshiba Satellite 2650 XDVD).

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 9ac491e37f05 -r e4e9ead30c39 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Thu Dec 30 23:59:29 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Dec 31 00:12:41 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.186 1999/12/17 17:19:11 drochner Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.187 1999/12/31 00:12:41 hubertf Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.179 1999/12/17 17:18:48 drochner Exp 
+ *     NetBSD: pcidevs,v 1.180 1999/12/30 23:53:42 hubertf Exp 
  */
 
 /*
@@ -1323,6 +1323,7 @@
 #define        PCI_PRODUCT_TRIDENT_TGUI_9350   0x9350          /* TGUI 9350 */
 #define        PCI_PRODUCT_TRIDENT_TGUI_9360   0x9360          /* TGUI 9360 */
 #define        PCI_PRODUCT_TRIDENT_CYBER_9397  0x9397          /* CYBER 9397 */
+#define        PCI_PRODUCT_TRIDENT_CYBER_9525  0x9525          /* CYBER 9525 */
 #define        PCI_PRODUCT_TRIDENT_TGUI_9420   0x9420          /* TGUI 9420 */
 #define        PCI_PRODUCT_TRIDENT_TGUI_9440   0x9440          /* TGUI 9440 */
 #define        PCI_PRODUCT_TRIDENT_TGUI_9660   0x9660          /* TGUI 9660 */
diff -r 9ac491e37f05 -r e4e9ead30c39 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Thu Dec 30 23:59:29 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Dec 31 00:12:41 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.184 1999/12/17 17:19:12 drochner Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.185 1999/12/31 00:12:41 hubertf Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.179 1999/12/17 17:18:48 drochner Exp 
+ *     NetBSD: pcidevs,v 1.180 1999/12/30 23:53:42 hubertf Exp 
  */
 
 /*
@@ -3148,6 +3148,12 @@
            "CYBER 9397",
        },
        {
+           PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_CYBER_9525,
+           0,
+           "Trident Microsystems",
+           "CYBER 9525",
+       },
+       {
            PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_TGUI_9420,
            0,
            "Trident Microsystems",



Home | Main Index | Thread Index | Old Index