patch-pre2.0.8 linux/drivers/scsi/seagate.c

Next file: linux/drivers/scsi/seagate.h
Previous file: linux/drivers/pci/pci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.7/linux/drivers/scsi/seagate.c linux/drivers/scsi/seagate.c
@@ -924,7 +924,7 @@
 			if (STATUS & STAT_BSY) {
 				printk("scsi%d : BST asserted after we've been aborted.\n",
 					hostno);
-				seagate_st0x_reset(NULL);
+				seagate_st0x_reset(NULL, 0);
 				return retcode(DID_RESET);
 			}
 			return retcode(st0x_aborted);
@@ -1597,7 +1597,7 @@
 	the seagate_st0x_reset function resets the SCSI bus
 */
 	
-int seagate_st0x_reset (Scsi_Cmnd * SCpnt)
+int seagate_st0x_reset (Scsi_Cmnd * SCpnt, unsigned int reset_flags)
 	{
 	unsigned clock;
 	/*

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