From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 22:17:46 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 1B7FE16A4CE; Sat, 3 Jan 2004 22:17:46 -0800 (PST) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E127B43D55; Sat, 3 Jan 2004 22:17:44 -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 1D7741DDEE8; Sun, 4 Jan 2004 07:17:44 +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 89590-08; Sun, 4 Jan 2004 07:17:42 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id 8A8E01DDEE3; Sun, 4 Jan 2004 07:17:42 +0100 (CET) From: Dejan Lesjak To: Don Lewis Date: Sun, 4 Jan 2004 07:17:42 +0100 User-Agent: KMail/1.5.94 References: <200401040533.i045XU7E008256@gw.catspoiler.org> In-Reply-To: <200401040533.i045XU7E008256@gw.catspoiler.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200401040717.42334.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new / Sophos+Sophie at ijs.si cc: ryans@gamersimpact.com cc: silby@silby.com 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:17:46 -0000 On Sunday 04 of January 2004 06:33, Don Lewis wrote: > On 4 Jan, 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. > > The driver might be less verbose if you added some braces here. Hm.. Yes I did that, however I was writing mail relying on memory which seems to have failed me. Dejan