summaryrefslogtreecommitdiff
path: root/src/dev/x86/i8237.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/i8237.hh')
-rw-r--r--src/dev/x86/i8237.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dev/x86/i8237.hh b/src/dev/x86/i8237.hh
index 28d9e85a3..b1b11091b 100644
--- a/src/dev/x86/i8237.hh
+++ b/src/dev/x86/i8237.hh
@@ -52,9 +52,8 @@ class I8237 : public BasicPioDevice
return dynamic_cast<const Params *>(_params);
}
- I8237(Params *p) : BasicPioDevice(p), latency(p->pio_latency), maskReg(0)
+ I8237(Params *p) : BasicPioDevice(p, 16), latency(p->pio_latency), maskReg(0)
{
- pioSize = 16;
}
Tick read(PacketPtr pkt);