bus: clean up default responder code.
authorSteve Reinhardt <steve.reinhardt@amd.com>
Tue, 17 Aug 2010 12:06:21 +0000 (05:06 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Tue, 17 Aug 2010 12:06:21 +0000 (05:06 -0700)
commit0685ae7a2dbceaa2b9b264a57c9d5f82868e777e
treef640375810c28123381d9f3709793b4db90fcec6
parentc4ba6967a522df3b51a50017d8a5f2c47c382f57
bus: clean up default responder code.
Clean up some minor things left over from the default responder
change in rev 9af6fb59752f.  Mostly renaming the 'responder_set'
param to 'use_default_range' to actually reflect what it does...
old name wasn't that descriptive in the first place, but now
it really doesn't make sense at all.

Also got rid of the bogus obsolete assignment to 'bus.responder'
which used to be a parameter but now is interpreted as an
implicit child assignment, and which was giving me problems in
the config restructuring to come.  (A good argument for not
allowing implicit child assignments, IMO, but that's water under
the bridge, I'm afraid.)

Also moved the Bus constructor to the .cc file since that's
where it should have been all along.
src/dev/alpha/Tsunami.py
src/dev/x86/Pc.py
src/mem/Bus.py
src/mem/bus.cc
src/mem/bus.hh