index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dev
/
sinic.cc
Age
Commit message (
Expand
)
Author
2006-02-24
Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr...
Gabe Black
2006-02-21
Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...
Gabe Black
2006-02-20
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
Gabe Black
2006-02-20
Finished the implementing the change of the ISA from a class to a namespace
Gabe Black
2006-02-20
Get rid of the code that delays PIO write accesses
Nathan Binkert
2006-02-19
Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...
Gabe Black
2006-02-16
Changed the fault enum into a class, and fixed everything up to work with it....
Gabe Black
2005-11-28
Virtualized SINIC fixes
Nathan Binkert
2005-11-25
Virtualize sinic
Nathan Binkert
2005-11-22
add the cpu number of the request to various panic and trace
Nathan Binkert
2005-11-21
add support for delaying pio writes until the cache access occurs
Nathan Binkert
2005-11-21
have sinic use the new readBar/writeBar stuff that's in the
Nathan Binkert
2005-11-20
io_bus is split out into pio_bus and dma_bus so that any device
Nathan Binkert
2005-10-21
Major changes to sinic device model. Rearrage read/write, better
Nathan Binkert
2005-10-21
missed another pio interface name
Nathan Binkert
2005-10-21
better naming for pio interfaces
Nathan Binkert
2005-10-21
It's not necessary for a device to call recvDone, that
Nathan Binkert
2005-10-18
Shuffle around device names to make things easier to read.
Nathan Binkert
2005-08-15
Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5
Benjamin Nash
2005-08-15
Changes for getting FreeBSD to run.
Miguel Serrano
2005-08-12
Improve FreeBSD networking support.
Benjamin Nash
2005-06-05
Many files:
Steve Reinhardt
2005-06-04
shuffle files around for new directory structure
Nathan Binkert
2005-06-01
Standardize clock parameter names to 'clock'.
Steve Reinhardt
2005-05-02
Make sinic work with mpy
Nathan Binkert
2005-04-29
Add suport for no allocation of cache block on a dma read passing through a c...
Ron Dreslinski
2005-04-11
Make the notion of a global event tick independent of the actual
Nathan Binkert
2005-03-29
expose variables for number of global events per simulated second,
Nathan Binkert
2005-01-19
added total bytes/bandwidth/packets formulas to nics
Ali Saidi
2004-11-18
always initalize the size of a packet (forgotten on checkpoints
Nathan Binkert
2004-11-17
fix sinic unserialization
Nathan Binkert
2004-11-13
Get rid of obsolete sim/sim_stats.* files (looks like these
Steve Reinhardt
2004-11-13
Add the Simple Integrated Network Interface Controller
Nathan Binkert