Commit 53efd89f authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] Remove obsolete IDE timing hack

Vojtech Pavlik

The ide fixes for the VIA8235 obsolete this hack
parent 776f5b8a
......@@ -244,14 +244,6 @@ static int ide_timing_compute(ide_drive_t *drive, short speed, struct ide_timing
ide_timing_merge(&p, t, t, IDE_TIMING_CYCLE | IDE_TIMING_CYC8B);
}
/*
* If the drive is an ATAPI device it may need slower address setup timing,
* so we stay on the safe side.
*/
if (drive->media != ide_disk)
p.setup = 120;
/*
* Convert the timing to bus clock counts.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment