Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 2004 15:40:17 -0700 (PDT)
From:      dpk <dpk@dpk.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/47648 creating alias on ethernet interface cause network to hang for 33 seconds
Message-ID:  <200406042240.i54MeHrT008835@freefall.freebsd.org>

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

From: dpk <dpk@dpk.net>
To: "Simon L. Nielsen" <simon@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org,
	Anton Kornev <kant@valuehost.ru>
Subject: Re: kern/47648 creating alias on ethernet interface cause network
 to hang for 33 seconds
Date: Fri, 4 Jun 2004 15:33:43 -0700 (PDT)

 On Sat, 22 May 2004, Simon L. Nielsen wrote:
 
 > Could you please try 4.10 (either a RC or the RELEASE when it comes out
 > shortly) since this problem should be fixed in 4-STABLE
 > (src/sys/dev/em/if_em.c v 1.2.2.18) now.
 
 I apologize for the delay in response. I pulled the two lines that seemed
 most relevant from that source and put it into 4.9 and it worked (the
 lines being:
 
 adapter->hw.phy_reset_disable = TRUE;
 
 at the end of em_init() and:
 
 adapter->hw.phy_reset_disable = FALSE;
 
 just before the end of em_media_change().
 
 Thanks!



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