From owner-freebsd-stable@FreeBSD.ORG Fri Jul 13 16:51:50 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37AEE106564A; Fri, 13 Jul 2012 16:51:50 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id DA51A8FC14; Fri, 13 Jul 2012 16:51:49 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q6DGoK8M046695; Fri, 13 Jul 2012 09:50:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1342198222; bh=SAA63lnYMtyuZn44uNFl2kTAQRvsY4/pTPsfHYIXslw=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=SEMeuSKT3EqKYZ4FrCZ4xTH4xSiQSfDCBVsN+5gWQgLxMZFh/sVtWRR6Pzcjps8rk usnV5ava3nu24ni6wTm4gz7BMH7SprtyQ8VjWVjoUxunGglbJEBieWxld9/ChgKwwG +r0a1KgQ3aYG3ME2MvATfpuW9FSFdSvNVtNyxp9U= From: Sean Bruno To: "pyunyh@gmail.com" In-Reply-To: <1342119989.2524.5.camel@powernoodle.corp.yahoo.com> References: <20120703185704.GA81296@fupp.net> <20120705010136.GA3218@michelle.cdnetworks.com> <1341855261.6064.5.camel@powernoodle.corp.yahoo.com> <20120712215912.GA1456@michelle.cdnetworks.com> <1342119989.2524.5.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 13 Jul 2012 09:50:20 -0700 Message-ID: <1342198220.2664.5.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 198221003 Cc: "stable@freebsd.org" , Anders Nordby Subject: Re: bge problems in RELENG_9, bge0: watchdog timeout -- resetting X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2012 16:51:50 -0000 On Thu, 2012-07-12 at 12:06 -0700, Sean Bruno wrote: > On Thu, 2012-07-12 at 14:59 -0700, YongHyeon PYUN wrote: > > > I grabbed these updates and applied them cleanly to stable/9 on a > > Dell > > > R620 with a quad port BCM5720, I still see watchdog timeouts and > > reset > > > indications. I am able to ping out of the box for a short amount of > > > time before the device hangs and times out. > > > > > > > Sean, sorry for late reply. > > Given that I have no problems on sample 5720 controller I still > > have no clue yet. > > > > No problems ... :-) > > > > > > > > > > -bash-4.2# ping XXX.XXX.XXX.1 > > > PING XXX.XXX.XXX.1 (XXX.XXX.XXX.XXX): 56 data bytes > > > ping: sendto: Network is down > > > ping: sendto: Network is down > > > ping: sendto: Network is down > > > ping: sendto: Network is down > > > ping: sendto: Network is down > > > Jul 9 17:31:41 x89 kernel: bge2: watchdog timeout -- > > > resetting > > > Jul 9 17:31:41 x89 kernel: bge2: link state changed > > to > > > DOWN > > > Jul 9 17:31:41 x89 kernel: bge2: link state changed > > to > > > > Two link state change message indicates there is an issue in state > > tracking. I'm experimenting a different approach but it seems it > > takes too long due to lack of time. Any way, I've uploaded updated > > bge(4)(URL is the same as before). > > I see a bunch of firmware updates for this host along with an update to > the BCM firmware package for this Dell box. > > I'll update my system's driver first, validate pass/fail, if fail, then > I'll update the firmware bits and validate some more. > > sean > No real change. I suspect something else is going on here that I don't understand. I note that when the system malfunctions now, the system cannot boot and requires me to enter the bios to check my settings. Sean