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/e8e81805d8b5
branches:  netbsd-1-5
changeset: 491899:e8e81805d8b5
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 16 19:19:37 2001 +0000

description:
Pull up regenerated files (requested by toddpw):
  Add support for ``Kingston KNE-PC2 Ethernet'' pcmcia cards.

diffstat:

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

diffs (80 lines):

diff -r 8b2062c6c77d -r e8e81805d8b5 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Sat Jun 16 19:19:12 2001 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Sat Jun 16 19:19:37 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.92.2.6 2001/05/26 16:16:38 he Exp $   */
+/*     $NetBSD: pcmciadevs.h,v 1.92.2.7 2001/06/16 19:19:37 he Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.93.2.5 2001/04/04 15:45:40 he Exp 
+ *     NetBSD: pcmciadevs,v 1.93.2.6 2001/05/26 16:16:05 he Exp 
  */
 
 /*-
@@ -70,6 +70,7 @@
 #define        PCMCIA_VENDOR_LUCENT    0x0156  /* Lucent Technologies */
 #define        PCMCIA_VENDOR_AIRONET   0x015f  /* Aironet Wireless Communications */
 #define        PCMCIA_VENDOR_COMPAQ2   0x0183  /* Compaq */
+#define        PCMCIA_VENDOR_KINGSTON  0x0186  /* Kingston */
 #define        PCMCIA_VENDOR_DAYNA     0x0194  /* Dayna Corporation */
 #define        PCMCIA_VENDOR_RAYTHEON  0x01a6  /* Raytheon */
 #define        PCMCIA_VENDOR_BAY       0x01eb  /* Bay Networks */
@@ -168,6 +169,11 @@
 #define        PCMCIA_PRODUCT_MOTOROLA_PM100C  0x0302
 #define        PCMCIA_STR_MOTOROLA_PM100C      "Motorola Personal Messenger 100C CDPD Modem"
 
+/* Kingston Products */         
+#define        PCMCIA_CIS_KINGSTON_KNE2        { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_KINGSTON_KNE2    0x0100
+#define        PCMCIA_STR_KINGSTON_KNE2        "Kingston KNE-PC2 Ethernet"
+
 /* Fujitsu Products */
 #define        PCMCIA_CIS_FUJITSU_LA501        { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_FUJITSU_LA501    0x2000
diff -r 8b2062c6c77d -r e8e81805d8b5 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Sat Jun 16 19:19:12 2001 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Sat Jun 16 19:19:37 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.92.2.6 2001/05/26 16:16:38 he Exp $      */
+/*     $NetBSD: pcmciadevs_data.h,v 1.92.2.7 2001/06/16 19:19:37 he Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.93.2.5 2001/04/04 15:45:40 he Exp 
+ *     NetBSD: pcmciadevs,v 1.93.2.6 2001/05/26 16:16:05 he Exp 
  */
 
 /*-
@@ -185,6 +185,13 @@
            "Motorola Personal Messenger 100C CDPD Modem"       },
        },
        {
+           PCMCIA_VENDOR_KINGSTON, PCMCIA_PRODUCT_KINGSTON_KNE2,
+           PCMCIA_CIS_KINGSTON_KNE2,
+           0,
+           "Kingston",
+           "Kingston KNE-PC2 Ethernet" },
+       },
+       {
            PCMCIA_VENDOR_FUJITSU, PCMCIA_PRODUCT_FUJITSU_LA501,
            PCMCIA_CIS_FUJITSU_LA501,
            0,
@@ -1018,6 +1025,13 @@
            NULL,
        },
        {
+           PCMCIA_VENDOR_KINGSTON, 0,
+           PCMCIA_KNOWNDEV_NOPROD,
+           PCMCIA_CIS_INVALID,
+           "Kingston",
+           NULL,
+       },
+       {
            PCMCIA_VENDOR_DAYNA, 0,
            PCMCIA_KNOWNDEV_NOPROD,
            PCMCIA_CIS_INVALID,



Home | Main Index | Thread Index | Old Index