patch-2.4.14 linux/drivers/scsi/sun3_NCR5380.c
Next file: linux/drivers/scsi/sun3_scsi.c
Previous file: linux/drivers/scsi/st.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Thu Oct 25 13:53:51 2001
- Orig file:
v2.4.13/linux/drivers/scsi/sun3_NCR5380.c
- Orig date:
Fri Dec 29 14:07:22 2000
diff -u --recursive --new-file v2.4.13/linux/drivers/scsi/sun3_NCR5380.c linux/drivers/scsi/sun3_NCR5380.c
@@ -647,10 +647,10 @@
static volatile int main_running = 0;
static struct tq_struct NCR5380_tqueue = {
- NULL, /* next */
- 0, /* sync */
- (void (*)(void*))NCR5380_main, /* routine, must have (void *) arg... */
- NULL /* data */
+// NULL, /* next */
+ sync: 0, /* sync */
+ routine: (void (*)(void*))NCR5380_main, /* routine, must have (void *) arg... */
+ data: NULL /* data */
};
static __inline__ void queue_main(void)
@@ -1217,7 +1217,7 @@
HOSTNO, NCR5380_read(BUS_AND_STATUS_REG),
NCR5380_read(STATUS_REG));
- if((sun3scsi_dma_finish())) {
+ if((sun3scsi_dma_finish(hostdata->connected->request.cmd))) {
printk("scsi%d: overrun in UDC counter -- not prepared to deal with this!\n", HOSTNO);
printk("please e-mail sammy@oh.verio.com with a description of how this\n");
printk("error was produced.\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)