From owner-freebsd-bugs Wed Apr 1 08:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01856 for freebsd-bugs-outgoing; Wed, 1 Apr 1998 08:40:02 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01844; Wed, 1 Apr 1998 08:40:01 -0800 (PST) (envelope-from gnats) Date: Wed, 1 Apr 1998 08:40:01 -0800 (PST) Message-Id: <199804011640.IAA01844@hub.freebsd.org> To: freebsd-bugs Cc: From: Andre Albsmeier Subject: Re: kern/4841: de driver still broken in 2.2.5 Reply-To: Andre Albsmeier Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/4841; it has been noted by GNATS. From: Andre Albsmeier To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/4841: de driver still broken in 2.2.5 Date: Wed, 1 Apr 1998 18:37:50 +0200 (CEST) The patch below brings back the BNC functionality for the SMC 8432 dual channel NIC. I noticed that csr_sia_connectivity was initalized with 0x0000EF09 in the old driver while it was 0x00008F09 in the new driver. It is a small change but it took me nearly one day to find it :-). However, I don't know what else it breaks, since I don't have other 21040 based cards (only 21041). Maybe Matt will review this before it goes into -stable, I will drop him a note. I think this also affects 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message