From 38c2af17a557e5b7420a2ad15b13316acbde588d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 2 Aug 2009 18:01:13 -0700 Subject: X86: Set up the IDE device correctly, ie. with and using legacy ports. --- src/dev/x86/SouthBridge.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dev/x86') diff --git a/src/dev/x86/SouthBridge.py b/src/dev/x86/SouthBridge.py index d89ed9dc6..2d1827998 100644 --- a/src/dev/x86/SouthBridge.py +++ b/src/dev/x86/SouthBridge.py @@ -86,7 +86,8 @@ class SouthBridge(SimObject): ide.BAR3Size = '3B' ide.BAR3LegacyIO = True ide.BAR4 = 1 - ide.Command = 1 + ide.Command = 0 + ide.ProgIF = 0x80 ide.InterruptLine = 14 ide.InterruptPin = 1 -- cgit v1.2.3