Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2013 08:57:29 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249088 - head/sys/dev/ath
Message-ID:  <201304040857.r348vTk2086169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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