From owner-freebsd-hackers Sun Feb 4 21:39:40 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03461 for hackers-outgoing; Sun, 4 Feb 1996 21:39:40 -0800 (PST) Received: from hq.icb.chel.su (icb-rich-gw.icb.chel.su [193.125.10.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA03437 for ; Sun, 4 Feb 1996 21:38:19 -0800 (PST) Received: from localhost (babkin@localhost) by hq.icb.chel.su (8.6.5/8.6.5) id KAA29528; Mon, 5 Feb 1996 10:34:48 +0500 From: "Serge A. Babkin" Message-Id: <199602050534.KAA29528@hq.icb.chel.su> Subject: Re: ep driver To: gibbs@freefall.FreeBSD.ORG (Justin T. Gibbs) Date: Mon, 5 Feb 1996 10:34:48 +0500 (GMT+0500) Cc: alexis@unicorn.ww.net, hackers@freebsd.org In-Reply-To: <199602050428.UAA29480@freefall.freebsd.org> from "Justin T. Gibbs" at Feb 4, 96 08:28:37 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk > > >> > >> > >> 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