gem5/src/dev/pci
Andreas Sandberg 139c97c977 dev: Move existing PCI device functionality to src/dev/pci
Move pcidev.(hh|cc) to src/dev/pci/device.(hh|cc) and update existing
devices to use the new header location. This also renames the PCIDEV
debug flag to have a capitalization that is consistent with the PCI
host and other devices.

--HG--
rename : src/dev/Pci.py => src/dev/pci/PciDevice.py
rename : src/dev/pcidev.cc => src/dev/pci/device.cc
rename : src/dev/pcidev.hh => src/dev/pci/device.hh
rename : src/dev/pcireg.h => src/dev/pci/pcireg.h
2015-12-10 10:35:15 +00:00
..
device.cc dev: Move existing PCI device functionality to src/dev/pci 2015-12-10 10:35:15 +00:00
device.hh dev: Move existing PCI device functionality to src/dev/pci 2015-12-10 10:35:15 +00:00
host.cc dev: Move existing PCI device functionality to src/dev/pci 2015-12-10 10:35:15 +00:00
host.hh dev: Rewrite PCI host functionality 2015-12-05 00:11:24 +00:00
PciDevice.py dev: Move existing PCI device functionality to src/dev/pci 2015-12-10 10:35:15 +00:00
PciHost.py dev: Rewrite PCI host functionality 2015-12-05 00:11:24 +00:00
pcireg.h dev: Move existing PCI device functionality to src/dev/pci 2015-12-10 10:35:15 +00:00
SConscript dev: Move existing PCI device functionality to src/dev/pci 2015-12-10 10:35:15 +00:00
types.hh dev: Rewrite PCI host functionality 2015-12-05 00:11:24 +00:00