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



details:   https://anonhg.NetBSD.org/src/rev/380d16257d0f
branches:  trunk
changeset: 481227:380d16257d0f
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Tue Jan 25 01:17:40 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 f8eac276bd9e -r 380d16257d0f sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Tue Jan 25 01:16:00 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Tue Jan 25 01:17:40 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.68 2000/01/23 23:56:58 chopps Exp $   */
+/*     $NetBSD: pcmciadevs.h,v 1.69 2000/01/25 01:17:40 sommerfeld Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.67 2000/01/23 23:55:45 chopps Exp 
+ *     NetBSD: pcmciadevs,v 1.68 2000/01/25 01:15:06 sommerfeld Exp 
  */
 
 /*-
@@ -321,6 +321,9 @@
 #define        PCMCIA_CIS_BAY_STACK_650        { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_BAY_STACK_650    0x0804
 #define        PCMCIA_STR_BAY_STACK_650        "BayStack 650 Wireless LAN"
+#define        PCMCIA_CIS_BAY_STACK_660        { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_BAY_STACK_660    0x0807
+#define        PCMCIA_STR_BAY_STACK_660        "BayStack 660 Wireless LAN"
 
 /* Raylink/WebGear */
 #define        PCMCIA_CIS_RAYTHEON_WLAN        { NULL, NULL, NULL, NULL }
diff -r f8eac276bd9e -r 380d16257d0f sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Tue Jan 25 01:16:00 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Tue Jan 25 01:17:40 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.68 2000/01/23 23:56:58 chopps Exp $      */
+/*     $NetBSD: pcmciadevs_data.h,v 1.69 2000/01/25 01:17:41 sommerfeld Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.67 2000/01/23 23:55:45 chopps Exp 
+ *     NetBSD: pcmciadevs,v 1.68 2000/01/25 01:15:06 sommerfeld Exp 
  */
 
 /*-
@@ -479,6 +479,13 @@
            "BayStack 650 Wireless LAN" },
        },
        {
+           PCMCIA_VENDOR_BAY, PCMCIA_PRODUCT_BAY_STACK_660,
+           PCMCIA_CIS_BAY_STACK_660,
+           0,
+           "Bay Networks",
+           "BayStack 660 Wireless LAN" },
+       },
+       {
            PCMCIA_VENDOR_RAYTHEON, PCMCIA_PRODUCT_RAYTHEON_WLAN,
            PCMCIA_CIS_RAYTHEON_WLAN,
            0,



Home | Main Index | Thread Index | Old Index