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/22724804497b
branches:  trunk
changeset: 476260:22724804497b
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Sep 10 19:56:51 1999 +0000

description:
Regen.

diffstat:

 sys/dev/pci/pcidevs.h      |   7 +++++--
 sys/dev/pci/pcidevs_data.h |  22 ++++++++++++++++++++--
 2 files changed, 25 insertions(+), 4 deletions(-)

diffs (84 lines):

diff -r 7b226b04e7aa -r 22724804497b sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri Sep 10 19:55:54 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Sep 10 19:56:51 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.160 1999/09/08 22:25:56 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.161 1999/09/10 19:56:51 augustss Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.153 1999/09/08 22:25:19 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.154 1999/09/10 19:55:54 augustss Exp 
  */
 
 /*
@@ -1248,10 +1248,13 @@
 #define        PCI_PRODUCT_TI_PCI1250  0xac16          /* PCI1250 PCI-CardBus Bridge */
 #define        PCI_PRODUCT_TI_PCI1220  0xac17          /* PCI1220 PCI-CardBus Bridge */
 #define        PCI_PRODUCT_TI_PCI1221  0xac19          /* PCI1221 PCI-CardBus Bridge */
+#define        PCI_PRODUCT_TI_PCI1450  0xac1b          /* PCI1450 PCI-CardBus Bridge */
 #define        PCI_PRODUCT_TI_PCI1225  0xac1c          /* PCI1225 PCI-CardBus Bridge */
 #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_PCI1420  0xac51          /* PCI1420 PCI-CardBus Bridge */
 
 /* Toshiba America products */
 #define        PCI_PRODUCT_TOSHIBA_R4X00       0x0009          /* R4x00 Host-PCI Bridge */
diff -r 7b226b04e7aa -r 22724804497b sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri Sep 10 19:55:54 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Sep 10 19:56:51 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.158 1999/09/08 22:25:56 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.159 1999/09/10 19:56:51 augustss Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.153 1999/09/08 22:25:19 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.154 1999/09/10 19:55:54 augustss Exp 
  */
 
 /*
@@ -2866,6 +2866,12 @@
            "PCI1221 PCI-CardBus Bridge",
        },
        {
+           PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1450,
+           0,
+           "Texas Instruments",
+           "PCI1450 PCI-CardBus Bridge",
+       },
+       {
            PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1225,
            0,
            "Texas Instruments",
@@ -2884,12 +2890,24 @@
            "PCI1211 PCI-CardBus Bridge",
        },
        {
+           PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1251B,
+           0,
+           "Texas Instruments",
+           "PCI1251B PCI-CardBus Bridge",
+       },
+       {
            PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2030,
            0,
            "Texas Instruments",
            "PCI2030 PCI-CardBus Bridge",
        },
        {
+           PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1420,
+           0,
+           "Texas Instruments",
+           "PCI1420 PCI-CardBus Bridge",
+       },
+       {
            PCI_VENDOR_TOSHIBA, PCI_PRODUCT_TOSHIBA_R4X00,
            0,
            "Toshiba America",



Home | Main Index | Thread Index | Old Index