aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xilinx
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2019-07-04 14:04:08 +0000
committerRuslan Bukin <br@FreeBSD.org>2019-07-04 14:04:08 +0000
commit0c340d7ed9072218c10e52a40b500befe2bafe58 (patch)
treeefa46ff5dd23948533b3423c4b8080c2a98fff68 /sys/dev/xilinx
parent57d0d4a271b13a912dfa2ba3321a4a0a75d0bff8 (diff)
Notes
Diffstat (limited to 'sys/dev/xilinx')
-rw-r--r--sys/dev/xilinx/axidma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/xilinx/axidma.c b/sys/dev/xilinx/axidma.c
index 8d5f05a0a5f1..3c9b1b5c6dc7 100644
--- a/sys/dev/xilinx/axidma.c
+++ b/sys/dev/xilinx/axidma.c
@@ -399,6 +399,7 @@ axidma_channel_alloc(device_t dev, struct xdma_channel *xchan)
if (axidma_reset(sc, data->id) != 0)
return (-1);
chan->xchan = xchan;
+ xchan->caps |= XCHAN_CAP_BOUNCE;
xchan->chan = (void *)chan;
chan->sc = sc;
chan->used = true;