Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/cardbus Pull up regenerated files (requested by...



details:   https://anonhg.NetBSD.org/src/rev/149a0d399ade
branches:  netbsd-1-5
changeset: 492655:149a0d399ade
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 05 12:55:32 2002 +0000

description:
Pull up regenerated files (requested by he):
  Correct inadvertent omission on pull-up of rtk driver.

diffstat:

 sys/dev/cardbus/cardbusdevs.h      |   5 +++--
 sys/dev/cardbus/cardbusdevs_data.h |  10 ++++++++--
 2 files changed, 11 insertions(+), 4 deletions(-)

diffs (50 lines):

diff -r db63e6bd098f -r 149a0d399ade sys/dev/cardbus/cardbusdevs.h
--- a/sys/dev/cardbus/cardbusdevs.h     Tue Feb 05 12:54:48 2002 +0000
+++ b/sys/dev/cardbus/cardbusdevs.h     Tue Feb 05 12:55:32 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: cardbusdevs.h,v 1.8.2.2 2002/01/29 22:50:45 he Exp $   */
+/*     $NetBSD: cardbusdevs.h,v 1.8.2.3 2002/02/05 12:55:32 he Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: cardbusdevs,v 1.10.2.2 2002/01/29 22:50:14 he Exp 
+ *     NetBSD: cardbusdevs,v 1.10.2.3 2002/02/05 12:54:48 he Exp 
  */
 
 /*
@@ -110,3 +110,4 @@
 
 /* Realtek (Creative Labs?) products */
 #define        CARDBUS_PRODUCT_REALTEK_RT8138  0x8138          /* 8138 Ethernet */
+#define        CARDBUS_PRODUCT_REALTEK_RT8139  0x8139          /* 8139 Ethernet */
diff -r db63e6bd098f -r 149a0d399ade sys/dev/cardbus/cardbusdevs_data.h
--- a/sys/dev/cardbus/cardbusdevs_data.h        Tue Feb 05 12:54:48 2002 +0000
+++ b/sys/dev/cardbus/cardbusdevs_data.h        Tue Feb 05 12:55:32 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: cardbusdevs_data.h,v 1.8.2.2 2002/01/29 22:50:45 he Exp $      */
+/*     $NetBSD: cardbusdevs_data.h,v 1.8.2.3 2002/02/05 12:55:32 he Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: cardbusdevs,v 1.10.2.2 2002/01/29 22:50:14 he Exp 
+ *     NetBSD: cardbusdevs,v 1.10.2.3 2002/02/05 12:54:48 he Exp 
  */
 
 /*
@@ -148,6 +148,12 @@
            "8138 Ethernet",
        },
        {
+           CARDBUS_VENDOR_REALTEK, CARDBUS_PRODUCT_REALTEK_RT8139,
+           0,
+           "Realtek Semiconductor",
+           "8139 Ethernet",
+       },
+       {
            CARDBUS_VENDOR_DEC, 0,
            CARDBUS_KNOWNDEV_NOPROD,
            "Digital Equipment",



Home | Main Index | Thread Index | Old Index