summaryrefslogtreecommitdiff
path: root/sys/dev/ti
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2007-01-21 19:32:51 +0000
committerMarius Strobl <marius@FreeBSD.org>2007-01-21 19:32:51 +0000
commitc2175ff5cadf1e22b3054180ba69548b00a4a0de (patch)
tree0022c3a9a6df560b7e242e09f139c9d0dd23011b /sys/dev/ti
parente54f6746527c81d586dd8fa24590bcb3ef7c290a (diff)
Notes
Diffstat (limited to 'sys/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index 4440afa79405..b47981164658 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -2367,7 +2367,7 @@ ti_attach(dev)
}
/* Allocate the general information block and ring buffers. */
- if (bus_dma_tag_create(NULL, /* parent */
+ if (bus_dma_tag_create(bus_get_dma_tag(dev), /* parent */
1, 0, /* algnmnt, boundary */
BUS_SPACE_MAXADDR, /* lowaddr */
BUS_SPACE_MAXADDR, /* highaddr */