summaryrefslogtreecommitdiff
path: root/dev/sinic.cc
AgeCommit message (Expand)Author
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-20Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-20Finished the implementing the change of the ISA from a class to a namespaceGabe Black
2006-02-20Get rid of the code that delays PIO write accessesNathan Binkert
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2005-11-28Virtualized SINIC fixesNathan Binkert
2005-11-25Virtualize sinicNathan Binkert
2005-11-22add the cpu number of the request to various panic and traceNathan Binkert
2005-11-21add support for delaying pio writes until the cache access occursNathan Binkert
2005-11-21have sinic use the new readBar/writeBar stuff that's in theNathan Binkert
2005-11-20io_bus is split out into pio_bus and dma_bus so that any deviceNathan Binkert
2005-10-21Major changes to sinic device model. Rearrage read/write, betterNathan Binkert
2005-10-21missed another pio interface nameNathan Binkert
2005-10-21better naming for pio interfacesNathan Binkert
2005-10-21It's not necessary for a device to call recvDone, thatNathan Binkert
2005-10-18Shuffle around device names to make things easier to read.Nathan Binkert
2005-08-15Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5Benjamin Nash
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-08-12Improve FreeBSD networking support.Benjamin Nash
2005-06-05Many files:Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-01Standardize clock parameter names to 'clock'.Steve Reinhardt
2005-05-02Make sinic work with mpyNathan Binkert
2005-04-29Add suport for no allocation of cache block on a dma read passing through a c...Ron Dreslinski
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-03-29expose variables for number of global events per simulated second,Nathan Binkert
2005-01-19added total bytes/bandwidth/packets formulas to nicsAli Saidi
2004-11-18always initalize the size of a packet (forgotten on checkpointsNathan Binkert
2004-11-17fix sinic unserializationNathan Binkert
2004-11-13Get rid of obsolete sim/sim_stats.* files (looks like theseSteve Reinhardt
2004-11-13Add the Simple Integrated Network Interface ControllerNathan Binkert