Bus: Have the I/O devices that return address ranges print them out.
Review Request #258 - Created Oct. 2, 2010 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| Reviewers | |
| Default | |
Bus: Have the I/O devices that return address ranges print them out. This way we actually get device names associated with the devices.
Posted (Oct. 9, 2010, 6:41 a.m.)
-
src/dev/io_device.cc (Diff revision 1) -
You should probably wrap this in if (DTRACE(BusAddrRanges)) to avoid looping of the address range list and not doing anything with it.
Posted (Oct. 10, 2010, 1:05 p.m.)
-
src/dev/io_device.cc (Diff revision 1) -
That would just be uglier. This isn't a performance sensitive piece of code.
