patch-2.3.23 linux/drivers/block/trm290.c
Next file: linux/drivers/block/via82c586.c
Previous file: linux/drivers/block/sl82c105.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Mon Oct 18 11:14:22 1999
-  Orig file: 
v2.3.22/linux/drivers/block/trm290.c
-  Orig date: 
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.22/linux/drivers/block/trm290.c linux/drivers/block/trm290.c
@@ -192,7 +192,8 @@
 			outw((count * 2) - 1, hwif->dma_base+2); /* start DMA */
 			if (drive->media != ide_disk)
 				return 0;
-			ide_set_handler(drive, &ide_dma_intr, WAIT_CMD);
+			drive->timeout = WAIT_CMD;
+			ide_set_handler(drive, &ide_dma_intr);
 			OUT_BYTE(reading ? WIN_READDMA : WIN_WRITEDMA, IDE_COMMAND_REG);
 			return 0;
 		case ide_dma_begin:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)