Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia add Samsung MagicLAN SWL-2000N



details:   https://anonhg.NetBSD.org/src/rev/e26f25788219
branches:  trunk
changeset: 495317:e26f25788219
user:      onoe <onoe%NetBSD.org@localhost>
date:      Wed Jul 26 07:24:15 2000 +0000

description:
add Samsung MagicLAN SWL-2000N

diffstat:

 sys/dev/pcmcia/pcmciadevs        |   6 +++++-
 sys/dev/pcmcia/pcmciadevs.h      |   8 +++++++-
 sys/dev/pcmcia/pcmciadevs_data.h |  16 +++++++++++++++-
 3 files changed, 27 insertions(+), 3 deletions(-)

diffs (93 lines):

diff -r 7da5c3ba1751 -r e26f25788219 sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Wed Jul 26 06:34:47 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Wed Jul 26 07:24:15 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.96 2000/07/24 21:45:00 gmcgarry Exp $
+$NetBSD: pcmciadevs,v 1.97 2000/07/26 07:24:15 onoe Exp $
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -69,6 +69,7 @@
 vendor IODATA                  0x01bf  I-O DATA
 vendor FARALLON                        0x0200  Farallon Communications
 vendor NOKIA                   0x023d  Nokia Communications
+vendor SAMSUNG                 0x0250  Samsung
 vendor LASAT                   0x3401  Lasat Communications A/S
 vendor LEXARMEDIA              0x4e01  Lexar Media
 vendor COMPEX                  0x8a01  Compex Corporation
@@ -238,6 +239,9 @@
 /* RATOC System Inc. Products */
 product RATOC REX_R280         0x1     RATOC REX-R280
 
+/* Samsung */
+product        SAMSUNG SWL_2000N       0x02    Samsung MagicLAN SWL-2000N
+
 /* Cards we know only by their cis */
 vendor PREMAX                  -1      Premax
 vendor PLANET                  -1      Planet
diff -r 7da5c3ba1751 -r e26f25788219 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Wed Jul 26 06:34:47 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Wed Jul 26 07:24:15 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcmciadevs.h,v 1.95 2000/07/24 21:47:40 gmcgarry Exp $ */
+/*     $NetBSD: pcmciadevs.h,v 1.96 2000/07/26 07:24:16 onoe Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -76,6 +76,7 @@
 #define        PCMCIA_VENDOR_IODATA    0x01bf  /* I-O DATA */
 #define        PCMCIA_VENDOR_FARALLON  0x0200  /* Farallon Communications */
 #define        PCMCIA_VENDOR_NOKIA     0x023d  /* Nokia Communications */
+#define        PCMCIA_VENDOR_SAMSUNG   0x0250  /* Samsung */
 #define        PCMCIA_VENDOR_LASAT     0x3401  /* Lasat Communications A/S */
 #define        PCMCIA_VENDOR_LEXARMEDIA        0x4e01  /* Lexar Media */
 #define        PCMCIA_VENDOR_COMPEX    0x8a01  /* Compex Corporation */
@@ -409,6 +410,11 @@
 #define        PCMCIA_PRODUCT_RATOC_REX_R280   0x1
 #define        PCMCIA_STR_RATOC_REX_R280       "RATOC REX-R280"
 
+/* Samsung */
+#define        PCMCIA_CIS_SAMSUNG_SWL_2000N    { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_SAMSUNG_SWL_2000N        0x02
+#define        PCMCIA_STR_SAMSUNG_SWL_2000N    "Samsung MagicLAN SWL-2000N"
+
 /* Cards we know only by their cis */
 #define        PCMCIA_VENDOR_PREMAX    -1      /* Premax */
 #define        PCMCIA_VENDOR_PLANET    -1      /* Planet */
diff -r 7da5c3ba1751 -r e26f25788219 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Wed Jul 26 06:34:47 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Wed Jul 26 07:24:15 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.95 2000/07/24 21:47:40 gmcgarry Exp $    */
+/*     $NetBSD: pcmciadevs_data.h,v 1.96 2000/07/26 07:24:17 onoe Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -619,6 +619,13 @@
            "RATOC REX-R280"    },
        },
        {
+           PCMCIA_VENDOR_SAMSUNG, PCMCIA_PRODUCT_SAMSUNG_SWL_2000N,
+           PCMCIA_CIS_SAMSUNG_SWL_2000N,
+           0,
+           "Samsung",
+           "Samsung MagicLAN SWL-2000N"        },
+       },
+       {
            PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
            PCMCIA_CIS_MEGAHERTZ_XJ2288,
            0,
@@ -1039,6 +1046,13 @@
            NULL,
        },
        {
+           PCMCIA_VENDOR_SAMSUNG, 0,
+           PCMCIA_KNOWNDEV_NOPROD,
+           PCMCIA_CIS_INVALID,
+           "Samsung",
+           NULL,
+       },
+       {
            PCMCIA_VENDOR_LASAT, 0,
            PCMCIA_KNOWNDEV_NOPROD,
            PCMCIA_CIS_INVALID,



Home | Main Index | Thread Index | Old Index