summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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