PERFORCE change 89345 for review

Warner Losh imp at FreeBSD.org
Sat Jan 7 12:08:41 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=89345

Change 89345 by imp at imp_plunger on 2006/01/07 20:07:47

	Just realized that this isn't quite right, add a comment to
	that effect so I don't forget.

Affected files ...

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

Differences ...

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

@@ -523,6 +523,10 @@
 	WR4(sc, ETH_TAR, segs[0].ds_addr);
 	WR4(sc, ETH_TCR, segs[0].ds_len);
 	
+	/* XXX the following is wrong, we need to keep track of the mbuf and
+	 * only free it when the ISR fires indicating xmit complete.
+	 */
+
 	/*
 	 * Tap off here if there is a bpf listener.
 	 */


More information about the p4-projects mailing list