aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iir
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2012-03-12 19:29:32 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2012-03-12 19:29:32 +0000
commitf1bd1e9dd7bcf042b5176f94bf0e6ad9de2d66c8 (patch)
tree7a1a82a5e05479859147b3defdfeeac63b942732 /sys/dev/iir
parentfee74cf7e876c6acf990731daad2328cc7b414b7 (diff)
Notes
Diffstat (limited to 'sys/dev/iir')
-rw-r--r--sys/dev/iir/iir_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c
index 662f06bc3b2f..7baee86711b0 100644
--- a/sys/dev/iir/iir_pci.c
+++ b/sys/dev/iir/iir_pci.c
@@ -317,7 +317,6 @@ iir_pci_attach(device_t dev)
gdt->sc_test_busy = gdt_mpr_test_busy;
/* Allocate a dmatag representing the capabilities of this attachment */
- /* XXX Should be a child of the PCI bus dma tag */
if (bus_dma_tag_create(/*parent*/bus_get_dma_tag(dev),
/*alignemnt*/1, /*boundary*/0,
/*lowaddr*/BUS_SPACE_MAXADDR_32BIT,