summaryrefslogtreecommitdiff
path: root/src/dev/io_device.cc
AgeCommit message (Expand)Author
2007-05-09update for new reschedule semanticsAli Saidi
2007-05-09add a backoff algorithm when nacks are received by devicesAli Saidi
2006-10-31Ports now have a pointer to the MemObject that owns it (can be NULL).Kevin Lim
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-08-30Move more common functionality into SimpleTimingPort,Steve Reinhardt
2006-08-30Minor include file & formatting cleanup.Steve Reinhardt
2006-07-20Move PioPort timing code into Simple Timing Port objectAli Saidi
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-06Add default responder to busAli Saidi
2006-06-18minor device fixupsAli Saidi
2006-06-08add nacked result and a function to swizzle nacked packet into something that...Ali Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-31Merge zizzer:/bk/newmemAli Saidi
2006-05-31make io device be a little nicer about scheduling retries on the busAli Saidi
2006-05-31Streamline interface to Request object.Steve Reinhardt
2006-05-30Minor further cleanup & commenting of Packet class.Steve Reinhardt
2006-05-30Add a very poor implementation of dealing with retries on timing requests. It...Ali Saidi
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-26Add names to memory Port objects for tracing.Steve Reinhardt
2006-05-23Minor fixes for full-system timing memory.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt