summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Expand)Author
2007-02-13Make mulitple consoles work and be distinguishable from each otherAli Saidi
2007-02-07Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemSteve Reinhardt
2007-02-07Make memory commands dense again to avoid cache stat table explosion.Steve Reinhardt
2007-02-06more fp fixesAli Saidi
2007-01-30Make SPARC checkpointing workAli Saidi
2007-01-29timegm() is a gnuism... replace with the code from the timegm() man pageAli Saidi
2007-01-28Stick the conversion of python to unix time with all ofNathan Binkert
2007-01-26Merge zizzer:/bk/newmemAli Saidi
2007-01-26Merge zeep.pool:/z/saidi/work/m5.newmemAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2007-01-25Instead of passing an int to represent time between python and C++Nathan Binkert
2007-01-21add dumb time of day deviceAli Saidi
2007-01-09add memory mapped disk deviceAli Saidi
2007-01-03Add 'Time' as a parameter type that can accept variousNathan Binkert
2006-12-24Make sure that all of the bits in the result are setNathan Binkert
2006-12-15little fixes i noticed while searching for reason for address range issues (b...Lisa Hsu
2006-12-12Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)Ali Saidi
2006-12-04More changes to get SPARC fs closer. Now at 1.2M cycles before differenceAli Saidi
2006-11-30Load the hypervisor symbols twice, once with an address mask so that we can g...Ali Saidi
2006-11-14Create a stub t1000 platform.Gabe Black
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-08Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-07Remove hack by setting configuration better.Kevin Lim
2006-11-07Removed unnecessary arch/alpha/ev5.hh includeGabe Black
2006-11-06Get rid of pcifake.cc and tsunami_fake.cc to go with the merged default devices.Gabe Black
2006-11-06Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-06Moved the tsunami devices into the dev/alpha directory. Other devices "generi...Gabe Black
2006-11-06Got rid of stray alpha includeGabe Black
2006-11-06Created seperate SConscript for the dev directory. Made subdirectories for Al...Gabe Black
2006-11-06delete pcifake, tsunamifake. Combine BadAddr/IsaFake into oneAli Saidi
2006-11-02Implement device that will return BadAddress.Kevin Lim
2006-10-31Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-31Ports now have a pointer to the MemObject that owns it (can be NULL).Kevin Lim
2006-10-27add packet_access.hhAli Saidi
2006-10-24Merge zizzer:/bk/newmemAli Saidi
2006-10-21Missing caseNathan Binkert
2006-10-20Merge zizzer:/bk/newmemAli Saidi
2006-10-20still working on getting past initializationAli Saidi
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-10-13Fix for DMA's in FS caches.Ron Dreslinski
2006-10-08post checkpoint restoration the bus ranges need to be re-initialized for ALL ...Lisa Hsu
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-18add boiler plate intel nic codeAli Saidi
2006-08-30Move more common functionality into SimpleTimingPort,Steve Reinhardt
2006-08-30Minor include file & formatting cleanup.Steve Reinhardt
2006-08-28Clean up BAR setting code.Steve Reinhardt
2006-08-28Get rid of unneeded union.Steve Reinhardt
2006-08-28Get rid of unused BARAddrs[] in PciConfigData object.Steve Reinhardt
2006-08-28Cleanup: formatting, comments, DPRINTFs.Steve Reinhardt