Date: Thu, 11 May 2006 15:10:19 GMT From: Jianqin Qu <jqu@its.brooklyn.cuny.edu> To: freebsd-i386@FreeBSD.org Subject: Re: i386/96030: Install hangs with Broadcomm 440x NIC installed Message-ID: <200605111510.k4BFAJMH035286@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/96030; it has been noted by GNATS. 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 Date: Thu, 11 May 2006 11:03:56 -0400 (EDT) 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?200605111510.k4BFAJMH035286>