devices: make more classes derive from BasicPioDevice
authorSteve Reinhardt <stever@gmail.com>
Fri, 12 Jul 2013 02:56:24 +0000 (21:56 -0500)
committerSteve Reinhardt <stever@gmail.com>
Fri, 12 Jul 2013 02:56:24 +0000 (21:56 -0500)
commitb0b1c0205c438d382aaec54ee4b79b92e1a5e285
treef490b704b90dfaba13254565a8d59770b9cddbed
parent8e54c93222cd69dd4c388adc37cded7b7eebef76
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>
src/arch/x86/interrupts.cc
src/arch/x86/interrupts.hh
src/dev/Pci.py
src/dev/pciconfigall.cc
src/dev/pciconfigall.hh
src/dev/x86/i82094aa.cc
src/dev/x86/i82094aa.hh