svn commit: r249088 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Thu Apr 4 08:57:30 UTC 2013


Author: adrian
Date: Thu Apr  4 08:57:29 2013
New Revision: 249088
URL: http://svnweb.freebsd.org/changeset/base/249088

Log:
  Update comments!

Modified:
  head/sys/dev/ath/if_ath_rx_edma.c

Modified: head/sys/dev/ath/if_ath_rx_edma.c
==============================================================================
--- head/sys/dev/ath/if_ath_rx_edma.c	Thu Apr  4 08:45:37 2013	(r249087)
+++ head/sys/dev/ath/if_ath_rx_edma.c	Thu Apr  4 08:57:29 2013	(r249088)
@@ -571,10 +571,6 @@ ath_edma_recv_tasklet(void *arg, int npe
  *
  * + Allocate a 4KB mbuf;
  * + Setup the DMA map for the given buffer;
- * + Keep a pointer to the start of the mbuf - that's where the
- *   descriptor lies;
- * + Take a pointer to the start of the RX buffer, set the
- *   mbuf "start" to be there;
  * + Return that.
  */
 static int


More information about the svn-src-head mailing list