Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2006 07:42:38 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 89496 for review
Message-ID:  <200601110742.k0B7gc0m052697@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=89496

Change 89496 by imp@imp_plunger on 2006/01/11 07:42:31

	No need to loop in start.  The ISR will handle that for us.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/if_ate.c#18 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/if_ate.c#18 (text+ko) ====

@@ -533,11 +533,9 @@
 	BPF_MTAP(ifp, m);
 
 	m_freem(m);
-
 	/*
-	 * Loop back to the top to possibly buffer more packets
+	 * Once we've queued one packet, we'll do the rest via the ISR
 	 */
-	goto outloop;
 }
 
 static void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601110742.k0B7gc0m052697>