summaryrefslogtreecommitdiff
path: root/src/dev/Ide.py
diff options
context:
space:
mode:
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")