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/33ffe54ad03e
branches:  trunk
changeset: 477128:33ffe54ad03e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Oct 11 17:51:45 1999 +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 323a594a9b99 -r 33ffe54ad03e sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Mon Oct 11 17:51:24 1999 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Mon Oct 11 17:51:45 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.51 1999/09/27 22:58:56 enami Exp $    */
+/*     $NetBSD: pcmciadevs.h,v 1.52 1999/10/11 17:51:45 thorpej Exp $  */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.48 1999/09/27 22:57:26 enami Exp 
+ *     NetBSD: pcmciadevs,v 1.49 1999/10/11 17:51:24 thorpej Exp 
  */
 
 /*-
@@ -99,6 +99,9 @@
 #define        PCMCIA_CIS_3COM_3CXEM556INT     { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_3COM_3CXEM556INT 0x003d
 #define        PCMCIA_STR_3COM_3CXEM556INT     "3Com/Megahertz 3CXEM556-INT Ethernet/Modem"
+#define        PCMCIA_CIS_3COM_3CCFEM556BI     { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_3COM_3CCFEM556BI 0x0556
+#define        PCMCIA_STR_3COM_3CCFEM556BI     "3Com/Megahertz 3CCFEM556BI Ethernet/Modem"
 
 /* Compex Products */
 #define        PCMCIA_CIS_COMPEX_LINKPORT_ENET_B       { NULL, NULL, NULL, NULL }
diff -r 323a594a9b99 -r 33ffe54ad03e sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Mon Oct 11 17:51:24 1999 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Mon Oct 11 17:51:45 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.51 1999/09/27 22:58:57 enami Exp $       */
+/*     $NetBSD: pcmciadevs_data.h,v 1.52 1999/10/11 17:51:45 thorpej Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.48 1999/09/27 22:57:26 enami Exp 
+ *     NetBSD: pcmciadevs,v 1.49 1999/10/11 17:51:24 thorpej Exp 
  */
 
 /*-
@@ -94,6 +94,13 @@
            "3Com/Megahertz 3CXEM556-INT Ethernet/Modem"        },
        },
        {
+           PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CCFEM556BI,
+           PCMCIA_CIS_3COM_3CCFEM556BI,
+           0,
+           "3Com Corporation",
+           "3Com/Megahertz 3CCFEM556BI Ethernet/Modem" },
+       },
+       {
            PCMCIA_VENDOR_COMPEX, PCMCIA_PRODUCT_COMPEX_LINKPORT_ENET_B,
            PCMCIA_CIS_COMPEX_LINKPORT_ENET_B,
            0,



Home | Main Index | Thread Index | Old Index