Dag-Erling Smorgrav wrote:
> Alex Zepeda <garba...@hooked.net> writes:
> > On Wed, 28 Apr 1999, Jim Bryant wrote:
> > > > Well, I'd chalk it up to buggy 3com h/w myself.  Alas I'm still getting:
> > > > ep0 XXX: driver didn't set ifq_maxlen
> > > I still get that one too.  Driver problem?
> > I'm guessing so.  I wonder if this is the cause of some odd network
> > behavior I'm getting..
> 
> Anybody using a 3c509 and expecting it to work reliably should be
> taken out and shot in the back of the head.
> 

I thought I sent this before, but I can't find in the GNAT
database.


--- if_ep.c.orig        Fri Apr 30 11:22:36 1999
+++ if_ep.c     Fri Apr 30 11:24:15 1999
@@ -621,6 +621,7 @@
     ifp->if_start = epstart;
     ifp->if_ioctl = epioctl;
     ifp->if_watchdog = epwatchdog;
+       ifp->if_snd.ifq_maxlen = IFQ_MAXLEN;
 
     if (!attached) {
        if_attach(ifp);


-- 
Steve


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to