Date: Sat, 7 Jan 2006 20:08:39 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 89345 for review Message-ID: <200601072008.k07K8dK2045721@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=89345 Change 89345 by imp@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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601072008.k07K8dK2045721>