Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia add



details:   https://anonhg.NetBSD.org/src/rev/f9b71d6d9637
branches:  trunk
changeset: 477714:f9b71d6d9637
user:      jun <jun%NetBSD.org@localhost>
date:      Thu Oct 28 09:21:46 1999 +0000

description:
add
SOCKET LOW POWER ETHERNET Compact Flash Card.

diffstat:

 sys/dev/pcmcia/if_ne_pcmcia.c    |   7 ++++++-
 sys/dev/pcmcia/pcmciadevs        |   3 ++-
 sys/dev/pcmcia/pcmciadevs.h      |   7 +++++--
 sys/dev/pcmcia/pcmciadevs_data.h |  11 +++++++++--
 4 files changed, 22 insertions(+), 6 deletions(-)

diffs (94 lines):

diff -r 1dde0f02bc6b -r f9b71d6d9637 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c     Thu Oct 28 08:12:14 1999 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c     Thu Oct 28 09:21:46 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_pcmcia.c,v 1.42 1999/10/28 08:12:14 jun Exp $    */
+/*     $NetBSD: if_ne_pcmcia.c,v 1.43 1999/10/28 09:21:46 jun Exp $    */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.
@@ -239,6 +239,11 @@
       PCMCIA_CIS_SMC_EZCARD,
       0, 0x01c0, { 0x00, 0xe0, 0x29 } },
 
+    { PCMCIA_STR_SOCEKT_LP_ETHER_CF,
+      PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCEKT_LP_ETHER_CF,
+      PCMCIA_CIS_SOCEKT_LP_ETHER_CF,
+      0, -1, { 0x00, 0xc0, 0x1b} },
+
 #if 0
     /* the rest of these are stolen from the linux pcnet pcmcia device
        driver.  Since I don't know the manfid or cis info strings for
diff -r 1dde0f02bc6b -r f9b71d6d9637 sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Thu Oct 28 08:12:14 1999 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Thu Oct 28 09:21:46 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.53 1999/10/28 08:12:14 jun Exp $
+$NetBSD: pcmciadevs,v 1.54 1999/10/28 09:21:46 jun Exp $
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -140,6 +140,7 @@
 /* Socket Communications Products */
 product SOCKET PAGECARD                0x0003 Socket Communications PageCard
 product SOCKET DUAL_RS232      0x0006 Socket Communications Dual RS232
+product SOCEKT LP_ETHER_CF     0x0075 Socket Communications Low Power Ethernet CF
 
 /* TDK Products */
 product TDK LAK_CD021BX                0x0200 TDK LAK-CD021BX Ethernet
diff -r 1dde0f02bc6b -r f9b71d6d9637 sys/dev/pcmcia/pcmciadevs.h
--- a/sys/dev/pcmcia/pcmciadevs.h       Thu Oct 28 08:12:14 1999 +0000
+++ b/sys/dev/pcmcia/pcmciadevs.h       Thu Oct 28 09:21:46 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs.h,v 1.54 1999/10/28 08:12:14 jun Exp $      */
+/*     $NetBSD: pcmciadevs.h,v 1.55 1999/10/28 09:22:57 jun Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.52 1999/10/28 07:21:28 jun Exp 
+ *     NetBSD: pcmciadevs,v 1.54 1999/10/28 09:21:46 jun Exp 
  */
 
 /*-
@@ -221,6 +221,9 @@
 #define        PCMCIA_CIS_SOCKET_DUAL_RS232    { NULL, NULL, NULL, NULL }
 #define        PCMCIA_PRODUCT_SOCKET_DUAL_RS232        0x0006
 #define        PCMCIA_STR_SOCKET_DUAL_RS232    "Socket Communications Dual RS232"
+#define        PCMCIA_CIS_SOCEKT_LP_ETHER_CF   { NULL, NULL, NULL, NULL }
+#define        PCMCIA_PRODUCT_SOCEKT_LP_ETHER_CF       0x0075
+#define        PCMCIA_STR_SOCEKT_LP_ETHER_CF   "Socket Communications Low Power Ethernet CF"
 
 /* TDK Products */
 #define        PCMCIA_CIS_TDK_LAK_CD021BX      { NULL, NULL, NULL, NULL }
diff -r 1dde0f02bc6b -r f9b71d6d9637 sys/dev/pcmcia/pcmciadevs_data.h
--- a/sys/dev/pcmcia/pcmciadevs_data.h  Thu Oct 28 08:12:14 1999 +0000
+++ b/sys/dev/pcmcia/pcmciadevs_data.h  Thu Oct 28 09:21:46 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcmciadevs_data.h,v 1.54 1999/10/28 08:12:14 jun Exp $ */
+/*     $NetBSD: pcmciadevs_data.h,v 1.55 1999/10/28 09:22:57 jun Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcmciadevs,v 1.52 1999/10/28 07:21:28 jun Exp 
+ *     NetBSD: pcmciadevs,v 1.54 1999/10/28 09:21:46 jun Exp 
  */
 
 /*-
@@ -304,6 +304,13 @@
            "Socket Communications Dual RS232"  },
        },
        {
+           PCMCIA_VENDOR_SOCEKT, PCMCIA_PRODUCT_SOCEKT_LP_ETHER_CF,
+           PCMCIA_CIS_SOCEKT_LP_ETHER_CF,
+           0,
+           "",
+           "Socket Communications Low Power Ethernet CF"       },
+       },
+       {
            PCMCIA_VENDOR_TDK, PCMCIA_PRODUCT_TDK_LAK_CD021BX,
            PCMCIA_CIS_TDK_LAK_CD021BX,
            0,



Home | Main Index | Thread Index | Old Index