patch-2.0.35 linux/drivers/scsi/wd7000.c
Next file: linux/drivers/scsi/wd7000.h
Previous file: linux/drivers/scsi/t128.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jul 13 13:47:34 1998
- Orig file:
v2.0.34/linux/drivers/scsi/wd7000.c
- Orig date:
Mon Jul 13 13:46:36 1998
diff -u --recursive --new-file v2.0.34/linux/drivers/scsi/wd7000.c linux/drivers/scsi/wd7000.c
@@ -508,7 +508,7 @@
typedef struct icbUnsMask { /* I'm totally guessing here */
unchar op;
volatile unchar mask[14]; /* mask bits */
-#ifdef 0
+#if 0
unchar rsvd[12]; /* reserved */
#endif
volatile unchar vue; /* vendor-unique error code */
@@ -1686,7 +1686,7 @@
/*
* I also have no idea how to do a reset...
*/
-int wd7000_reset (Scsi_Cmnd *SCpnt)
+int wd7000_reset (Scsi_Cmnd *SCpnt, unsigned int flags)
{
return (SCSI_RESET_PUNT);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov