diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2009-02-01 00:25:15 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2009-02-01 00:25:15 -0800 |
commit | f1b43b39a764645c8e15b66a1a01d404f03c8307 (patch) | |
tree | 5e5bcb06ea2b46175460e6b427b0606d1dcbc074 /src/dev/x86/SouthBridge.py | |
parent | 18f6c183232ad896b4073002e1a2b9970f77dbea (diff) | |
download | gem5-f1b43b39a764645c8e15b66a1a01d404f03c8307.tar.xz |
X86: Hook up the IDE controller interrupt line.
Diffstat (limited to 'src/dev/x86/SouthBridge.py')
-rw-r--r-- | src/dev/x86/SouthBridge.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/x86/SouthBridge.py b/src/dev/x86/SouthBridge.py index be9276145..8d766471e 100644 --- a/src/dev/x86/SouthBridge.py +++ b/src/dev/x86/SouthBridge.py @@ -87,6 +87,7 @@ class SouthBridge(SimObject): ide.BAR3LegacyIO = True ide.BAR4 = 1 ide.Command = 1 + ide.InterruptLine = 20 def attachIO(self, bus): # Route interupt signals |