From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 22:15:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3AC816A4CE for ; Sat, 3 Jan 2004 22:15:18 -0800 (PST) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF06C43D2D for ; Sat, 3 Jan 2004 22:15:15 -0800 (PST) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id E4F881DDE45; Sun, 4 Jan 2004 07:15:14 +0100 (CET) Received: from niobe.ijs.si ([193.2.4.66]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89340-07; Sun, 4 Jan 2004 07:15:13 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id E60711DDE31; Sun, 4 Jan 2004 07:15:12 +0100 (CET) From: Dejan Lesjak To: Mike Silbersack Date: Sun, 4 Jan 2004 07:15:12 +0100 User-Agent: KMail/1.5.94 References: <20031228233331.1F3F05D04@ptavv.es.net> <200401040514.30273.dejan.lesjak@ijs.si> <20040103222844.H561@odysseus.silby.com> In-Reply-To: <20040103222844.H561@odysseus.silby.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200401040715.12385.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new / Sophos+Sophie at ijs.si cc: Ryan Sommers cc: freebsd-current@freebsd.org Subject: Re: 5.2-RC oerrs and collisions on dc0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2004 06:15:18 -0000 On Sunday 04 of January 2004 05:32, Mike Silbersack wrote: > On Sun, 4 Jan 2004, Dejan Lesjak wrote: > > Hello again, > > With this line commented out, I still get both errors and collisions, > > twice as much collisions as errors. On another occasion, I also added two > > printf lines in here: > > if (txstat & DC_TXSTAT_EXCESSCOLL) > > ifp->if_collisions++; > > printf("EXCESSCOLL\n"); > > if (txstat & DC_TXSTAT_LATECOLL) > > ifp->if_collisions++; > > printf("LATECOLL\n"); > > and I constantly get both of those, so this would be where counters go up > > if this helps in any way. > > > > Dejan > > It certainly looks like you're experiencing a real problem then. If > fiddling with the duplex settings hasn't fixed it and you've replaced the > cable, then I would guess that we may have a driver problem. You may wish > to try one of the following: > > 1) Replace the card with a different dc-supported card and see if the > problem resolves itself. > > 2) Stick one of those cheap 5-port switches between the card and the > switch you're currently attaching to. > > I'm going to be out of town for the next few days, so I'll be unable to > help you debug further. If you can try those two tests and find out the > results, perhaps someone else can help you poke at the MII driver and see > if something is broken for your specific card. > > Mike "Silby" Silbersack Will try that if and when I find the hardware. In the mean time, I tried putting this card in i386 box and symptoms are the same. Dejan