35d34
< #include "base/chunk_generator.hh"
38d36
< #include "sim/eventq.hh"
41a40
> class Event;
52,53c51,52
< * with which it returns the address ranges it is interested in. */
<
---
> * with which it returns the address ranges it is interested in.
> */
76c75,76
< virtual void getDeviceAddressRanges(AddrRangeList &resp, AddrRangeList &snoop);
---
> virtual void getDeviceAddressRanges(AddrRangeList &resp,
> AddrRangeList &snoop);
135c135,136
< virtual void getDeviceAddressRanges(AddrRangeList &resp, AddrRangeList &snoop)
---
> virtual void getDeviceAddressRanges(AddrRangeList &resp,
> AddrRangeList &snoop)
158d158
<
175,176c175,177
< /** As far as the devices are concerned they only accept atomic transactions
< * which are converted to either a write or a read. */
---
> /** As far as the devices are concerned they only accept atomic
> * transactions which are converted to either a write or a
> * read. */
180,181c181,182
< /** Pure virtual function that the device must implement. Called when a read
< * command is recieved by the port.
---
> /** Pure virtual function that the device must implement. Called
> * when a read command is recieved by the port.
195,198c196,198
< /** Params struct which is extended through each device based on the
< * parameters it needs. Since we are re-writing everything, we might as well
< * start from the bottom this time. */
<
---
> /** Params struct which is extended through each device based on
> * the parameters it needs. Since we are re-writing everything, we
> * might as well start from the bottom this time. */
258c258,259
< : PioDevice(p), pioAddr(p->pio_addr), pioSize(0), pioDelay(p->pio_delay)
---
> : PioDevice(p), pioAddr(p->pio_addr), pioSize(0),
> pioDelay(p->pio_delay)