gem5/mem
Ali Saidi 4875b33467 changed sendresult -> bool,tick,void as appropriate
first crack at io devices code
made CpuRequest that derives from Request

dev/io_device.cc:
dev/io_device.hh:
    first crack at the classes for Pio and Dma devices
dev/platform.hh:
    We are going to a system pointer to get info about the memory system
mem/bus.hh:
    changed sendresult -> bool,tick,void as appropriate
mem/port.hh:
    changed sendresult -> bool,tick,void as appropriate;
    removed the sendTiming(pkt,t) call since it is not really
    implementable in a generic fashion
mem/request.hh:
    pulled items from Request into CpuRequest

--HG--
extra : convert_revision : 6213cf2b66417fa023b80884d9e623e78f5aa891
2006-01-31 14:20:39 -05:00
..
bus.hh changed sendresult -> bool,tick,void as appropriate 2006-01-31 14:20:39 -05:00
mem_object.hh Inital split up of the header files for the new memory system. Still need to fill in some of the include files, and other data types. But this will be the starting point. 2006-01-31 12:12:49 -05:00
packet.hh Inital split up of the header files for the new memory system. Still need to fill in some of the include files, and other data types. But this will be the starting point. 2006-01-31 12:12:49 -05:00
page_table.cc Add PageTable code and SConscript fixes for new syscall emulation 2006-01-29 17:28:04 -05:00
page_table.hh Add PageTable code and SConscript fixes for new syscall emulation 2006-01-29 17:28:04 -05:00
port.hh changed sendresult -> bool,tick,void as appropriate 2006-01-31 14:20:39 -05:00
request.hh changed sendresult -> bool,tick,void as appropriate 2006-01-31 14:20:39 -05:00