From nobody@FreeBSD.org  Tue Nov 28 05:53:47 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DBEC216A4D0
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 Nov 2006 05:53:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BF206458B3
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 Nov 2006 05:11:17 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kAS5B1Eg009794
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 Nov 2006 05:11:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kAS5B1Er009793;
	Tue, 28 Nov 2006 05:11:01 GMT
	(envelope-from nobody)
Message-Id: <200611280511.kAS5B1Er009793@www.freebsd.org>
Date: Tue, 28 Nov 2006 05:11:01 GMT
From: NieBaopeng<niebaopeng@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: if_re watchdog timeout problem and network down
X-Send-Pr-Version: www-3.0

>Number:         105937
>Category:       kern
>Synopsis:       if_re watchdog timeout problem and network down
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 28 06:00:27 GMT 2006
>Closed-Date:    Tue Nov 28 08:04:15 GMT 2006
>Last-Modified:  Tue Nov 28 08:10:14 GMT 2006
>Originator:     NieBaopeng
>Release:        6.2-Prerelease
>Organization:
>Environment:
FreeBSD notany.kmip.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Nov 28 02:06:46 UTC 2006     notany@.localdomain:/usr/src/sys/i386/compile/mykernel  i386
>Description:
This is my box hardware:

Abit Aw8d + PentiumD930 +1 G ram

The pciconf -lv output about the re hardware :

rl0@pci3:0:0:   class=0x020000 card=0x240b147b chip=0x816810ec rev=0x01 hdr=0x00
    vendor   = 'Realtek Semiconductor'
    class    = network
    subclass = ethernet
rl1@pci4:0:0:   class=0x020000 card=0x240b147b chip=0x816810ec rev=0x01 hdr=0x00
    vendor   = 'Realtek Semiconductor'
    class    = network
    subclass = ethernet


When I use the default if_re driver for this hardware , I often get the 
"Nov 27 19:41:37  kernel: re1: watchdog timeout
Nov 27 19:49:13  kernel: re1: watchdog timeout
Nov 27 19:49:20  kernel: re1: watchdog timeout
Nov 27 19:49:28  kernel: re1: watchdog timeout
Nov 27 19:52:28  kernel: re1: watchdog timeout
Nov 27 23:37:09  kernel: re1: watchdog timeout
Nov 28 01:03:19  kernel: re1: watchdog timeout
Nov 28 01:21:08  kernel: re1: watchdog timeout
Nov 28 01:24:45  kernel: re1: watchdog timeout
Nov 28 01:27:22  kernel: re1: watchdog timeout"

And Network is down.
I think That should be fixed.
>How-To-Repeat:
Use the default driver , then will get the output and the network will down.
>Fix:
Use The Realtek.com's driver for freebsd will slove the problem. 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Tue Nov 28 08:04:14 UTC 2006 
State-Changed-Why:  
This is not a problem just yet, defer to the -net@ mailinglist as 
mentioned in my follow-up 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105937 

From: Remko Lodder <remko@elvandar.org>
To: NieBaopeng <niebaopeng@gmail.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/105937: if_re watchdog timeout problem and network down
Date: Tue, 28 Nov 2006 09:03:51 +0100

 On Tue, Nov 28, 2006 at 05:11:01AM +0000, NieBaopeng wrote:
 > 
 > FreeBSD notany.kmip.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Nov 28 02:06:46 UTC 2006     notany@.localdomain:/usr/src/sys/i386/compile/mykernel  i386
 > >Description:
 > This is my box hardware:
 > 
 > Abit Aw8d + PentiumD930 +1 G ram
 > 
 > The pciconf -lv output about the re hardware :
 > 
 > rl0@pci3:0:0:   class=0x020000 card=0x240b147b chip=0x816810ec rev=0x01 hdr=0x00
 >     vendor   = 'Realtek Semiconductor'
 >     class    = network
 >     subclass = ethernet
 > rl1@pci4:0:0:   class=0x020000 card=0x240b147b chip=0x816810ec rev=0x01 hdr=0x00
 >     vendor   = 'Realtek Semiconductor'
 >     class    = network
 >     subclass = ethernet
 > 
 > 
 > When I use the default if_re driver for this hardware , I often get the 
 > "Nov 27 19:41:37  kernel: re1: watchdog timeout
 > Nov 27 19:49:13  kernel: re1: watchdog timeout
 > Nov 27 19:49:20  kernel: re1: watchdog timeout
 > Nov 27 19:49:28  kernel: re1: watchdog timeout
 > Nov 27 19:52:28  kernel: re1: watchdog timeout
 > Nov 27 23:37:09  kernel: re1: watchdog timeout
 > Nov 28 01:03:19  kernel: re1: watchdog timeout
 > Nov 28 01:21:08  kernel: re1: watchdog timeout
 > Nov 28 01:24:45  kernel: re1: watchdog timeout
 > Nov 28 01:27:22  kernel: re1: watchdog timeout"
 > 
 > And Network is down.
 > I think That should be fixed.
 > >How-To-Repeat:
 > Use the default driver , then will get the output and the network will down.
 > >Fix:
 > Use The Realtek.com's driver for freebsd will slove the problem. 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 
 Goodmorning,
 
 	Can you please first verify this with freebsd-net? (http://lists.freebsd.org/mailman/listinfo/freebsd-net)
 	to see whether someone also has this issue, perhaps it has been solved already etc.
 
 	From my point of view, this currently is not a problem but undesired functionality. If
 	the discussion on -net@ proves that this is a problem (and should be fixed); please head
 	back to me and I will be happy to add more information to the audit trail and reopen the
 	PR (I will be closing this in a minute).
 
 	Do not feel offended please, I am just trying to follow the right lines to insert PR's
 	into the system (they should be researched first and verified and then added to the PR
 	database), apart from that you will most likely get a quicker response on the mailinglist
 	then on the PR list.
 
 	Thanks.
 	Remko
 -- 
 Kind regards,
 
      Remko Lodder               ** remko@elvandar.org
      FreeBSD                    ** remko@FreeBSD.org
 
      /* Quis custodiet ipsos custodes */
>Unformatted:
