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/7ed985e730f9
branches:  trunk
changeset: 499484:7ed985e730f9
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Nov 21 00:25:43 2000 +0000

description:
Regen.

diffstat:

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

diffs (56 lines):

diff -r 18865ca00833 -r 7ed985e730f9 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Tue Nov 21 00:25:35 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Tue Nov 21 00:25:43 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.100 2000/11/10 01:03:29 hubertf Exp $ */
+/*     $NetBSD: pcmciadevs.h,v 1.101 2000/11/21 00:25:43 soren Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.101 2000/11/10 01:02:32 hubertf Exp 
+ *     NetBSD: pcmciadevs,v 1.102 2000/11/21 00:25:35 soren Exp 
  */
 
 /*-
@@ -230,9 +230,9 @@
 #define        PCMCIA_STR_FARALLON_SKYLINE     "SkyLINE Wireless"
 
 /* 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"
+#define        PCMCIA_CIS_LEXARMEDIA_COMPACTFLASH      { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_LEXARMEDIA_COMPACTFLASH  0x0100
+#define        PCMCIA_STR_LEXARMEDIA_COMPACTFLASH      "Lexar Media CompactFlash"
 
 /* Linksys corporation */
 #define        PCMCIA_CIS_LINKSYS_ETHERFAST    { NULL, NULL, NULL, NULL }
diff -r 18865ca00833 -r 7ed985e730f9 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Tue Nov 21 00:25:35 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Tue Nov 21 00:25:43 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.100 2000/11/10 01:03:29 hubertf Exp $    */
+/*     $NetBSD: pcmciadevs_data.h,v 1.101 2000/11/21 00:25:43 soren Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.101 2000/11/10 01:02:32 hubertf Exp 
+ *     NetBSD: pcmciadevs,v 1.102 2000/11/21 00:25:35 soren Exp 
  */
 
 /*-
@@ -290,8 +290,8 @@
            "SkyLINE Wireless"  },
        },
        {
-           PCMCIA_VENDOR_LEXARMEDIA, PCMCIA_PRODUCT_LEXARMEDIA_COMPATFLASH,
-           PCMCIA_CIS_LEXARMEDIA_COMPATFLASH,
+           PCMCIA_VENDOR_LEXARMEDIA, PCMCIA_PRODUCT_LEXARMEDIA_COMPACTFLASH,
+           PCMCIA_CIS_LEXARMEDIA_COMPACTFLASH,
            0,
            "Lexar Media",
            "Lexar Media CompactFlash"  },



Home | Main Index | Thread Index | Old Index