Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Yet another Fujitsu Ethernet card.



details:   https://anonhg.NetBSD.org/src/rev/bc2ff442b041
branches:  trunk
changeset: 477691:bc2ff442b041
user:      is <is%NetBSD.org@localhost>
date:      Wed Oct 27 19:10:02 1999 +0000

description:
Yet another Fujitsu Ethernet card.
Contributed by HEO SeonMeyong in PR 8658.

diffstat:

 sys/dev/pcmcia/if_mbe_pcmcia.c |  6 +++++-
 sys/dev/pcmcia/pcmciadevs      |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r e6a07c3daacd -r bc2ff442b041 sys/dev/pcmcia/if_mbe_pcmcia.c
--- a/sys/dev/pcmcia/if_mbe_pcmcia.c    Wed Oct 27 19:05:44 1999 +0000
+++ b/sys/dev/pcmcia/if_mbe_pcmcia.c    Wed Oct 27 19:10:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mbe_pcmcia.c,v 1.8 1999/08/24 17:47:44 tron Exp $   */
+/*     $NetBSD: if_mbe_pcmcia.c,v 1.9 1999/10/27 19:10:02 is Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -113,6 +113,10 @@
          0,                            0x20,
          PCMCIA_STR_FUJITSU_LA501 },
 
+       { PCMCIA_VENDOR_FUJITSU,        PCMCIA_PRODUCT_FUJITSU_LA10S,
+         0,                            0,
+         PCMCIA_STR_FUJITSU_LA10S },
+
        { 0,                            0,
          0,                            0,
          NULL },
diff -r e6a07c3daacd -r bc2ff442b041 sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Wed Oct 27 19:05:44 1999 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Wed Oct 27 19:10:02 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.49 1999/10/11 17:51:24 thorpej Exp $
+$NetBSD: pcmciadevs,v 1.50 1999/10/27 19:10:02 is Exp $
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -102,6 +102,7 @@
 
 /* Fujitsu Products */
 product FUJITSU LA501          0x2000 Fujitsu Towa LA501 Ethernet
+product FUJITSU LA10S          0x1003 Fujitsu Compact Flash Ethernet
 
 /* IBM Products */
 product IBM INFOMOVER          0x0002 National Semiconductor InfoMover



Home | Main Index | Thread Index | Old Index