Changed timer functionality, ide disk interrupts, and TsunamiFake class to improve FreeBSD compatibility.
dev/ide_disk.cc:
Make ide disk set interrupts correctly.
dev/tsunami_io.cc:
dev/tsunami_io.hh:
Implement read of timer counts.
kern/freebsd/freebsd_system.cc:
kern/freebsd/freebsd_system.hh:
Remove SkipFuncEvents that we don't need to skip.
python/m5/objects/Tsunami.py:
Add size parameter to TsunamiFake class.
--HG--
extra : convert_revision : a87e74f2cac0036060ca8cb3fde4760d8c91a5db
This commit is contained in:
@@ -13,6 +13,7 @@ class TsunamiCChip(FooPioDevice):
|
||||
|
||||
class TsunamiFake(FooPioDevice):
|
||||
type = 'TsunamiFake'
|
||||
size = Param.Addr("Size of address range")
|
||||
|
||||
class TsunamiIO(FooPioDevice):
|
||||
type = 'TsunamiIO'
|
||||
|
||||
Reference in New Issue
Block a user