summaryrefslogtreecommitdiff
path: root/drivers/ide
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2003-03-26 18:02:53 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-03-26 18:02:53 -0800
commit53efd89f2dfeeadfaec70cccc57f2591d26b5c0e (patch)
tree2f02311934b4ce701fd5b7d83579408924713efe /drivers/ide
parent776f5b8a3fcdeb74c878e3e7704e820c914f036f (diff)
[PATCH] Remove obsolete IDE timing hack
Vojtech Pavlik The ide fixes for the VIA8235 obsolete this hack
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/ide-timing.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/ide/ide-timing.h b/drivers/ide/ide-timing.h
index cb42f1180b86..c1196ce15b4d 100644
--- a/drivers/ide/ide-timing.h
+++ b/drivers/ide/ide-timing.h
@@ -245,14 +245,6 @@ static int ide_timing_compute(ide_drive_t *drive, short speed, struct ide_timing
}
/*
- * 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.
*/