Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/cardbus regen



details:   https://anonhg.NetBSD.org/src/rev/e93328a7f850
branches:  trunk
changeset: 511493:e93328a7f850
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Wed Jun 20 05:39:36 2001 +0000

description:
regen

diffstat:

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

diffs (53 lines):

diff -r 5d316ca68e2a -r e93328a7f850 sys/dev/cardbus/cardbusdevs.h
--- a/sys/dev/cardbus/cardbusdevs.h     Wed Jun 20 05:39:17 2001 +0000
+++ b/sys/dev/cardbus/cardbusdevs.h     Wed Jun 20 05:39:36 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: cardbusdevs.h,v 1.15 2001/05/15 04:25:12 kanaoka Exp $ */
+/*     $NetBSD: cardbusdevs.h,v 1.16 2001/06/20 05:39:36 ichiro Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: cardbusdevs,v 1.17 2001/03/14 01:41:09 christos Exp 
+ *     NetBSD: cardbusdevs,v 1.19 2001/06/20 05:39:17 ichiro Exp 
  */
 
 /*
@@ -90,6 +90,7 @@
 
 /* Realtek (Creative Labs?) products */
 #define        CARDBUS_PRODUCT_REALTEK_RT8138  0x8138          /* 8138 Ethernet */
+#define        CARDBUS_PRODUCT_REALTEK_RT8139  0x8139          /* 8139 Ethernet */
 
 /* IO Data products */
 #define        CARDBUS_PRODUCT_IODATA_CBIDE2   0x0003          /* CBIDE2 IDE controller */
diff -r 5d316ca68e2a -r e93328a7f850 sys/dev/cardbus/cardbusdevs_data.h
--- a/sys/dev/cardbus/cardbusdevs_data.h        Wed Jun 20 05:39:17 2001 +0000
+++ b/sys/dev/cardbus/cardbusdevs_data.h        Wed Jun 20 05:39:36 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: cardbusdevs_data.h,v 1.15 2001/05/15 04:25:12 kanaoka Exp $    */
+/*     $NetBSD: cardbusdevs_data.h,v 1.16 2001/06/20 05:39:36 ichiro Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: cardbusdevs,v 1.17 2001/03/14 01:41:09 christos Exp 
+ *     NetBSD: cardbusdevs,v 1.19 2001/06/20 05:39:17 ichiro Exp 
  */
 
 /*
@@ -116,6 +116,12 @@
            "8138 Ethernet",
        },
        {
+           CARDBUS_VENDOR_REALTEK, CARDBUS_PRODUCT_REALTEK_RT8139,
+           0,
+           "Realtek Semiconductor",
+           "8139 Ethernet",
+       },
+       {
            CARDBUS_VENDOR_IODATA, CARDBUS_PRODUCT_IODATA_CBIDE2,
            0,
            "IO Data",



Home | Main Index | Thread Index | Old Index