73c73,74
< bool fixPartialWrite;
---
> /** Pass ranges from one side of the bridge to the other? */
> std::vector<Range<Addr> > filterRanges;
159c160,161
< int _req_limit, int _resp_limit, bool fix_partial_write);
---
> int _req_limit, int _resp_limit,
> std::vector<Range<Addr> > filter_ranges);