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/de876c8b44b9
branches:  trunk
changeset: 542545:de876c8b44b9
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sat Feb 01 07:50:06 2003 +0000

description:
regen

diffstat:

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

diffs (55 lines):

diff -r 3a181dc157a6 -r de876c8b44b9 sys/dev/cardbus/cardbusdevs.h
--- a/sys/dev/cardbus/cardbusdevs.h     Sat Feb 01 07:49:33 2003 +0000
+++ b/sys/dev/cardbus/cardbusdevs.h     Sat Feb 01 07:50:06 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: cardbusdevs.h,v 1.20 2002/11/11 14:20:01 kanaoka Exp $ */
+/*     $NetBSD: cardbusdevs.h,v 1.21 2003/02/01 07:50:06 ichiro Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: cardbusdevs,v 1.23 2002/11/11 14:15:48 kanaoka Exp 
+ *     NetBSD: cardbusdevs,v 1.24 2003/02/01 07:49:33 ichiro Exp 
  */
 
 /*
@@ -121,6 +121,9 @@
 #define        CARDBUS_PRODUCT_ABOCOM_PCM200   0xab03          /* FE2500 10/100 Ethernet */
 #define        CARDBUS_PRODUCT_ABOCOM_FE2500MX 0xab08          /* FE2500MX 10/100 Ethernet */
 
+/* OEM: AboCom FE2000VX 10/100 Ethernet */
+#define        CARDBUS_PRODUCT_ABOCOM_FE2000VX 0xab06          /* IO-DATA CBET100-CL 10/100 Ethernet */
+
 /* Planex products */
 #define        CARDBUS_PRODUCT_PLANEX_FNW_3603_TX      0xab06          /* FNW-3603-TX 10/100 Ethernet */
 
diff -r 3a181dc157a6 -r de876c8b44b9 sys/dev/cardbus/cardbusdevs_data.h
--- a/sys/dev/cardbus/cardbusdevs_data.h        Sat Feb 01 07:49:33 2003 +0000
+++ b/sys/dev/cardbus/cardbusdevs_data.h        Sat Feb 01 07:50:06 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: cardbusdevs_data.h,v 1.20 2002/11/11 14:20:01 kanaoka Exp $    */
+/*     $NetBSD: cardbusdevs_data.h,v 1.21 2003/02/01 07:50:06 ichiro Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: cardbusdevs,v 1.23 2002/11/11 14:15:48 kanaoka Exp 
+ *     NetBSD: cardbusdevs,v 1.24 2003/02/01 07:49:33 ichiro Exp 
  */
 
 /*
@@ -188,6 +188,12 @@
            "FE2500MX 10/100 Ethernet",
        },
        {
+           CARDBUS_VENDOR_ABOCOM, CARDBUS_PRODUCT_ABOCOM_FE2000VX,
+           0,
+           "AboCom Systems",
+           "IO-DATA CBET100-CL 10/100 Ethernet",
+       },
+       {
            CARDBUS_VENDOR_PLANEX, CARDBUS_PRODUCT_PLANEX_FNW_3603_TX,
            0,
            "Planex Communications Inc",



Home | Main Index | Thread Index | Old Index