changed sendresult -> bool,tick,void as appropriate
authorAli Saidi <saidi@eecs.umich.edu>
Tue, 31 Jan 2006 19:20:39 +0000 (14:20 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Tue, 31 Jan 2006 19:20:39 +0000 (14:20 -0500)
commit4875b3346709d72e0be99fb6ccede65550b91f94
treebd71ec62c7a5a74e40ca226a2ac5b4f26c71f81d
parenta1033448ead67ea2819d67609c0390aefc865b0f
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
dev/io_device.cc
dev/io_device.hh
dev/platform.hh
mem/bus.hh
mem/port.hh
mem/request.hh