Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia regen: Add LINKSYS Instant Wireless Network C...



details:   https://anonhg.NetBSD.org/src/rev/096b653ad3af
branches:  trunk
changeset: 526639:096b653ad3af
user:      onoe <onoe%NetBSD.org@localhost>
date:      Tue May 07 09:37:28 2002 +0000

description:
regen: Add LINKSYS Instant Wireless Network CF Card

diffstat:

 sys/dev/pcmcia/pcmciadevs.h      |   7 +++++--
 sys/dev/pcmcia/pcmciadevs_data.h |  11 +++++++++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diffs (56 lines):

diff -r 80bd0e4027b6 -r 096b653ad3af sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Tue May 07 09:36:50 2002 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Tue May 07 09:37:28 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.166 2002/05/06 22:28:18 chris Exp $   */
+/*     $NetBSD: pcmciadevs.h,v 1.167 2002/05/07 09:37:28 onoe Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.166 2002/05/06 22:26:48 chris Exp 
+ *     NetBSD: pcmciadevs,v 1.167 2002/05/07 09:36:50 onoe Exp 
  */
 /* $FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.20 2001/11/19 05:02:55 imp Exp $*/
 
@@ -379,6 +379,9 @@
 #define        PCMCIA_CIS_LINKSYS2_IWN3        { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_LINKSYS2_IWN3    0x1613
 #define        PCMCIA_STR_LINKSYS2_IWN3        "Instant Wireless Network PC Card, Versin 3"
+#define        PCMCIA_CIS_LINKSYS2_WCF11       { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_LINKSYS2_WCF11   0x3301
+#define        PCMCIA_STR_LINKSYS2_WCF11       "Instant Wireless Network CF Card"
 
 /* Lucent WaveLAN/IEEE */
 #define        PCMCIA_CIS_LUCENT_WAVELAN_IEEE  { NULL, NULL, NULL, NULL }
diff -r 80bd0e4027b6 -r 096b653ad3af sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Tue May 07 09:36:50 2002 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Tue May 07 09:37:28 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.166 2002/05/06 22:28:18 chris Exp $      */
+/*     $NetBSD: pcmciadevs_data.h,v 1.167 2002/05/07 09:37:28 onoe Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.166 2002/05/06 22:26:48 chris Exp 
+ *     NetBSD: pcmciadevs,v 1.167 2002/05/07 09:36:50 onoe Exp 
  */
 /* $FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.20 2001/11/19 05:02:55 imp Exp $*/
 
@@ -547,6 +547,13 @@
            "Instant Wireless Network PC Card, Versin 3",       }
        ,
        {
+           PCMCIA_VENDOR_LINKSYS2, PCMCIA_PRODUCT_LINKSYS2_WCF11,
+           PCMCIA_CIS_LINKSYS2_WCF11,
+           0,
+           "The Linksys Group",
+           "Instant Wireless Network CF Card", }
+       ,
+       {
            PCMCIA_VENDOR_LUCENT, PCMCIA_PRODUCT_LUCENT_WAVELAN_IEEE,
            PCMCIA_CIS_LUCENT_WAVELAN_IEEE,
            0,



Home | Main Index | Thread Index | Old Index