Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2006 11:03:56 -0400 (EDT)
From:      Jianqin Qu <jqu@its.brooklyn.cuny.edu>
To:        Stephen <stephen@randomcruft.com>
Cc:        freebsd-gnats-submit@freebsd.org, freebsd-i386@freebsd.org
Subject:   Re: i386/96030: Install hangs with Broadcomm 440x NIC installed
Message-ID:  <Pine.SOC.4.64.0605111102220.14116@atrium67.its.brooklyn.cuny.edu>
In-Reply-To: <Pine.SOC.4.64.0605081043410.11332@atrium67.its.brooklyn.cuny.edu>
References:  <200604190147.k3J1lHfo058741@www.freebsd.org> <Pine.SOC.4.64.0605081043410.11332@atrium67.its.brooklyn.cuny.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Please have a try on the patch below, the previous attachement seems 
gargled.


--- sys/dev/bfe/if_bfe.c.org	Sun Oct  9 12:15:11 2005
+++ sys/dev/bfe/if_bfe.c	Mon May  8 22:39:37 2006
@@ -719,6 +719,9 @@
  			    100, 0);
  		CSR_WRITE_4(sc, BFE_DMARX_CTRL, 0);
  		sc->bfe_rx_prod = sc->bfe_rx_cons = 0;
+
+		/* Software Reset */
+		BFE_OR(sc, BFE_ENET_CTRL, BFE_ENET_SRST);
  	}

  	bfe_core_reset(sc);




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