Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson | |
This patch simplifies the address-range determination mechanism and also unifies the naming across ports and devices. It further splits the queries for determining if a port is snooping and what address ranges it responds to (aiming towards a separation of cache-maintenance ports and pure memory-mapped ports). Default behaviours are such that most ports do not have to define isSnooping, and master ports need not implement getAddrRanges. | |||
2009-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert | |
2009-02-26 | CPA: Add annotations to IGbE and CopyEngine device models. | Ali Saidi | |
2009-01-25 | Devices: Make the destructor virtual on the CopyEnginChannel object. | Gabe Black | |
This fixes a compile warning which becomes an error. | |||
2009-01-17 | CopyEngine: Implement a I/OAT-like copy engine. | Ali Saidi | |