Index: dc390.h =================================================================== RCS file: /usr/local/cvsroot/dc390/dc390.h,v retrieving revision 2.38 retrieving revision 2.39 diff -u -r2.38 -r2.39 --- dc390.h 1999/07/18 14:59:03 2.38 +++ dc390.h 1999/07/18 23:48:44 2.39 @@ -4,7 +4,7 @@ * Description: Device Driver for Tekram DC-390(T) PCI SCSI * * Bus Master Host Adapter * ***********************************************************************/ -/* $Id: dc390.h,v 2.38 1999/07/18 14:59:03 garloff Exp $ */ +/* $Id: dc390.h,v 2.39 1999/07/18 23:48:44 garloff Exp $ */ /* * DC390/AMD 53C974 driver, header file @@ -19,7 +19,7 @@ #endif #define DC390_BANNER "Tekram DC390/AM53C974" -#define DC390_VERSION "2.0d19 1999/07/18" +#define DC390_VERSION "2.0d20 1999/07/19" #if defined(HOSTS_C) || defined(MODULE) Index: scsiiom.c =================================================================== RCS file: /usr/local/cvsroot/dc390/scsiiom.c,v retrieving revision 2.48 retrieving revision 2.49 diff -u -r2.48 -r2.49 --- scsiiom.c 1999/07/18 12:00:41 2.48 +++ scsiiom.c 1999/07/18 23:48:44 2.49 @@ -4,7 +4,7 @@ * Description: Device Driver for Tekram DC-390 (T) PCI SCSI * * Bus Master Host Adapter * ***********************************************************************/ -/* $Id: scsiiom.c,v 2.48 1999/07/18 12:00:41 garloff Exp $ */ +/* $Id: scsiiom.c,v 2.49 1999/07/18 23:48:44 garloff Exp $ */ static void __inline__ dc390_freetag (PDCB pDCB, PSRB pSRB) @@ -1691,7 +1691,7 @@ pACB->ACBFlag |= RESET_DETECT; dc390_ResetDevParam( pACB ); -/* dc390_DoingSRB_Done( pACB ); ???? */ + dc390_DoingSRB_Done( pACB ); dc390_RecoverSRB( pACB ); pACB->pActiveDCB = NULL; pACB->ACBFlag = 0; Index: tmscsim.c =================================================================== RCS file: /usr/local/cvsroot/dc390/tmscsim.c,v retrieving revision 2.52 retrieving revision 2.53 diff -u -r2.52 -r2.53 --- tmscsim.c 1999/07/18 14:59:03 2.52 +++ tmscsim.c 1999/07/18 23:48:44 2.53 @@ -7,7 +7,7 @@ ***********************************************************************/ /* (C) Copyright: put under GNU GPL in 10/96 (see README.tmscsim) * *************************************************************************/ -/* $Id: tmscsim.c,v 2.52 1999/07/18 14:59:03 garloff Exp $ */ +/* $Id: tmscsim.c,v 2.53 1999/07/18 23:48:44 garloff Exp $ */ /* Enhancements and bugfixes by * * Kurt Garloff * ***********************************************************************/ @@ -131,6 +131,7 @@ * there are queued cmnds * * 2.0d1899/07/18 KG Selection timeout: Don't requeue * * 2.0d1999/07/18 KG Abort: Only call scsi_done if dequeued * + * 2.0d2099/07/19 KG Rst_Detect: DoingSRB_Done * ***********************************************************************/ /* Uncomment SA_INTERRUPT, if the driver refuses to share its IRQ with other devices */