summaryrefslogtreecommitdiff
path: root/src/dev/Ide.py
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2010-11-15 14:04:03 -0600
committerAli Saidi <Ali.Saidi@ARM.com>2010-11-15 14:04:03 -0600
commitd7b8efa0df98db9a41038ce4588c006ff4a56d38 (patch)
treee74e7121b5c73415e80fdb44a92030e6c8f8223b /src/dev/Ide.py
parent13931b9b827abd8a9fba5cb4448b69066746637c (diff)
downloadgem5-d7b8efa0df98db9a41038ce4588c006ff4a56d38.tar.xz
ARM: Add support for a dumb IDE controller
Diffstat (limited to 'src/dev/Ide.py')
-rw-r--r--src/dev/Ide.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/Ide.py b/src/dev/Ide.py
index a396c9690..7d97c42b6 100644
--- a/src/dev/Ide.py
+++ b/src/dev/Ide.py
@@ -64,3 +64,5 @@ class IdeController(PciDevice):
BAR3Size = '4B'
BAR4Size = '16B'
+ io_shift = Param.UInt32(0x0, "IO port shift");
+ ctrl_offset = Param.UInt32(0x0, "IDE disk control offset")