Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 1998 08:40:01 -0800 (PST)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        freebsd-bugs
Subject:   Re: kern/4841: de driver still broken in 2.2.5
Message-ID:  <199804011640.IAA01844@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/4841; it has been noted by GNATS.

From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804011640.IAA01844>