summaryrefslogtreecommitdiff
path: root/dev/ide_ctrl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ide_ctrl.cc')
-rw-r--r--dev/ide_ctrl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ide_ctrl.cc b/dev/ide_ctrl.cc
index 857cdeb78..ae044427e 100644
--- a/dev/ide_ctrl.cc
+++ b/dev/ide_ctrl.cc
@@ -97,7 +97,8 @@ IdeController::IdeController(Params *p)
dmaInterface = new DMAInterface<Bus>(name() + ".dma",
params()->host_bus,
- params()->host_bus, 1);
+ params()->host_bus, 1,
+ true);
pioLatency = params()->pio_latency * params()->host_bus->clockRatio;
}