kern/75497: [patch] Add support for Eagle Tech NE200T PC Card Ethernet

Bryan Blackburn blb at pobox.com
Sat Dec 25 16:30:32 PST 2004


>Number:         75497
>Category:       kern
>Synopsis:       [patch] Add support for Eagle Tech NE200T PC Card Ethernet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 26 00:30:31 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Blackburn
>Release:        5.3-RELEASE
>Organization:
>Environment:
FreeBSD midnight 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Dec 24 12:42:33 MST 2004     root at midnight:/usr/src/sys/i386/compile/GENERIC  i386

>Description:
This simple patch adds support for the Eagle Tech NE200T PC card ethernet NIC.  It's an MBH10302-compatible card, hence the simplicity of the patch.  Note, this is an older card (10Mbit/s) so probably not too many people needing it, but I know at least one...

I do see occasional 'transmission timeout' messages from fe1, but performance seems quite good nonetheless (scp saw 6-7Mbit/s on some tests).
>How-To-Repeat:
      
>Fix:
--- sys/dev/fe/if_fe_pccard.c.orig      Wed May 26 21:49:42 2004
+++ sys/dev/fe/if_fe_pccard.c   Sun Dec 19 02:32:41 2004
@@ -72,6 +72,7 @@
         { PCMCIA_CARD(CONTEC, CNETPC, 0), 0, -1 },
        { PCMCIA_CARD(FUJITSU, LA501, 0), 0x20, -1 },
        { PCMCIA_CARD(FUJITSU, LA10S, 0), 0, -1 },
+       { PCMCIA_CARD(FUJITSU, NE200T, 0), 0, -1 },
        { PCMCIA_CARD(RATOC, REX_R280, 0), 0, 0x1fc },
         { { NULL } }
 };
--- sys/dev/pccard/pccarddevs.orig      Mon Sep 13 10:47:00 2004
+++ sys/dev/pccard/pccarddevs   Sun Dec 19 00:13:10 2004
@@ -253,6 +253,7 @@
 product FARALLON SKYLINE       0x0a01 SkyLINE Wireless
 
 /* Fujutsu Products */
+product FUJITSU NE200T         0x0004 Eagle Tech Fujitsu-based PC Card Ethernet
 product FUJITSU SCSI600                0x0401 Fujitsu SCSI 600 Interface
 product FUJITSU LA10S          0x1003 Fujitsu Compact Flash Ethernet
 product FUJITSU LA501          0x2000 Fujitsu Towa LA501 Ethernet

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list