bridge.hh (4454:8125c4b9e306) bridge.hh (4475:fb185cc1c845)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 168 unchanged lines hidden (view full) ---

177
178 /** When receiving a status changefrom the peer port,
179 pass it to the bridge. */
180 virtual void recvStatusChange(Status status);
181
182 /** When receiving a address range request the peer port,
183 pass it to the bridge. */
184 virtual void getDeviceAddressRanges(AddrRangeList &resp,
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 168 unchanged lines hidden (view full) ---

177
178 /** When receiving a status changefrom the peer port,
179 pass it to the bridge. */
180 virtual void recvStatusChange(Status status);
181
182 /** When receiving a address range request the peer port,
183 pass it to the bridge. */
184 virtual void getDeviceAddressRanges(AddrRangeList &resp,
185 AddrRangeList &snoop);
185 bool &snoop);
186 };
187
188 BridgePort portA, portB;
189
190 /** If this bridge should acknowledge writes. */
191 bool ackWrites;
192
193 public:

--- 29 unchanged lines hidden ---
186 };
187
188 BridgePort portA, portB;
189
190 /** If this bridge should acknowledge writes. */
191 bool ackWrites;
192
193 public:

--- 29 unchanged lines hidden ---