patch-2.3.23 linux/drivers/block/icside.c
Next file: linux/drivers/block/ide-cd.c
Previous file: linux/drivers/block/hpt366.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Oct 21 13:38:12 1999
- Orig file:
v2.3.22/linux/drivers/block/icside.c
- Orig date:
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.22/linux/drivers/block/icside.c linux/drivers/block/icside.c
@@ -288,7 +288,6 @@
static int
icside_config_drive(ide_drive_t *drive, int mode)
{
- ide_hwif_t *hwif = HWIF(drive);
int speed, err;
if (mode == 2) {
@@ -382,7 +381,8 @@
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);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)