PERFORCE change 89496 for review
Warner Losh
imp at FreeBSD.org
Tue Jan 10 23:42:42 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=89496
Change 89496 by imp at 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
More information about the p4-projects
mailing list