5.2-RC oerrs and collisions on dc0

Dejan Lesjak dejan.lesjak at ijs.si
Sat Jan 3 22:17:46 PST 2004


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


More information about the freebsd-current mailing list