Date: Mon, 12 Mar 2012 20:31:58 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r232886 - head/sys/dev/ahb Message-ID: <201203122031.q2CKVwxF084986@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203122031.q2CKVwxF084986>