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/fd9d3406071a
branches:  trunk
changeset: 487775:fd9d3406071a
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Jun 12 21:12:59 2000 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |   8 ++++++--
 sys/dev/pci/pcidevs_data.h |  10 ++++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r 720a474c4613 -r fd9d3406071a sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon Jun 12 21:12:30 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon Jun 12 21:12:59 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.237 2000/06/09 00:21:08 augustss Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.238 2000/06/12 21:12:59 bouyer Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.231 2000/06/09 00:20:18 augustss Exp 
+ *     NetBSD: pcidevs,v 1.232 2000/06/12 21:12:30 bouyer Exp 
  */
 
 /*
@@ -1426,6 +1426,10 @@
 #define        PCI_PRODUCT_TRIDENT_TGUI_9680   0x9680          /* TGUI 9680 */
 #define        PCI_PRODUCT_TRIDENT_TGUI_9682   0x9682          /* TGUI 9682 */
 
+/* Triones Technologies products */
+/* The 366 and 370 controllers have the same product ID */
+#define        PCI_PRODUCT_TRIONES_HPT366      0x0004          /* HPT366/370 UDMA/66 Controller */
+
 /* TriTech Microelectronics products*/
 #define        PCI_PRODUCT_TRITECH_TR25202     0xfc02          /* Pyramid3D TR25202 */
 
diff -r 720a474c4613 -r fd9d3406071a sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon Jun 12 21:12:30 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon Jun 12 21:12:59 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.235 2000/06/09 00:21:08 augustss Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.236 2000/06/12 21:12:59 bouyer Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.231 2000/06/09 00:20:18 augustss Exp 
+ *     NetBSD: pcidevs,v 1.232 2000/06/12 21:12:30 bouyer Exp 
  */
 
 /*
@@ -3658,6 +3658,12 @@
            "TGUI 9682",
        },
        {
+           PCI_VENDOR_TRIONES, PCI_PRODUCT_TRIONES_HPT366,
+           0,
+           "Triones Technologies",
+           "HPT366/370 UDMA/66 Controller",
+       },
+       {
            PCI_VENDOR_TRITECH, PCI_PRODUCT_TRITECH_TR25202,
            0,
            "TriTech Microelectronics",



Home | Main Index | Thread Index | Old Index