Date: Sun, 26 Apr 1998 16:59:45 +0200 (CEST) From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/6422: Fix for de Driver (kern/4841, kern/5205 and kern/5590) Message-ID: <199804261459.QAA03444@internal>
next in thread | raw e-mail | index | archive | help
>Number: 6422 >Category: kern >Synopsis: Fix for de Driver (kern/4841, kern/5205 and kern/5590) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 26 08:20:00 PDT 1998 >Last-Modified: >Originator: Andre Albsmeier >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: Every FreeBSD stable version since october 1997 >Description: Since the new de driver was imported into -stable and -current, it was impossible to use the BNC port on a SMC 8434 dual channel NIC. >How-To-Repeat: Try to use the BNC ports with a SMC 8434 dual channel NIC. >Fix: I noticed that csr_sia_connectivity was initalized with 0x0000EF09 in the old driver while it was 0x00008F09 in the new one. It is a small change but it took me nearly one day to find it :-). The card are now working again for about 6 weeks without any problems. This affects kern/4841, kern/5205 and kern/5590. *** dc21040reg.h.ORI Wed Apr 1 17:59:58 1998 --- dc21040reg.h Wed Apr 1 17:59:58 1998 *************** *** 212,226 **** #define TULIP_21040_PROBE_AUIBNC_TIMEOUT 300 #define TULIP_21040_PROBE_EXTSIA_TIMEOUT 300 ! #define TULIP_21040_SIACONN_10BASET 0x00008F01L #define TULIP_21040_SIATXRX_10BASET 0x0000FFFFL #define TULIP_21040_SIAGEN_10BASET 0x00000000L ! #define TULIP_21040_SIACONN_10BASET_FD 0x00008F01L #define TULIP_21040_SIATXRX_10BASET_FD 0x0000FFFDL #define TULIP_21040_SIAGEN_10BASET_FD 0x00000000L ! #define TULIP_21040_SIACONN_AUIBNC 0x00008F09L #define TULIP_21040_SIATXRX_AUIBNC 0x00000705L #define TULIP_21040_SIAGEN_AUIBNC 0x00000006L --- 212,226 ---- #define TULIP_21040_PROBE_AUIBNC_TIMEOUT 300 #define TULIP_21040_PROBE_EXTSIA_TIMEOUT 300 ! #define TULIP_21040_SIACONN_10BASET 0x0000EF01L #define TULIP_21040_SIATXRX_10BASET 0x0000FFFFL #define TULIP_21040_SIAGEN_10BASET 0x00000000L ! #define TULIP_21040_SIACONN_10BASET_FD 0x0000EF01L #define TULIP_21040_SIATXRX_10BASET_FD 0x0000FFFDL #define TULIP_21040_SIAGEN_10BASET_FD 0x00000000L ! #define TULIP_21040_SIACONN_AUIBNC 0x0000EF09L #define TULIP_21040_SIATXRX_AUIBNC 0x00000705L #define TULIP_21040_SIAGEN_AUIBNC 0x00000006L >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804261459.QAA03444>