From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 11 12:00:36 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7CD616A515 for ; Fri, 11 Feb 2005 12:00:36 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E0243D5A for ; Fri, 11 Feb 2005 12:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1BC0aZJ095258 for ; Fri, 11 Feb 2005 12:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1BC0a8o095255; Fri, 11 Feb 2005 12:00:36 GMT (envelope-from gnats) Date: Fri, 11 Feb 2005 12:00:36 GMT Message-Id: <200502111200.j1BC0a8o095255@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Zer0 Subject: FIXED - Re: kern/76551: re0: watchdog timeout X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Zer0 List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 12:00:36 -0000 The following reply was made to PR kern/76551; it has been noted by GNATS. From: Zer0 To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: FIXED - Re: kern/76551: re0: watchdog timeout Date: Fri, 11 Feb 2005 11:54:37 GMT >Submitter-Id: current-users >Originator: Zer0 >Organization: FLEXYnet >Confidential: no >Synopsis: FIXED - Re: kern/76551: re0: watchdog timeout >Severity: critical >Priority: high >Category: kern >Class: sw-bug >Release: 5.3 >Environment: FreeBSD deniz.flexynet.org 5.3-STABLE FreeBSD 5.3-STABLE #2: Fri Jan 21 18:45:36 CET 2005 root@deniz.flexynet.org:/usr/obj/usr/src/sys/DENIZ i386 >Description: using the new "re" driver will output "re0: watchdog timeout" during a cvsup, the only way to solve that for me was do an ifconfig up/down on the interface every 5 seconds, this before i could write a kernel patch. >How-To-Repeat: using cvsup to sync ports will do the job. >Fix: i have moved all cards from "re" driver to the old "rl" driver, that was a good solution for me... "re" seems really not stable. so now i have rl working instead of re. rl0@pci0:11:0: class=0x020000 card=0x00b00e11 chip=0x813910ec rev=0x20 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' class = network subclass = ethernet Hope re will be fixed or "rl" can replace "re" in the meanwhile. Thanks for your support. Currently a patch is available at: http://0es.org/delegate_re_to_rl/delegate_re_to_rl.patch