Searched hist:9805 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/x86/
H A Di82094aa.cc9805:a4339e26b429 Thu Jul 11 22:56:00 EDT 2013 Steve Reinhardt <stever@gmail.com> devices: make more classes derive from BasicPioDevice
A couple of devices that have single fixed memory mapped regions
were not derived from BasicPioDevice, when that's exactly
the functionality that BasicPioDevice provides. This patch
gets rid of a little bit of redundant code by making those
devices actually do so.

Also fixed the weird case of X86ISA::Interrupts, where
the class already did derive from BasicPioDevice but
didn't actually use all the features it could have.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Di82094aa.hh9805:a4339e26b429 Thu Jul 11 22:56:00 EDT 2013 Steve Reinhardt <stever@gmail.com> devices: make more classes derive from BasicPioDevice
A couple of devices that have single fixed memory mapped regions
were not derived from BasicPioDevice, when that's exactly
the functionality that BasicPioDevice provides. This patch
gets rid of a little bit of redundant code by making those
devices actually do so.

Also fixed the weird case of X86ISA::Interrupts, where
the class already did derive from BasicPioDevice but
didn't actually use all the features it could have.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
/gem5/src/arch/x86/
H A Dinterrupts.cc9805:a4339e26b429 Thu Jul 11 22:56:00 EDT 2013 Steve Reinhardt <stever@gmail.com> devices: make more classes derive from BasicPioDevice
A couple of devices that have single fixed memory mapped regions
were not derived from BasicPioDevice, when that's exactly
the functionality that BasicPioDevice provides. This patch
gets rid of a little bit of redundant code by making those
devices actually do so.

Also fixed the weird case of X86ISA::Interrupts, where
the class already did derive from BasicPioDevice but
didn't actually use all the features it could have.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
H A Dinterrupts.hh9805:a4339e26b429 Thu Jul 11 22:56:00 EDT 2013 Steve Reinhardt <stever@gmail.com> devices: make more classes derive from BasicPioDevice
A couple of devices that have single fixed memory mapped regions
were not derived from BasicPioDevice, when that's exactly
the functionality that BasicPioDevice provides. This patch
gets rid of a little bit of redundant code by making those
devices actually do so.

Also fixed the weird case of X86ISA::Interrupts, where
the class already did derive from BasicPioDevice but
didn't actually use all the features it could have.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>

Completed in 46 milliseconds