devices: make more classes derive from BasicPioDevice
Review Request #1780 - Created March 21, 2013 and submitted
| Information | |
|---|---|
| Steve Reinhardt | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9594:3389e262b2fd --------------------------- 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.
Issue Summary
2
1
0
1
| Description | From | Last Updated | Status |
|---|---|---|---|
| I'd always vote for putting this in the initializer list, but I leave it up to you | Andreas Hansson | March 24, 2013, 3:21 a.m. | Open |
Ship It!
Some very minor things, for the rest go ahead.
-
src/dev/Pci.py (Diff revision 1) -
Why not leave it out at this point?
-
src/dev/x86/i82094aa.cc (Diff revision 1) -
I'd always vote for putting this in the initializer list, but I leave it up to you
