Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Regenerate.



details:   https://anonhg.NetBSD.org/src/rev/4ab289f106d4
branches:  trunk
changeset: 477692:4ab289f106d4
user:      is <is%NetBSD.org@localhost>
date:      Wed Oct 27 19:10:58 1999 +0000

description:
Regenerate.

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 bc2ff442b041 -r 4ab289f106d4 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Wed Oct 27 19:10:02 1999 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Wed Oct 27 19:10:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.52 1999/10/11 17:51:45 thorpej Exp $  */
+/*     $NetBSD: pcmciadevs.h,v 1.53 1999/10/27 19:10:58 is Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.49 1999/10/11 17:51:24 thorpej Exp 
+ *     NetBSD: pcmciadevs,v 1.50 1999/10/27 19:10:02 is Exp 
  */
 
 /*-
@@ -143,6 +143,9 @@
 #define        PCMCIA_CIS_FUJITSU_LA501        { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_FUJITSU_LA501    0x2000
 #define        PCMCIA_STR_FUJITSU_LA501        "Fujitsu Towa LA501 Ethernet"
+#define        PCMCIA_CIS_FUJITSU_LA10S        { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_FUJITSU_LA10S    0x1003
+#define        PCMCIA_STR_FUJITSU_LA10S        "Fujitsu Compact Flash Ethernet"
 
 /* IBM Products */
 #define        PCMCIA_CIS_IBM_INFOMOVER        { NULL, NULL, NULL, NULL }
diff -r bc2ff442b041 -r 4ab289f106d4 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Wed Oct 27 19:10:02 1999 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Wed Oct 27 19:10:58 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.52 1999/10/11 17:51:45 thorpej Exp $     */
+/*     $NetBSD: pcmciadevs_data.h,v 1.53 1999/10/27 19:10:58 is Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.49 1999/10/11 17:51:24 thorpej Exp 
+ *     NetBSD: pcmciadevs,v 1.50 1999/10/27 19:10:02 is Exp 
  */
 
 /*-
@@ -164,6 +164,13 @@
            "Fujitsu Towa LA501 Ethernet"       },
        },
        {
+           PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_LA10S,
+           PCMCIA_CIS_FUJITSU_LA10S,
+           0,
+           "Fujitsu Corporation",
+           "Fujitsu Compact Flash Ethernet"    },
+       },
+       {
            PCMCIA_VENDOR_IBM, PCMCIA_PRODUCT_IBM_INFOMOVER,
            PCMCIA_CIS_IBM_INFOMOVER,
            0,



Home | Main Index | Thread Index | Old Index