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/356834e6056b
branches:  trunk
changeset: 509885:356834e6056b
user:      kanaoka <kanaoka%NetBSD.org@localhost>
date:      Tue May 15 04:25:12 2001 +0000

description:
Regen.

diffstat:

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

diffs (69 lines):

diff -r c5ae478b1d6e -r 356834e6056b sys/dev/cardbus/cardbusdevs.h
--- a/sys/dev/cardbus/cardbusdevs.h     Tue May 15 04:24:28 2001 +0000
+++ b/sys/dev/cardbus/cardbusdevs.h     Tue May 15 04:25:12 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cardbusdevs.h,v 1.14 2001/03/14 01:41:29 christos Exp $        */
+/*     $NetBSD: cardbusdevs.h,v 1.15 2001/05/15 04:25:12 kanaoka Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -56,6 +56,8 @@
 #define        CARDBUS_VENDOR_IODATA   0x10fc          /* IO Data */
 #define        CARDBUS_VENDOR_ACCTON   0x1113          /* Accton Technology */
 #define        CARDBUS_VENDOR_XIRCOM   0x115d          /* Xircom */
+#define        CARDBUS_VENDOR_COREGA   0x1259          /* Corega */
+#define        CARDBUS_VENDOR_ALLIEDTELESYN    0x1259          /* Allied Telesyn International */
 #define        CARDBUS_VENDOR_ABOCOM   0x13d1          /* AboCom Systems */
 #define        CARDBUS_VENDOR_INTEL    0x8086          /* Intel */
 #define        CARDBUS_VENDOR_ADP      0x9004          /* Adaptec */
@@ -104,6 +106,9 @@
 #define        CARDBUS_PRODUCT_XIRCOM_X3201_3_21143    0x0003          /* X3201-3 Fast Ethernet Controller (21143) */
 #define        CARDBUS_PRODUCT_XIRCOM_MODEM56  0x0103          /* 56k Modem */
 
+/* Corega products */
+#define        CARDBUS_PRODUCT_COREGA_CB_TXD   0xa117          /* FEther CB-TXD 10/100 Ethernet */
+
 /* AboCom products */
 #define        CARDBUS_PRODUCT_ABOCOM_FE2500   0xab02          /* FE2500 10/100 Ethernet */
 #define        CARDBUS_PRODUCT_ABOCOM_PCM200   0xab03          /* FE2500 10/100 Ethernet */
diff -r c5ae478b1d6e -r 356834e6056b sys/dev/cardbus/cardbusdevs_data.h
--- a/sys/dev/cardbus/cardbusdevs_data.h        Tue May 15 04:24:28 2001 +0000
+++ b/sys/dev/cardbus/cardbusdevs_data.h        Tue May 15 04:25:12 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cardbusdevs_data.h,v 1.14 2001/03/14 01:41:29 christos Exp $   */
+/*     $NetBSD: cardbusdevs_data.h,v 1.15 2001/05/15 04:25:12 kanaoka Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -152,6 +152,12 @@
            "56k Modem",
        },
        {
+           CARDBUS_VENDOR_COREGA, CARDBUS_PRODUCT_COREGA_CB_TXD,
+           0,
+           "Corega",
+           "FEther CB-TXD 10/100 Ethernet",
+       },
+       {
            CARDBUS_VENDOR_ABOCOM, CARDBUS_PRODUCT_ABOCOM_FE2500,
            0,
            "AboCom Systems",
@@ -236,6 +242,18 @@
            NULL,
        },
        {
+           CARDBUS_VENDOR_COREGA, 0,
+           CARDBUS_KNOWNDEV_NOPROD,
+           "Corega",
+           NULL,
+       },
+       {
+           CARDBUS_VENDOR_ALLIEDTELESYN, 0,
+           CARDBUS_KNOWNDEV_NOPROD,
+           "Allied Telesyn International",
+           NULL,
+       },
+       {
            CARDBUS_VENDOR_ABOCOM, 0,
            CARDBUS_KNOWNDEV_NOPROD,
            "AboCom Systems",



Home | Main Index | Thread Index | Old Index