From nobody@FreeBSD.org  Wed Sep  4 18:40:42 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F2CB537B400
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Sep 2002 18:40:41 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B4E7343E42
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Sep 2002 18:40:41 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g851efOT017595
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 4 Sep 2002 18:40:41 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g851efjE017594;
	Wed, 4 Sep 2002 18:40:41 -0700 (PDT)
Message-Id: <200209050140.g851efjE017594@www.freebsd.org>
Date: Wed, 4 Sep 2002 18:40:41 -0700 (PDT)
From: Allan Jude <937863@primus.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: vr0 watchdog timeout and hang on VT6102
X-Send-Pr-Version: www-1.0

>Number:         42433
>Category:       kern
>Synopsis:       vr0 watchdog timeout and hang on VT6102
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    silby
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 04 18:50:01 PDT 2002
>Closed-Date:    Wed Feb 12 16:58:59 PST 2003
>Last-Modified:  Tue Feb 25 09:00:30 PST 2003
>Originator:     Allan Jude
>Release:        4.6-stable
>Organization:
ShellFusion.net
>Environment:
FreeBSD prometheus.shellfusion.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Thu Aug 29 18:05:06 EDT 2002     root@prometheus.shellfusion.net:/usr/obj/usr/src/sys/SHELLFUSION  i386
>Description:
vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xb400-0xb4ff mem 0xe4000000-0xe40000ff irq 5 at device 7.0 on pci1

vr0: watchdog timeout
vr0: reset never completed!
vr0: reset never completed!

using this driver:
* $FreeBSD: src/sys/pci/if_vr.c,v 1.26.2.10 2002/08/18 21:44:19 silby Exp $
i still get the error as mentioned in this PR:
http://www.freebsd.org/cgi/query-pr.cgi?pr=39423


This is a VT6102, not a VT86C100A as mentioned in the problem above, but it uses the same driver, but still has the problem.

I would really appriciate any help with this, between my 2 box's, i have 4 of these cards
>How-To-Repeat:
Large Amount of traffic on the vr0 interface
>Fix:

>Release-Note:
>Audit-Trail:

From: Thomas Nystrom <thn@saeab.se>
To: Allan Jude <937863@primus.ca>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/42433: vr0 watchdog timeout and hang on VT6102
Date: Thu, 05 Sep 2002 09:53:47 +0200

 > >Description:
 > vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xb400-0xb4ff mem 0xe4000000-0xe40000ff irq 5 at device 7.0 on pci1
 > 
 
 Could you please do a:
 
 pciconf -l | grep vr
 
 so we could see exactly what kind of chip you have!
 
 > vr0: watchdog timeout
 > vr0: reset never completed!
 > vr0: reset never completed!
 > 
 
 Does the board start up after this or is it permanently hanged?
 
 /thn
Responsible-Changed-From-To: freebsd-bugs->silby 
Responsible-Changed-By: silby 
Responsible-Changed-When: Thu Sep 5 12:22:08 PDT 2002 
Responsible-Changed-Why:  
Thomas Nystrom says that I should take this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42433 
State-Changed-From-To: open->feedback 
State-Changed-By: silby 
State-Changed-When: Wed Feb 12 13:12:38 PST 2003 
State-Changed-Why:  
The updated if_vr driver in 4.7-stable should solved this problem; 
please try it out so I know if this PR can be closed or not. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42433 
State-Changed-From-To: feedback->closed 
State-Changed-By: silby 
State-Changed-When: Wed Feb 12 16:58:36 PST 2003 
State-Changed-Why:  
Allan switched to different NICs, so he can't test anymore.  We'll 
assume that it's fixed. 

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

From: "Jeffrey Lyon" <jlyon@lotuscom.net>
To: <freebsd-gnats-submit@FreeBSD.org>, <937863@primus.ca>
Cc:  
Subject: Re: kern/42433: vr0 watchdog timeout and hang on VT6102
Date: Tue, 25 Feb 2003 11:58:16 -0500

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_018A_01C2DCC5.2EA77670
 Content-Type: text/plain;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 I have this same exact issue: It causes the onboard ethernet to die =
 every two to three days or so. Is there any resolution as of this time? =
 System is as follows:
 
 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct  9 15:08:34 GMT 2002     =
 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC  i386
 
 Jeffrey Lyon, Operations Manager
 jlyon@lotuscom.net
 http://www.blccd.com
 Black Lotus Communications Corporation
 
 ------=_NextPart_000_018A_01C2DCC5.2EA77670
 Content-Type: text/html;
 	charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD>
 <META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Diso-8859-1">
 <META content=3D"MSHTML 5.50.4807.2300" name=3DGENERATOR>
 <STYLE></STYLE>
 </HEAD>
 <BODY bgColor=3D#ffffff>
 <DIV><FONT face=3DArial size=3D2>I have this same exact issue: It causes =
 the onboard=20
 ethernet to die every two to three days or so. Is there any resolution =
 as of=20
 this time? System is as follows:</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed =
 Oct&nbsp; 9=20
 15:08:34 GMT 2002&nbsp;&nbsp;&nbsp;&nbsp; <A=20
 href=3D"mailto:root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC"=
 >root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC</A>&nbsp;=20
 i386</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>Jeffrey Lyon, Operations Manager<BR><A=20
 href=3D"mailto:jlyon@lotuscom.net">jlyon@lotuscom.net</A><BR><A=20
 href=3D"http://www.blccd.com">http://www.blccd.com</A><BR>Black Lotus=20
 Communications Corporation</FONT></DIV></BODY></HTML>
 
 ------=_NextPart_000_018A_01C2DCC5.2EA77670--
 
>Unformatted:
