Date: Mon, 5 Feb 1996 10:34:48 +0500 (GMT+0500) From: "Serge A. Babkin" <babkin@hq.icb.chel.su> To: gibbs@freefall.FreeBSD.ORG (Justin T. Gibbs) Cc: alexis@unicorn.ww.net, hackers@freebsd.org Subject: Re: ep driver Message-ID: <199602050534.KAA29528@hq.icb.chel.su> In-Reply-To: <199602050428.UAA29480@freefall.freebsd.org> from "Justin T. Gibbs" at Feb 4, 96 08:28:37 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > >> > >> > >> Salut, > >> > >> Could someone explain when a message like 'ep0: Status: 2002' > >> occurs, that is what the status 2002 means for 3COM 3c5x9 means? > > > >It means "input buffer overflow". There exists a patch that changes this > >message with more meaningful one (along with other improvements :-) ) but it's > >still not commited. > > > >-SB > > It went into -current a week ago. It's GREAT !!! :-) Thanks ! The only thing to make ep driver from -current working is to enable its epwatchdog() routine: add "ifp->if_timer = 1;" after " "ifp->if_watchdog = epwatchdog;" The reason why David Greenman has disabled it is that he throught that epwarchdog() restes the card. But really it does not reset it. -SB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602050534.KAA29528>