Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/4b45b5a91e38
branches:  netbsd-1-6
changeset: 529741:4b45b5a91e38
user:      he <he%NetBSD.org@localhost>
date:      Wed Dec 11 18:06:09 2002 +0000

description:
Pull up regenerated files (requested by kanaoka in ticket #969):
  Add support for ``Planex FNW-3603 cardbus ethernet''.
  Fixes PR#18961.

diffstat:

 sys/dev/cardbus/cardbusdevs.h      |   8 ++++++--
 sys/dev/cardbus/cardbusdevs_data.h |  16 ++++++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diffs (76 lines):

diff -r 5d3a89e0b270 -r 4b45b5a91e38 sys/dev/cardbus/cardbusdevs.h
--- a/sys/dev/cardbus/cardbusdevs.h     Wed Dec 11 18:05:30 2002 +0000
+++ b/sys/dev/cardbus/cardbusdevs.h     Wed Dec 11 18:06:09 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: cardbusdevs.h,v 1.18 2002/02/17 21:21:15 augustss Exp $        */
+/*     $NetBSD: cardbusdevs.h,v 1.18.10.1 2002/12/11 18:06:09 he Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: cardbusdevs,v 1.21 2002/02/17 21:20:46 augustss Exp 
+ *     NetBSD: cardbusdevs,v 1.21.10.1 2002/12/11 18:05:30 he Exp 
  */
 
 /*
@@ -60,6 +60,7 @@
 #define        CARDBUS_VENDOR_COREGA   0x1259          /* Corega */
 #define        CARDBUS_VENDOR_ALLIEDTELESYN    0x1259          /* Allied Telesyn International */
 #define        CARDBUS_VENDOR_ABOCOM   0x13d1          /* AboCom Systems */
+#define        CARDBUS_VENDOR_PLANEX   0x14ea          /* Planex Communications Inc */
 #define        CARDBUS_VENDOR_HAWKING  0x17b3          /* Hawking Technology */
 #define        CARDBUS_VENDOR_INTEL    0x8086          /* Intel */
 #define        CARDBUS_VENDOR_ADP      0x9004          /* Adaptec */
@@ -119,6 +120,9 @@
 #define        CARDBUS_PRODUCT_ABOCOM_FE2500   0xab02          /* FE2500 10/100 Ethernet */
 #define        CARDBUS_PRODUCT_ABOCOM_PCM200   0xab03          /* FE2500 10/100 Ethernet */
 
+/* Planex products */
+#define        CARDBUS_PRODUCT_PLANEX_FNW_3603_TX      0xab06          /* FNW-3603-TX 10/100 Ethernet */
+
 /* Hawking Technology products */
 #define        CARDBUS_PRODUCT_HAWKING_PN672TX 0xab08          /* PN672TX 10/100 Ethernet */
 
diff -r 5d3a89e0b270 -r 4b45b5a91e38 sys/dev/cardbus/cardbusdevs_data.h
--- a/sys/dev/cardbus/cardbusdevs_data.h        Wed Dec 11 18:05:30 2002 +0000
+++ b/sys/dev/cardbus/cardbusdevs_data.h        Wed Dec 11 18:06:09 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: cardbusdevs_data.h,v 1.18 2002/02/17 21:21:16 augustss Exp $   */
+/*     $NetBSD: cardbusdevs_data.h,v 1.18.10.1 2002/12/11 18:06:09 he Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: cardbusdevs,v 1.21 2002/02/17 21:20:46 augustss Exp 
+ *     NetBSD: cardbusdevs,v 1.21.10.1 2002/12/11 18:05:30 he Exp 
  */
 
 /*
@@ -182,6 +182,12 @@
            "FE2500 10/100 Ethernet",
        },
        {
+           CARDBUS_VENDOR_PLANEX, CARDBUS_PRODUCT_PLANEX_FNW_3603_TX,
+           0,
+           "Planex Communications Inc",
+           "FNW-3603-TX 10/100 Ethernet",
+       },
+       {
            CARDBUS_VENDOR_HAWKING, CARDBUS_PRODUCT_HAWKING_PN672TX,
            0,
            "Hawking Technology",
@@ -284,6 +290,12 @@
            NULL,
        },
        {
+           CARDBUS_VENDOR_PLANEX, 0,
+           CARDBUS_KNOWNDEV_NOPROD,
+           "Planex Communications Inc",
+           NULL,
+       },
+       {
            CARDBUS_VENDOR_HAWKING, 0,
            CARDBUS_KNOWNDEV_NOPROD,
            "Hawking Technology",



Home | Main Index | Thread Index | Old Index