Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pcmcia Regen.



details:   https://anonhg.NetBSD.org/src/rev/8929a1584668
branches:  netbsd-1-5
changeset: 488398:8929a1584668
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 03 22:34:17 2000 +0000

description:
Regen.

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 06c219cd2318 -r 8929a1584668 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Mon Jul 03 22:34:04 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Mon Jul 03 22:34:17 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.92 2000/06/13 02:18:19 soren Exp $    */
+/*     $NetBSD: pcmciadevs.h,v 1.92.2.1 2000/07/03 22:34:17 thorpej Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.93 2000/06/13 02:18:00 soren Exp 
+ *     NetBSD: pcmciadevs,v 1.93.2.1 2000/07/03 22:34:04 thorpej Exp 
  */
 
 /*-
@@ -99,6 +99,9 @@
 #define        PCMCIA_STR_ADAPTEC_APA1460A     "Adaptec APA-1460A SlimSCSI"
 
 /* 3COM Products */
+#define        PCMCIA_CIS_3COM_3CRWE737A       { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_3COM_3CRWE737A   0x0001
+#define        PCMCIA_STR_3COM_3CRWE737A       "3Com AirConnect Wireless LAN"
 #define        PCMCIA_CIS_3COM_3C1     { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_3COM_3C1 0x0cf1
 #define        PCMCIA_STR_3COM_3C1     "3Com Megahertz 3C1 10Mbps LAN CF+ Card"
diff -r 06c219cd2318 -r 8929a1584668 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Mon Jul 03 22:34:04 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Mon Jul 03 22:34:17 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.92 2000/06/13 02:18:19 soren Exp $       */
+/*     $NetBSD: pcmciadevs_data.h,v 1.92.2.1 2000/07/03 22:34:17 thorpej Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.93 2000/06/13 02:18:00 soren Exp 
+ *     NetBSD: pcmciadevs,v 1.93.2.1 2000/07/03 22:34:04 thorpej Exp 
  */
 
 /*-
@@ -59,6 +59,13 @@
            "Adaptec APA-1460A SlimSCSI"        },
        },
        {
+           PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CRWE737A,
+           PCMCIA_CIS_3COM_3CRWE737A,
+           0,
+           "3Com Corporation",
+           "3Com AirConnect Wireless LAN"      },
+       },
+       {
            PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3C1,
            PCMCIA_CIS_3COM_3C1,
            0,



Home | Main Index | Thread Index | Old Index