59,60d58
< /* ReadResp */
< { SET3(IsRead, IsResponse, HasData), InvalidCmd, "ReadResp" },
63a62,65
> /* WriteReqNoAck */
> { SET3(IsWrite, IsRequest, HasData), InvalidCmd, "WriteReqNoAck" },
> /* ReadResp */
> { SET3(IsRead, IsResponse, HasData), InvalidCmd, "ReadResp" },
67,70c69
< { SET4(IsWrite, IsRequest, HasData, NeedsResponse),
< WritebackAck, "Writeback" },
< /* WritebackAck */
< { SET2(IsWrite, IsResponse), InvalidCmd, "WritebackAck" },
---
> { SET3(IsWrite, IsRequest, HasData), InvalidCmd, "Writeback" },
196,200c195,200
< // In this case the timing packet only partially satisfies the
< // requset, so we would need more information to make this work.
< // Like bytes valid in the packet or something, so the request could
< // continue and get this bit of possibly newer data along with the
< // older data not written to yet.
---
> // In this case the timing packet only partially satisfies
> // the request, so we would need more information to make
> // this work. Like bytes valid in the packet or
> // something, so the request could continue and get this
> // bit of possibly newer data along with the older data
> // not written to yet.