Subject: Re: Performance of VIA RhineII (vr) driver in -current?
To: Chris Baird <cjb@brushtail.apana.org.au>
From: Martin Husemann <martin@duskware.de>
List: netbsd-users
Date: 04/25/2003 00:43:33
On Fri, Apr 25, 2003 at 08:32:51AM +1000, Chris Baird wrote:
> The 800 is a EPIA board, not EPIA-M. The LAN controllers are
> different: VT6102 & VT6103, I believe.

Those should not have the reset problem, but they have autonegotiation
problems with *some* switches.

You could try something like

 ifconfig vr0 media 100baseTX
 (wait a few seconds, to give nway handshake a chance to finish)
 ifconfig vr0 media autoselect

before stressing the connection to verify this is the problem.

It is supposed to be solved in current.

Martin