Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2004 07:17:42 +0100
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        Don Lewis <truckman@FreeBSD.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: 5.2-RC oerrs and collisions on dc0
Message-ID:  <200401040717.42334.dejan.lesjak@ijs.si>
In-Reply-To: <200401040533.i045XU7E008256@gw.catspoiler.org>
References:  <200401040533.i045XU7E008256@gw.catspoiler.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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