kern/47648 creating alias on ethernet interface cause network to hang for 33 seconds

dpk dpk at dpk.net
Fri Jun 4 15:45:38 PDT 2004


The following reply was made to PR kern/47648; it has been noted by GNATS.

From: dpk <dpk at dpk.net>
To: "Simon L. Nielsen" <simon at FreeBSD.org>
Cc: freebsd-gnats-submit at FreeBSD.org,
	Anton Kornev <kant at 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!


More information about the freebsd-bugs mailing list