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/f24d7a1550b1
branches:  trunk
changeset: 481303:f24d7a1550b1
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Jan 25 21:58:23 2000 +0000

description:
Regen.

diffstat:

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

diffs (80 lines):

diff -r 98b1d3c8fa7e -r f24d7a1550b1 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Tue Jan 25 21:58:06 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Tue Jan 25 21:58:23 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.72 2000/01/25 15:44:21 thorpej Exp $  */
+/*     $NetBSD: pcmciadevs.h,v 1.73 2000/01/25 21:58:23 soren Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.71 2000/01/25 15:43:59 thorpej Exp 
+ *     NetBSD: pcmciadevs,v 1.72 2000/01/25 21:58:06 soren Exp 
  */
 
 /*-
@@ -73,6 +73,7 @@
 #define        PCMCIA_VENDOR_BAY       0x01eb  /* Bay Networks */
 #define        PCMCIA_VENDOR_IODATA    0x01bf  /* I-O DATA */
 #define        PCMCIA_VENDOR_LASAT     0x3401  /* Lasat Communications A/S */
+#define        PCMCIA_VENDOR_LEXARMEDIA        0x4e01  /* Lexar Media */
 #define        PCMCIA_VENDOR_COMPEX    0x8a01  /* Compex Corporation */
 #define        PCMCIA_VENDOR_CONTEC    0xc001  /* Contec */
 #define        PCMCIA_VENDOR_COREGA    0xc00f  /* Corega K.K. */
@@ -189,6 +190,11 @@
 #define        PCMCIA_PRODUCT_IODATA_PCLATE    0x2216
 #define        PCMCIA_STR_IODATA_PCLATE        "I-O DATA PCLA/TE"
 
+/* Lexar Media */
+#define        PCMCIA_CIS_LEXARMEDIA_COMPATFLASH       { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_LEXARMEDIA_COMPATFLASH   0x0100
+#define        PCMCIA_STR_LEXARMEDIA_COMPATFLASH       "Lexar Media CompactFlash"
+
 /* Linksys corporation */
 #define        PCMCIA_CIS_LINKSYS_ECARD_1      { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_LINKSYS_ECARD_1  0x0265
diff -r 98b1d3c8fa7e -r f24d7a1550b1 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Tue Jan 25 21:58:06 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Tue Jan 25 21:58:23 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.72 2000/01/25 15:44:21 thorpej Exp $     */
+/*     $NetBSD: pcmciadevs_data.h,v 1.73 2000/01/25 21:58:23 soren Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.71 2000/01/25 15:43:59 thorpej Exp 
+ *     NetBSD: pcmciadevs,v 1.72 2000/01/25 21:58:06 soren Exp 
  */
 
 /*-
@@ -241,6 +241,13 @@
            "I-O DATA PCLA/TE"  },
        },
        {
+           PCMCIA_VENDOR_LEXARMEDIA, PCMCIA_PRODUCT_LEXARMEDIA_COMPATFLASH,
+           PCMCIA_CIS_LEXARMEDIA_COMPATFLASH,
+           0,
+           "Lexar Media",
+           "Lexar Media CompactFlash"  },
+       },
+       {
            PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ECARD_1,
            PCMCIA_CIS_LINKSYS_ECARD_1,
            0,
@@ -829,6 +836,13 @@
            NULL,
        },
        {
+           PCMCIA_VENDOR_LEXARMEDIA, 0,
+           PCMCIA_KNOWNDEV_NOPROD,
+           PCMCIA_CIS_INVALID,
+           "Lexar Media",
+           NULL,
+       },
+       {
            PCMCIA_VENDOR_COMPEX, 0,
            PCMCIA_KNOWNDEV_NOPROD,
            PCMCIA_CIS_INVALID,



Home | Main Index | Thread Index | Old Index