Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2007 20:47:00 +0900
From:      Pyun YongHyeon <pyunyh@gmail.com>
To:        JoaoBR <joao@matik.com.br>
Cc:        cvs-src@freebsd.org, Pyun YongHyeon <yongari@freebsd.org>
Subject:   Re: cvs commit: src/sys/pci if_vr.c
Message-ID:  <20071026114700.GD20617@cdnetworks.co.kr>
In-Reply-To: <200710260749.12086.joao@matik.com.br>
References:  <200710120341.l9C3fsWe058991@repoman.freebsd.org> <200710260749.12086.joao@matik.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 26, 2007 at 07:49:11AM -0200, JoaoBR wrote:
 > On Friday 12 October 2007 00:41:54 Pyun YongHyeon wrote:
 > > yongari     2007-10-12 03:41:54 UTC
 > >
 > >   FreeBSD src repository
 > >
 > >   Modified files:        (Branch: RELENG_7)
 > >     sys/pci              if_vr.c
 > >   Log:
 > >   MFC if_vr.c, 1.127 to RELENG_7:
 > >     Not all VIA Rhine chips support 256 register space. So touching
 > >     VR_STICKHW register would result in unexpected results on these
 > >     hardwares. wpaul said the following for the issue.
 > >
 > >       The vr_attach() routine unconditionally does this for all supported
 > >       chips:
 > >
 > >           /*
 > >            * Windows may put the chip in suspend mode when it
 > >            * shuts down. Be sure to kick it in the head to wake it
 > >            * up again.
 > >            */
 > >           VR_CLRBIT(sc, VR_STICKHW, (VR_STICKHW_DS0|VR_STICKHW_DS1));
 > >
 > 
 > 
 > 
 > Hi 
 > since I upgraded to 7 this days I loss connection to a machine with vr nic
 > 
 > the only event I can find after resetting (i have no phisical access) is
 > 
 > Oct 26 04:31:56 ap-c kernel: vr0: link state changed to DOWN
 > 
 > may it be related? What should I do?
 > 

I'm pretty sure it's not related with my changes.

If you think vr(4) is culprit for the issue try overhauled vr(4).
I think I've fixed many unresolved vr(4) issues but it needs more
testing.
You can download the overhauled vr(4) at the following URL.
http://people.freebsd.org/~yongari/vr/if_vr.c
http://people.freebsd.org/~yongari/vr/if_vrreg.h

Note, don't use the overhauled driver on your production system.
I couldn't see any issues in the driver but it may have unnoticed
bugs.

-- 
Regards,
Pyun YongHyeon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071026114700.GD20617>