summaryrefslogtreecommitdiff
path: root/drivers/ide
diff options
context:
space:
mode:
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.
*/