diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-03-26 18:02:53 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-03-26 18:02:53 -0800 |
| commit | 53efd89f2dfeeadfaec70cccc57f2591d26b5c0e (patch) | |
| tree | 2f02311934b4ce701fd5b7d83579408924713efe /drivers/ide | |
| parent | 776f5b8a3fcdeb74c878e3e7704e820c914f036f (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.h | 8 |
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. */ |
