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/7fa15a911fb4
branches:  trunk
changeset: 472802:7fa15a911fb4
user:      hwr <hwr%NetBSD.org@localhost>
date:      Fri May 07 21:11:20 1999 +0000

description:
Regen.

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 89b908cc7cfd -r 7fa15a911fb4 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri May 07 21:09:31 1999 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri May 07 21:11:20 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.124 1999/05/07 15:40:57 drochner Exp $   */
+/*     $NetBSD: pcidevs.h,v 1.125 1999/05/07 21:11:20 hwr Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.117 1999/05/07 15:38:40 drochner Exp 
+ *     NetBSD: pcidevs,v 1.118 1999/05/07 21:09:31 hwr Exp 
  */
 
 /*
@@ -1105,6 +1105,7 @@
 #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_PCI1251  0xac1d          /* PCI1251 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_PCI1225  0xac1C          /* PCI1225 PCI-CardBus Bridge */
diff -r 89b908cc7cfd -r 7fa15a911fb4 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri May 07 21:09:31 1999 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri May 07 21:11:20 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.122 1999/05/07 15:40:58 drochner Exp $      */
+/*     $NetBSD: pcidevs_data.h,v 1.123 1999/05/07 21:11:20 hwr Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.117 1999/05/07 15:38:40 drochner Exp 
+ *     NetBSD: pcidevs,v 1.118 1999/05/07 21:09:31 hwr Exp 
  */
 
 /*
@@ -2272,6 +2272,12 @@
            "PCI1250 PCI-CardBus Bridge",
        },
        {
+           PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1251,
+           0,
+           "Texas Instruments",
+           "PCI1251 PCI-CardBus Bridge",
+       },
+       {
            PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1220,
            0,
            "Texas Instruments",



Home | Main Index | Thread Index | Old Index