summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2012-03-12 20:31:58 +0000
committerscottl <scottl@FreeBSD.org>2012-03-12 20:31:58 +0000
commitee47cc51dfc988cbc8f6f0bdd7a2af4455a3a764 (patch)
tree63341402783a4457e997a0a23b0e220d55eadac8
parent1e3537d1fc3dfa2f45180a441cb1cc5382c97241 (diff)
downloadFreeBSD-src-ee47cc51dfc988cbc8f6f0bdd7a2af4455a3a764.zip
FreeBSD-src-ee47cc51dfc988cbc8f6f0bdd7a2af4455a3a764.tar.gz
Remove a stale comment.
Submitted by: jimharris
-rw-r--r--sys/dev/ahb/ahb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c
index 96c09e5..aae6957 100644
--- a/sys/dev/ahb/ahb.c
+++ b/sys/dev/ahb/ahb.c
@@ -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,
OpenPOWER on IntegriCloud