summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-12 19:29:32 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-12 19:29:32 +0000
commit086b945161095994a02d90c5a819197e38c1404a (patch)
tree7a1a82a5e05479859147b3defdfeeac63b942732 /sys/dev/buslogic
parent5deea580fd486a6b65bdfbce63178c88af71d106 (diff)
downloadFreeBSD-src-086b945161095994a02d90c5a819197e38c1404a.zip
FreeBSD-src-086b945161095994a02d90c5a819197e38c1404a.tar.gz
Remove comments about creating DMA tags as children of the DMA tags of their
parent bus where the code has now been modified to do so. Reviewed by: scottl
Diffstat (limited to 'sys/dev/buslogic')
-rw-r--r--sys/dev/buslogic/bt_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/buslogic/bt_pci.c b/sys/dev/buslogic/bt_pci.c
index 5994bec..6e03a97 100644
--- a/sys/dev/buslogic/bt_pci.c
+++ b/sys/dev/buslogic/bt_pci.c
@@ -172,7 +172,6 @@ bt_pci_attach(device_t dev)
}
/* Allocate a dmatag for our CCB DMA maps */
- /* XXX Should be a child of the PCI bus dma tag */
if (bus_dma_tag_create( /* PCI parent */ bus_get_dma_tag(dev),
/* alignemnt */ 1,
/* boundary */ 0,
OpenPOWER on IntegriCloud