From owner-freebsd-net@FreeBSD.ORG Mon Apr 9 16:34:51 2012 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0F461065689; Mon, 9 Apr 2012 16:34:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 80AE98FC1C; Mon, 9 Apr 2012 16:34:51 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id CD6C7B9C5; Mon, 9 Apr 2012 12:34:50 -0400 (EDT) From: John Baldwin To: Konstantin Belousov Date: Mon, 9 Apr 2012 12:19:39 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <20120407133715.GU2358@deviant.kiev.zoral.com.ua> <20120408051125.GA2358@deviant.kiev.zoral.com.ua> In-Reply-To: <20120408051125.GA2358@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201204091219.39580.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 09 Apr 2012 12:34:50 -0400 (EDT) Cc: jfv@freebsd.org, Jack Vogel , net@freebsd.org Subject: Re: 82574L hangs (with r233708 e1000 driver). X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2012 16:34:51 -0000 On Sunday, April 08, 2012 1:11:25 am Konstantin Belousov wrote: > On Sat, Apr 07, 2012 at 04:22:07PM -0700, Jack Vogel wrote: > > Make sure you have any firmware up to the latest available, if that doesn't > > help > > let me know and I'll check internally to see if there are any outstanding > > issues > > in shared code, that will be after the weekend. > > I had BIOS rev. 151, after you hint I found rev. 154 on the site. > Now BIOS reports itself as MTCDT10N.86A.0154.2012.0323.1601, > March 23. > > Unfortunately, upgrade did not changed anything in regard of hanging > interface. Does reverting 233708 make any difference? Have you tried futzing around with kgdb when it is hung to see what state the device is in (software state at least)? -- John Baldwin