diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:39 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:39 -0400 |
commit | 3e153cfb5e38ae237ff27a10a833946ac95db8a4 (patch) | |
tree | fabfc3156aa53138f542eb6eee6599c043dffa8e /drivers/ide | |
parent | c9d6c1a2379373219bb3271bdcbdc0ab2edf349d (diff) |
ide: remove no longer used ide_pio_timings[]
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/ide-lib.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/ide/ide-lib.c b/drivers/ide/ide-lib.c index efa5bfa64d01..3e12f229bd5f 100644 --- a/drivers/ide/ide-lib.c +++ b/drivers/ide/ide-lib.c | |||
@@ -76,23 +76,6 @@ static u8 ide_rate_filter(ide_drive_t *drive, u8 speed) | |||
76 | } | 76 | } |
77 | 77 | ||
78 | /* | 78 | /* |
79 | * Standard (generic) timings for PIO modes, from ATA2 specification. | ||
80 | * These timings are for access to the IDE data port register *only*. | ||
81 | * Some drives may specify a mode, while also specifying a different | ||
82 | * value for cycle_time (from drive identification data). | ||
83 | */ | ||
84 | const ide_pio_timings_t ide_pio_timings[6] = { | ||
85 | { 70, 165, 600 }, /* PIO Mode 0 */ | ||
86 | { 50, 125, 383 }, /* PIO Mode 1 */ | ||
87 | { 30, 100, 240 }, /* PIO Mode 2 */ | ||
88 | { 30, 80, 180 }, /* PIO Mode 3 with IORDY */ | ||
89 | { 25, 70, 120 }, /* PIO Mode 4 with IORDY */ | ||
90 | { 20, 50, 100 } /* PIO Mode 5 with IORDY (nonstandard) */ | ||
91 | }; | ||
92 | |||
93 | EXPORT_SYMBOL_GPL(ide_pio_timings); | ||
94 | |||
95 | /* | ||
96 | * Shared data/functions for determining best PIO mode for an IDE drive. | 79 | * Shared data/functions for determining best PIO mode for an IDE drive. |
97 | * Most of this stuff originally lived in cmd640.c, and changes to the | 80 | * Most of this stuff originally lived in cmd640.c, and changes to the |
98 | * ide_pio_blacklist[] table should be made with EXTREME CAUTION to avoid | 81 | * ide_pio_blacklist[] table should be made with EXTREME CAUTION to avoid |