- Fixed putpos bug in ecbdriv.c

- Improved handling of conflicting drive commands in ecbdriv.c
- Better status codes after drive command
- Better error handling in anticollider


SKIPPED:
	psi/ecbdriv.c
	psi/makefile_linux
	psi/tecs/makefile_linux
This commit is contained in:
cvs
2003-09-04 07:15:37 +00:00
parent ee81bcc3b7
commit 4aae89fcde
6 changed files with 20 additions and 12 deletions

View File

@ -154,7 +154,8 @@
iRet = self->pDriv->TryAndFixIt(self->pDriv,iErr);
if(iRet == COTERM)
{
SCWrite(pCon,"ERROR: Cannot fix counter problem, aborting",eError);
SCWrite(pCon,"ERROR: Cannot fix counter problem, aborting",
eError);
SCSetInterrupt(pCon,eAbortBatch);
return HWFault;
}