svn commit: r232886 - head/sys/dev/ahb

Scott Long scottl at FreeBSD.org
Mon Mar 12 20:31:58 UTC 2012


Author: scottl
Date: Mon Mar 12 20:31:58 2012
New Revision: 232886
URL: http://svn.freebsd.org/changeset/base/232886

Log:
  Remove a stale comment.
  
  Submitted by:	jimharris

Modified:
  head/sys/dev/ahb/ahb.c

Modified: head/sys/dev/ahb/ahb.c
==============================================================================
--- head/sys/dev/ahb/ahb.c	Mon Mar 12 20:31:09 2012	(r232885)
+++ head/sys/dev/ahb/ahb.c	Mon Mar 12 20:31:58 2012	(r232886)
@@ -291,7 +291,6 @@ ahbattach(device_t dev)
 	 * need to perform during normal operation.
 	 */
 	/* DMA tag for mapping buffers into device visible space. */
-	/* XXX Should be a child of the EISA bus dma tag */
 	if (bus_dma_tag_create(	/* parent	*/ bus_get_dma_tag(dev),
 				/* alignment	*/ 1,
 				/* boundary	*/ 0,


More information about the svn-src-all mailing list