92,93c92,94
< if (pkt->memInhibitAsserted())
< panic("DMASequencer should never see an inhibited request\n");
---
> if (pkt->cacheResponding())
> panic("DMASequencer should never see a request with the "
> "cacheResponding flag set\n");