summaryrefslogtreecommitdiff
path: root/src/dev/x86/Pc.py
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-02-01 00:00:03 -0800
committerGabe Black <gblack@eecs.umich.edu>2009-02-01 00:00:03 -0800
commitbb7ad80bbe565800b09c38bdc02c12f827ec9240 (patch)
tree3274e18a386f2533ad05f84f00e578b27e8d26fc /src/dev/x86/Pc.py
parentc2c5740b98c6601385e143c88aefbd827422f717 (diff)
downloadgem5-bb7ad80bbe565800b09c38bdc02c12f827ec9240.tar.xz
X86: Plug in an IDE controller.
Diffstat (limited to 'src/dev/x86/Pc.py')
-rw-r--r--src/dev/x86/Pc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/Pc.py b/src/dev/x86/Pc.py
index 7211fa3f4..6f315cbcb 100644
--- a/src/dev/x86/Pc.py
+++ b/src/dev/x86/Pc.py
@@ -67,7 +67,7 @@ class Pc(Platform):
fake_com_4 = IsaFake(pio_addr=x86IOAddress(0x2e8), pio_size=8)
# A device to catch accesses to the non-existant floppy controller.
- fake_floppy = IsaFake(pio_addr=x86IOAddress(0x3f2), pio_size=4)
+ fake_floppy = IsaFake(pio_addr=x86IOAddress(0x3f2), pio_size=2)
def attachIO(self, bus):
self.south_bridge.attachIO(bus)