Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/pcmcia Pull up regenerated files (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/b87111345659
branches:  netbsd-1-4
changeset: 470327:b87111345659
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 08 22:23:57 2000 +0000

description:
Pull up regenerated files (requested by enami):
  Add support for 3Com/Megaherz 10/100 Ethernet Modem combined
  card (3CCFEM556BI and 3CXEM556B-INT).  Should fix PR#8331 and
  PR#8188.

diffstat:

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

diffs (52 lines):

diff -r 9faa825f48b0 -r b87111345659 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Tue Feb 08 22:23:24 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Tue Feb 08 22:23:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcmciadevs.h,v 1.36.2.1 1999/04/27 13:54:48 perry Exp $        */
+/*     $NetBSD: pcmciadevs.h,v 1.36.2.2 2000/02/08 22:23:58 he Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -92,6 +92,12 @@
 #define        PCMCIA_CIS_3COM_3CXEM556        { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_3COM_3CXEM556    0x0035
 #define        PCMCIA_STR_3COM_3CXEM556        "3Com/Megahertz 3CXEM556 Ethernet/Modem"
+#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 9faa825f48b0 -r b87111345659 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Tue Feb 08 22:23:24 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Tue Feb 08 22:23:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.36.2.1 1999/04/27 13:54:48 perry Exp $   */
+/*     $NetBSD: pcmciadevs_data.h,v 1.36.2.2 2000/02/08 22:23:57 he Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -87,6 +87,20 @@
            "3Com/Megahertz 3CXEM556 Ethernet/Modem"    },
        },
        {
+           PCMCIA_VENDOR_3COM, PCMCIA_PRODUCT_3COM_3CXEM556INT,
+           PCMCIA_CIS_3COM_3CXEM556INT,
+           0,
+           "3Com Corporation",
+           "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