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/21f2a11cf9e0
branches:  trunk
changeset: 483906:21f2a11cf9e0
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Mar 20 18:39:52 2000 +0000

description:
Regen.

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 be22694744dd -r 21f2a11cf9e0 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Mon Mar 20 18:39:32 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Mon Mar 20 18:39:52 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.82 2000/03/18 15:01:33 mycroft Exp $  */
+/*     $NetBSD: pcmciadevs.h,v 1.83 2000/03/20 18:39:52 tron Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.83 2000/03/18 15:00:31 mycroft Exp 
+ *     NetBSD: pcmciadevs,v 1.84 2000/03/20 18:39:32 tron Exp 
  */
 
 /*-
@@ -403,6 +403,9 @@
 #define        PCMCIA_CIS_DLINK_DE660  { "D-Link", "DE-660", NULL, NULL }
 #define        PCMCIA_PRODUCT_DLINK_DE660      -1
 #define        PCMCIA_STR_DLINK_DE660  "D-Link DE-660"
+#define        PCMCIA_CIS_RPTI_EP400   { "RPTI LTD.", "EP400", "CISV100", NULL }
+#define        PCMCIA_PRODUCT_RPTI_EP400       -1
+#define        PCMCIA_STR_RPTI_EP400   "RPTI EP400"
 #define        PCMCIA_CIS_RPTI_EP401   { "RPTI", "EP401 Ethernet NE2000 Compatible", NULL, NULL }
 #define        PCMCIA_PRODUCT_RPTI_EP401       -1
 #define        PCMCIA_STR_RPTI_EP401   "RPTI EP401"
diff -r be22694744dd -r 21f2a11cf9e0 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Mon Mar 20 18:39:32 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Mon Mar 20 18:39:52 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.82 2000/03/18 15:01:33 mycroft Exp $     */
+/*     $NetBSD: pcmciadevs_data.h,v 1.83 2000/03/20 18:39:52 tron Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.83 2000/03/18 15:00:31 mycroft Exp 
+ *     NetBSD: pcmciadevs,v 1.84 2000/03/20 18:39:32 tron Exp 
  */
 
 /*-
@@ -584,6 +584,13 @@
            "D-Link DE-660"     },
        },
        {
+           PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_RPTI_EP400,
+           PCMCIA_CIS_RPTI_EP400,
+           0,
+           "RPTI",
+           "RPTI EP400"        },
+       },
+       {
            PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_RPTI_EP401,
            PCMCIA_CIS_RPTI_EP401,
            0,



Home | Main Index | Thread Index | Old Index