From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 20 20:10:29 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 401CC16A40B for ; Sat, 20 Jan 2007 20:10:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2C86013C457 for ; Sat, 20 Jan 2007 20:10:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0KKASQa018406 for ; Sat, 20 Jan 2007 20:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0KKAS16018405; Sat, 20 Jan 2007 20:10:28 GMT (envelope-from gnats) Date: Sat, 20 Jan 2007 20:10:28 GMT Message-Id: <200701202010.l0KKAS16018405@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Wishmaster Cc: Subject: Re: kern/92090: [bge] bge0: watchdog timeout -- resetting X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wishmaster List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jan 2007 20:10:29 -0000 The following reply was made to PR kern/92090; it has been noted by GNATS. From: Wishmaster To: bug-followup@FreeBSD.org, weijinhong@cjis.cn Cc: Subject: Re: kern/92090: [bge] bge0: watchdog timeout -- resetting Date: Sat, 20 Jan 2007 22:22:00 +0300 Hi! It seems to me i have the same problem: watchdog timeout, link bounces DOWN and UP again, but the interface does not recover I have 2 motherboards ASUSTeK P5M2 /2GBL with two broadcom bcm5721 interfaces onboard. (FreeBSD 6.2-RELEASE i386+smp) Also i have ASUSTeK PVL-D/2GBL motherboard that have broadcom bcm5721 NICs onboard too. (FreeBSD 6.1-RELEASE amd64+smp) With all of this equipment i have the same problem, broadcom NIC hangs up while i try to transfer traffic more than just ping with packet length 64 bytes. dmesg says: bge0: watchdog timeout -- resetting bge0: link state changed to DOWN bge0: link state changed to UP bge0: watchdog timeout -- resetting bge0: link state changed to DOWN bge0: link state changed to UP bge0: watchdog timeout -- resetting bge0: link state changed to DOWN bge0: link state changed to UP bge0: watchdog timeout -- resetting bge0: link state changed to DOWN bge0: link state changed to UP bge0: watchdog timeout -- resetting bge0: link state changed to DOWN bge0: link state changed to UP After that interface have no RX/TX until restart. ifconfig DOWN,UP have no action. All patches i've found have no effect! This happens immediately after reboot, so the interface never actually works. i am ready to try patches.