From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 3 20:22:00 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99D93106564A for ; Mon, 3 Nov 2008 20:22:00 +0000 (UTC) (envelope-from jjfitzgerald@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.189]) by mx1.freebsd.org (Postfix) with ESMTP id 5274C8FC13 for ; Mon, 3 Nov 2008 20:22:00 +0000 (UTC) (envelope-from jjfitzgerald@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so1870818rne.12 for ; Mon, 03 Nov 2008 12:21:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Ko9P/QVWdh+FXlEO41MWyJsbUfa8oZ3ypgK9DMxrZdA=; b=du85HPieYTtVm5uMVNMDAtyHpo8fcRMIOdviwS+Upv7mEhaD9UD747hqlJqjVzdod6 42SV17fHGHpPO96rD/t3j00VPUKmImtYFS37SbpO2u44EE0r9nAKRJehmDmSODAGlcjK aT/pmCQ218h2VsuS9L7BhWbOlSvF+e4G34UUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=il9xMQIRrJH+g/tWXR2gIXNIfrmdLPj5NJlMSp5QrGEcF1oPdh/7/+13LM1MEcN7IE 9TgahkTz4iMN0ajKGNgSgwukiQLC34jt+dY1FXUPFU4j9DQjzDHjyYyQs+34KWvrRend SICzZ0AANyZDduqMvoHkO9WrLQlR0bqjGY7y0= Received: by 10.150.201.13 with SMTP id y13mr891962ybf.86.1225742173331; Mon, 03 Nov 2008 11:56:13 -0800 (PST) Received: by 10.151.27.10 with HTTP; Mon, 3 Nov 2008 11:56:13 -0800 (PST) Message-ID: <5e49673f0811031156n5e44795bo55b7df11b75e7bf8@mail.gmail.com> Date: Mon, 3 Nov 2008 14:56:13 -0500 From: "John Fitzgerald" To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: bce watchdog timeout occurred, resetting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2008 20:22:00 -0000 Hi there, I have a pretty busy firewall / gateway that's running two Broadcom NetXtreme II cards on full-duplex GigE ports. The internal interface is autoselect (negotiate) and the external is hard-coded GigE. Every so often the hard-coded interface dies and the system logs (like today) show this: Nov 3 14:39:20 myserver kernel: bce0: /usr/src/sys/dev/bce/if_bce.c(5002): Watchdog timeout occurred, resetting! Nov 3 14:39:20 myserver kernel: bce0: link state changed to DOWN Nov 3 14:39:23 myserver kernel: bce0: link state changed to UP Searching around, the only thing I can spot is this, from the bce man page: bce%d: Watchdog timeout occurred, resetting! The device has stopped responding to the network, there is a problem with the cable connection, or a driver logic problem has occurred. I'm afraid it's the driver logic problem, but I don't know where to go from here. Any ideas? I'm using 6.2-RELEASE. Thanks, JJ