Date: Mon, 11 Feb 2002 18:19:05 -0800 From: Mike Makonnen <mike_makonnen@yahoo.com> To: Mikko Tyolajarvi <mikko@dynas.se> Cc: stuart@sigterm.com, questions@freebsd.org Subject: Re: ping: no buffer space available Message-ID: <200202120219.g1C2J5j44694@blackbox.pacbell.net> In-Reply-To: <200202111954.g1BJskP57337@mikko.rsa.com> References: <001101c1b2de$7107b960$d3bb2fcb@sigterm.com> <200202111954.g1BJskP57337@mikko.rsa.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I jumped a little late into this thread, so I don't know what was said
earlier.
There is a similar thread in -hackers. The fix was to remove one line in
if_ep.c
> 
> --- if_ep.c     Fri Feb  1 19:51:43 2002
> +++ if_ep.c.fix Sat Feb  9 12:49:31 2002
> @@ -571,7 +571,6 @@
>  
>         if (status & (S_RX_COMPLETE | S_RX_EARLY)) {
>             epread(sc);
> -           continue;
>         }
>         if (status & S_TX_AVAIL) {
>             /* we need ACK */
> 
cheers,
mike makonnen
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202120219.g1C2J5j44694>
