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/ce29f5b52173
branches:  trunk
changeset: 481193:ce29f5b52173
user:      joda <joda%NetBSD.org@localhost>
date:      Mon Jan 24 15:50:16 2000 +0000

description:
regen

diffstat:

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

diffs (68 lines):

diff -r 2c17924f8db4 -r ce29f5b52173 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Mon Jan 24 15:49:50 2000 +0000
+++ b/sys/dev/pci/pcidevs.h     Mon Jan 24 15:50:16 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.192 2000/01/23 09:55:40 tsubai Exp $     */
+/*     $NetBSD: pcidevs.h,v 1.193 2000/01/24 15:50:16 joda Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.185 2000/01/23 09:54:28 tsubai Exp 
+ *     NetBSD: pcidevs,v 1.186 2000/01/24 15:49:50 joda Exp 
  */
 
 /*
@@ -1314,7 +1314,7 @@
 #define        PCI_PRODUCT_TI_TVP4020  0x3d07          /* TVP4020 Permedia 2 */
 #define        PCI_PRODUCT_TI_PCILYNX  0x8000          /* LYNX FireWire Host Controller */
 #define        PCI_PRODUCT_TI_PCI1130  0xac12          /* PCI1130 PCI-CardBus Bridge */
-#define        PCI_PRODUCT_TI_PCI1031  0xac13          /* PCI1031 PCI-pcmcia Bridge */
+#define        PCI_PRODUCT_TI_PCI1031  0xac13          /* PCI1031 PCI-PCMCIA Bridge */
 #define        PCI_PRODUCT_TI_PCI1131  0xac15          /* PCI1131 PCI-CardBus Bridge */
 #define        PCI_PRODUCT_TI_PCI1250  0xac16          /* PCI1250 PCI-CardBus Bridge */
 #define        PCI_PRODUCT_TI_PCI1220  0xac17          /* PCI1220 PCI-CardBus Bridge */
@@ -1324,7 +1324,7 @@
 #define        PCI_PRODUCT_TI_PCI1251  0xac1d          /* PCI1251 PCI-CardBus Bridge */
 #define        PCI_PRODUCT_TI_PCI1211  0xac1e          /* PCI1211 PCI-CardBus Bridge */
 #define        PCI_PRODUCT_TI_PCI1251B 0xac1f          /* PCI1251B PCI-CardBus Bridge */
-#define        PCI_PRODUCT_TI_PCI2030  0xac20          /* PCI2030 PCI-CardBus Bridge */
+#define        PCI_PRODUCT_TI_PCI2030  0xac20          /* PCI2030 PCI-PCI Bridge */
 #define        PCI_PRODUCT_TI_PCI1420  0xac51          /* PCI1420 PCI-CardBus Bridge */
 
 /* Toshiba America products */
diff -r 2c17924f8db4 -r ce29f5b52173 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Mon Jan 24 15:49:50 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Mon Jan 24 15:50:16 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.190 2000/01/23 09:55:40 tsubai Exp $        */
+/*     $NetBSD: pcidevs_data.h,v 1.191 2000/01/24 15:50:16 joda Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.185 2000/01/23 09:54:28 tsubai Exp 
+ *     NetBSD: pcidevs,v 1.186 2000/01/24 15:49:50 joda Exp 
  */
 
 /*
@@ -3103,7 +3103,7 @@
            PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1031,
            0,
            "Texas Instruments",
-           "PCI1031 PCI-pcmcia Bridge",
+           "PCI1031 PCI-PCMCIA Bridge",
        },
        {
            PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1131,
@@ -3163,7 +3163,7 @@
            PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2030,
            0,
            "Texas Instruments",
-           "PCI2030 PCI-CardBus Bridge",
+           "PCI2030 PCI-PCI Bridge",
        },
        {
            PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1420,



Home | Main Index | Thread Index | Old Index