FSConfig.py: fix a typo makeLinuxAlphaRubySystem

This commit is contained in:
Nilay Vaish 2012-03-16 07:46:45 -05:00
parent 24fe7cdf00
commit 13a5e9b7b5

View file

@ -124,7 +124,7 @@ def makeLinuxAlphaRubySystem(mem_mode, mdesc = None):
# RubyPort currently does support functional accesses. Therefore provide
# the piobus a direct connection to physical memory
#
self.piobus.master_port = physmem.port
self.piobus.master = physmem.port
self.disk0 = CowIdeDisk(driveID='master')
self.disk2 = CowIdeDisk(driveID='master')