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/c83b2230e116
branches:  trunk
changeset: 481656:c83b2230e116
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Feb 03 08:26:33 2000 +0000

description:
Regen.

diffstat:

 sys/dev/pcmcia/pcmciadevs.h      |   8 ++++++--
 sys/dev/pcmcia/pcmciadevs_data.h |  18 ++++++++++++++++--
 2 files changed, 22 insertions(+), 4 deletions(-)

diffs (74 lines):

diff -r b2af5b5597b8 -r c83b2230e116 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Thu Feb 03 08:25:55 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Thu Feb 03 08:26:33 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.76 2000/02/01 10:21:00 enami Exp $    */
+/*     $NetBSD: pcmciadevs.h,v 1.77 2000/02/03 08:26:33 enami Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.75 2000/02/01 10:19:51 enami Exp 
+ *     NetBSD: pcmciadevs,v 1.76 2000/02/03 08:25:55 enami Exp 
  */
 
 /*-
@@ -354,6 +354,7 @@
 #define        PCMCIA_VENDOR_EPSON     -1      /* Seiko Epson Corporation */
 #define        PCMCIA_VENDOR_EXP       -1      /* EXP Computer Inc */
 #define        PCMCIA_VENDOR_MELCO     -1      /* Melco Inc */
+#define        PCMCIA_VENDOR_ICOM      -1      /* ICOM Inc */
 
 #define        PCMCIA_CIS_MEGAHERTZ_XJ2288     { "MEGAHERTZ", "MODEM XJ2288", NULL, NULL }
 #define        PCMCIA_PRODUCT_MEGAHERTZ_XJ2288 -1
@@ -432,3 +433,6 @@
 #define        PCMCIA_CIS_MELCO_WLI_PCM        { "AMD", "Am79C930", NULL, NULL }
 #define        PCMCIA_PRODUCT_MELCO_WLI_PCM    -1
 #define        PCMCIA_STR_MELCO_WLI_PCM        "Melco WLI-PCM"
+#define        PCMCIA_CIS_ICOM_SL200   { "Icom", "SL-200", NULL, NULL }
+#define        PCMCIA_PRODUCT_ICOM_SL200       -1
+#define        PCMCIA_STR_ICOM_SL200   "Icom SL-200"
diff -r b2af5b5597b8 -r c83b2230e116 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Thu Feb 03 08:25:55 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Thu Feb 03 08:26:33 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.76 2000/02/01 10:21:00 enami Exp $       */
+/*     $NetBSD: pcmciadevs_data.h,v 1.77 2000/02/03 08:26:33 enami Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.75 2000/02/01 10:19:51 enami Exp 
+ *     NetBSD: pcmciadevs,v 1.76 2000/02/03 08:25:55 enami Exp 
  */
 
 /*-
@@ -668,6 +668,13 @@
            "Melco WLI-PCM"     },
        },
        {
+           PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_ICOM_SL200,
+           PCMCIA_CIS_ICOM_SL200,
+           0,
+           "ICOM Inc",
+           "Icom SL-200"       },
+       },
+       {
            PCMCIA_VENDOR_FUJITSU, 0,
            PCMCIA_KNOWNDEV_NOPROD,
            PCMCIA_CIS_INVALID,
@@ -989,5 +996,12 @@
            "Melco Inc",
            NULL,
        },
+       {
+           PCMCIA_VENDOR_ICOM, 0,
+           PCMCIA_KNOWNDEV_NOPROD,
+           PCMCIA_CIS_INVALID,
+           "ICOM Inc",
+           NULL,
+       },
        { 0, 0, { NULL, NULL, NULL, NULL }, 0, NULL, NULL, }
 };



Home | Main Index | Thread Index | Old Index