File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -896,7 +896,7 @@ void Crorc::stopTrigger(const DiuConfig& diuConfig)
896896 try {
897897 rorcStopTrigger ();
898898 } catch (const Exception& e) {
899- std::cout << " Stop Trigger timed out " << std::endl;
899+ std::cout << " STOP TRIGGER DDL TIME-OUT " << std::endl;
900900 }
901901}
902902
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ void CrorcDmaChannel::startPendingDma(SuperpageQueueEntry& entry)
147147
148148 // Clearing SIU/DIU status.
149149 getCrorc ().assertLinkUp ();
150- getCrorc ().siuCommand (Ddl::RandCIFST);
151- getCrorc ().diuCommand (Ddl::RandCIFST);
150+ // getCrorc().siuCommand(Ddl::RandCIFST);
151+ // getCrorc().diuCommand(Ddl::RandCIFST);
152152
153153 // RDYRX command to FEE
154154 getCrorc ().startTrigger (mDiuConfig );
You can’t perform that action at this time.
0 commit comments