diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2015-12-10 10:35:15 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2015-12-10 10:35:15 +0000 |
commit | 139c97c9772be38577eaa52af5d1ef3607da4bcb (patch) | |
tree | ce65908298ab9e146ea43541ebbe57b6277a9ee2 /src/dev/i8254xGBe.hh | |
parent | 2d79bf3d4dfd997d352b8399c4c9f3ff9d05de41 (diff) | |
download | gem5-139c97c9772be38577eaa52af5d1ef3607da4bcb.tar.xz |
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
Diffstat (limited to 'src/dev/i8254xGBe.hh')
-rw-r--r-- | src/dev/i8254xGBe.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/i8254xGBe.hh b/src/dev/i8254xGBe.hh index f46bf51d3..700f49fbf 100644 --- a/src/dev/i8254xGBe.hh +++ b/src/dev/i8254xGBe.hh @@ -46,7 +46,7 @@ #include "dev/etherint.hh" #include "dev/etherpkt.hh" #include "dev/i8254xGBe_defs.hh" -#include "dev/pcidev.hh" +#include "dev/pci/device.hh" #include "dev/pktfifo.hh" #include "params/IGbE.hh" #include "sim/eventq.hh" |