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/88138126e08c
branches:  trunk
changeset: 479668:88138126e08c
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Dec 17 14:00:12 1999 +0000

description:
Regen.

diffstat:

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

diffs (102 lines):

diff -r 4f54e7002b70 -r 88138126e08c sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri Dec 17 13:59:44 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Dec 17 14:00:12 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.184 1999/12/17 01:04:47 soren Exp $      */
+/*     $NetBSD: pcidevs.h,v 1.185 1999/12/17 14:00:12 augustss Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.177 1999/12/17 01:04:29 soren Exp 
+ *     NetBSD: pcidevs,v 1.178 1999/12/17 13:59:44 augustss Exp 
  */
 
 /*
@@ -935,11 +935,11 @@
 #define        PCI_PRODUCT_EFFICIENTNETS_SS3000        0x0005          /* SpeedStream 3000 */
 
 /* Galileo Technology products */
-#define        PCI_PRODUCT_GALILEO_0x0146      GT-64010A               /* System Controller */
-#define        PCI_PRODUCT_GALILEO_0x4111      GT-64115                /* System Controller */
-#define        PCI_PRODUCT_GALILEO_0x4146      GT-64011/GT-64111               /* System Controller */
-#define        PCI_PRODUCT_GALILEO_0x4620      GT-64120                /* System Controller */
-#define        PCI_PRODUCT_GALILEO_0x6320      GT-64130                /* System Controller */
+#define        PCI_PRODUCT_GALILEO_GT64010A    0x0146          /* GT-64010A System Controller */
+#define        PCI_PRODUCT_GALILEO_GT64115     0x4111          /* GT-64115 System Controller */
+#define        PCI_PRODUCT_GALILEO_GT64011     0x4146          /* GT-64011/GT-64111 System Controller */
+#define        PCI_PRODUCT_GALILEO_GT64120     0x4620          /* GT-64120 System Controller */
+#define        PCI_PRODUCT_GALILEO_GT64130     0x6320          /* GT-64130 System Controller */
 
 /* Hewlett-Packard products */
 #define        PCI_PRODUCT_HP_J2585A   0x1030          /* J2585A */
diff -r 4f54e7002b70 -r 88138126e08c sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri Dec 17 13:59:44 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Dec 17 14:00:12 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.182 1999/12/17 01:04:48 soren Exp $ */
+/*     $NetBSD: pcidevs_data.h,v 1.183 1999/12/17 14:00:12 augustss Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.177 1999/12/17 01:04:29 soren Exp 
+ *     NetBSD: pcidevs,v 1.178 1999/12/17 13:59:44 augustss Exp 
  */
 
 /*
@@ -1564,34 +1564,34 @@
            "SpeedStream 3000",
        },
        {
-           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x0146,
+           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64010A,
            0,
            "Galileo Technology",
-           "System Controller",
-       },
-       {
-           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x4111,
+           "GT-64010A System Controller",
+       },
+       {
+           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64115,
            0,
            "Galileo Technology",
-           "System Controller",
-       },
-       {
-           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x4146,
+           "GT-64115 System Controller",
+       },
+       {
+           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64011,
            0,
            "Galileo Technology",
-           "System Controller",
-       },
-       {
-           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x4620,
+           "GT-64011/GT-64111 System Controller",
+       },
+       {
+           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64120,
            0,
            "Galileo Technology",
-           "System Controller",
-       },
-       {
-           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x6320,
+           "GT-64120 System Controller",
+       },
+       {
+           PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64130,
            0,
            "Galileo Technology",
-           "System Controller",
+           "GT-64130 System Controller",
        },
        {
            PCI_VENDOR_HP, PCI_PRODUCT_HP_J2585A,



Home | Main Index | Thread Index | Old Index