dev: consistently end device classes in 'Device'
authorSteve Reinhardt <stever@gmail.com>
Fri, 12 Jul 2013 02:56:50 +0000 (21:56 -0500)
committerSteve Reinhardt <stever@gmail.com>
Fri, 12 Jul 2013 02:56:50 +0000 (21:56 -0500)
commit502ad1e6757116867e0e0529c0c080320a2b440b
tree7f2f79fd913a23a4cfc6bdb9a3147551e6624c00
parent2737650a69f0c56d325c2d9cfd45eef099fbd581
dev: consistently end device classes in 'Device'

PciDev and IntDev stuck out as the only device classes that
ended in 'Dev' rather than 'Device'.  This patch takes care
of that inconsistency.

Note that you may need to delete pre-existing files matching
build/*/python/m5/internal/param_* as scons does not pick up
indirect dependencies on imported python modules when generating
params, and the PciDev -> PciDevice rename takes place in a
file (dev/Device.py) that gets imported quite a bit.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
21 files changed:
src/arch/x86/interrupts.cc
src/arch/x86/interrupts.hh
src/dev/Pci.py
src/dev/copy_engine.cc
src/dev/copy_engine.hh
src/dev/etherdevice.hh
src/dev/i8254xGBe.cc
src/dev/ide_ctrl.cc
src/dev/ide_ctrl.hh
src/dev/ns_gige.cc
src/dev/pciconfigall.hh
src/dev/pcidev.cc
src/dev/pcidev.hh
src/dev/sinic.cc
src/dev/x86/SConscript
src/dev/x86/i82094aa.cc
src/dev/x86/i82094aa.hh
src/dev/x86/i8259.cc
src/dev/x86/i8259.hh
src/dev/x86/intdev.cc
src/dev/x86/intdev.hh