patch-pre2.0.3 linux/drivers/scsi/ultrastor.c
Next file: linux/drivers/scsi/ultrastor.h
Previous file: linux/drivers/net/slip.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon May 13 09:01:23 1996
- Orig file:
pre2.0.2/linux/drivers/scsi/ultrastor.c
- Orig date:
Mon Mar 4 09:16:40 1996
diff -u --recursive --new-file pre2.0.2/linux/drivers/scsi/ultrastor.c linux/drivers/scsi/ultrastor.c
@@ -951,7 +951,7 @@
return SCSI_ABORT_SUCCESS;
}
-int ultrastor_reset(Scsi_Cmnd * SCpnt)
+int ultrastor_reset(Scsi_Cmnd * SCpnt, unsigned int reset_flags)
{
int flags;
register int i;
@@ -1044,7 +1044,7 @@
printk("Ux4F interrupt: bad MSCP address %x\n", (unsigned int) mscp);
/* A command has been lost. Reset and report an error
for all commands. */
- ultrastor_reset(NULL);
+ ultrastor_reset(NULL, 0);
return;
}
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this