diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-27 09:38:29 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-27 09:38:29 -0400 |
commit | 207daeaabb5396995ebac63415fab71476b64ca3 (patch) | |
tree | c3e245104e64feaebf7434772fc49be0c1292f7d /Documentation/ide/ide.txt | |
parent | e160124ff6868e53511b16412d2ea91f87936be0 (diff) |
ide: remove obsoleted "hdx=autotune" kernel parameter
* Remove obsoleted "hdx=autotune" kernel parameter
(we always auto-tune PIO if possible nowadays).
* Remove no longer needed ide_drive_t.autotune flag.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation/ide/ide.txt')
-rw-r--r-- | Documentation/ide/ide.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/ide/ide.txt b/Documentation/ide/ide.txt index eb4d3b7a6214..601e79ecef03 100644 --- a/Documentation/ide/ide.txt +++ b/Documentation/ide/ide.txt | |||
@@ -196,13 +196,6 @@ Summary of ide driver parameters for kernel command line | |||
196 | 196 | ||
197 | "hdx=cyl,head,sect" : disk drive is present, with specified geometry | 197 | "hdx=cyl,head,sect" : disk drive is present, with specified geometry |
198 | 198 | ||
199 | "hdx=autotune" : driver will attempt to tune interface speed | ||
200 | to the fastest PIO mode supported, | ||
201 | if possible for this drive only. | ||
202 | Not fully supported by all chipset types, | ||
203 | and quite likely to cause trouble with | ||
204 | older/odd IDE drives. | ||
205 | |||
206 | "hdx=nodma" : disallow DMA | 199 | "hdx=nodma" : disallow DMA |
207 | 200 | ||
208 | "ide=doubler" : probe/support IDE doublers on Amiga | 201 | "ide=doubler" : probe/support IDE doublers on Amiga |