Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/d715f7f487e4
branches:  netbsd-1-5
changeset: 490893:d715f7f487e4
user:      he <he%NetBSD.org@localhost>
date:      Fri Mar 16 19:36:02 2001 +0000

description:
Pull up regenerated files (requested by aymeric):
  Add an entry and support for the Synergy 21 S21810+.

diffstat:

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

diffs (74 lines):

diff -r be834cd64c22 -r d715f7f487e4 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Fri Mar 16 19:35:34 2001 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Fri Mar 16 19:36:02 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.92.2.3 2000/08/09 23:30:02 gmcgarry Exp $     */
+/*     $NetBSD: pcmciadevs.h,v 1.92.2.4 2001/03/16 19:36:02 he Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.93.2.3 2000/08/09 23:15:58 gmcgarry Exp 
+ *     NetBSD: pcmciadevs,v 1.93.2.4 2001/03/16 19:35:14 he Exp 
  */
 
 /*-
@@ -427,6 +427,7 @@
 #define        PCMCIA_VENDOR_BILLIONTON        -1      /* Billionton Systems Inc. */
 #define        PCMCIA_VENDOR_AMD       -1      /* AMD */
 #define        PCMCIA_VENDOR_INTERSIL  -1      /* Intersil */
+#define        PCMCIA_VENDOR_SYNERGY21 -1      /* Synergy 21 */
 
 #define        PCMCIA_CIS_MEGAHERTZ_XJ2288     { "MEGAHERTZ", "MODEM XJ2288", NULL, NULL }
 #define        PCMCIA_PRODUCT_MEGAHERTZ_XJ2288 -1
@@ -529,3 +530,6 @@
 #define        PCMCIA_CIS_INTERSIL_PRISM2      { "INTERSIL", "HFA384x/IEEE", "Version 01.02", NULL}
 #define        PCMCIA_PRODUCT_INTERSIL_PRISM2  -1
 #define        PCMCIA_STR_INTERSIL_PRISM2      "Intersil Prism II"
+#define        PCMCIA_CIS_SYNERGY21_S21810     { "PCMCIA", "Ethernet", "A", "004743118001" }
+#define        PCMCIA_PRODUCT_SYNERGY21_S21810 -1
+#define        PCMCIA_STR_SYNERGY21_S21810     "Synergy 21 S21810+ NE2000 Compatible Card"
diff -r be834cd64c22 -r d715f7f487e4 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Fri Mar 16 19:35:34 2001 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Fri Mar 16 19:36:02 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.92.2.3 2000/08/09 23:30:03 gmcgarry Exp $        */
+/*     $NetBSD: pcmciadevs_data.h,v 1.92.2.4 2001/03/16 19:36:02 he Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.93.2.3 2000/08/09 23:15:58 gmcgarry Exp 
+ *     NetBSD: pcmciadevs,v 1.93.2.4 2001/03/16 19:35:14 he Exp 
  */
 
 /*-
@@ -836,6 +836,13 @@
            "Intersil Prism II" },
        },
        {
+           PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_SYNERGY21_S21810,
+           PCMCIA_CIS_SYNERGY21_S21810,
+           0,
+           "Synergy 21",
+           "Synergy 21 S21810+ NE2000 Compatible Card" },
+       },
+       {
            PCMCIA_VENDOR_FUJITSU, 0,
            PCMCIA_KNOWNDEV_NOPROD,
            PCMCIA_CIS_INVALID,
@@ -1220,5 +1227,12 @@
            "Intersil",
            NULL,
        },
+       {
+           PCMCIA_VENDOR_SYNERGY21, 0,
+           PCMCIA_KNOWNDEV_NOPROD,
+           PCMCIA_CIS_INVALID,
+           "Synergy 21",
+           NULL,
+       },
        { 0, 0, { NULL, NULL, NULL, NULL }, 0, NULL, NULL, }
 };



Home | Main Index | Thread Index | Old Index