From owner-svn-src-head@FreeBSD.ORG Thu Apr 4 08:57:30 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 29174C30; Thu, 4 Apr 2013 08:57:30 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1B715F8A; Thu, 4 Apr 2013 08:57:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r348vTDZ086170; Thu, 4 Apr 2013 08:57:29 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r348vTk2086169; Thu, 4 Apr 2013 08:57:29 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201304040857.r348vTk2086169@svn.freebsd.org> From: Adrian Chadd Date: Thu, 4 Apr 2013 08:57:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249088 - head/sys/dev/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2013 08:57:30 -0000 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