Date: Fri, 30 Apr 1999 11:28:03 -0700 (PDT) From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: des@flood.ping.uio.no (Dag-Erling Smorgrav) Cc: garbanzo@hooked.net (Alex Zepeda), jbryant@unix.tfs.net (Jim Bryant), freebsd-current@FreeBSD.ORG Subject: Re: ep0 *UTP* Message-ID: <199904301828.LAA04144@troutmask.apl.washington.edu> In-Reply-To: <xzpzp3qvx7c.fsf@flood.ping.uio.no> from Dag-Erling Smorgrav at "Apr 30, 1999 07:23:51 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav wrote:
> Alex Zepeda <garbanzo@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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904301828.LAA04144>
