diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-03-03 11:48:55 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-03-03 11:48:55 -0500 |
commit | b6209a90eca8c9a464bf9c5b91741fb125185619 (patch) | |
tree | 1abca15051b7654571e7286fd9ae5dabf44a0816 /Documentation | |
parent | e76ecf86da99383f59f4c85f594403c5c3c1fe91 (diff) |
ide: remove some obsoleted kernel params (v2)
Remove
* "hdx=serialize"
* "idex=noautotune"
* "idex=autotune"
kernel params, they have been obsoleted for ages.
"idex=serialize", "hdx=noautotune" and "hdx=autotune" are still available
so there is no funcionality loss caused by this patch.
v2:
* fix CONFIG_BLK_DEV_4DRIVES=y build broken by version 1 of the patch
[ /me wearing brown paper bag ]
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ide.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/Documentation/ide.txt b/Documentation/ide.txt index 786c3a766995..82349f5cd3d7 100644 --- a/Documentation/ide.txt +++ b/Documentation/ide.txt | |||
@@ -232,7 +232,9 @@ Summary of ide driver parameters for kernel command line | |||
232 | 232 | ||
233 | "hdx=remap63" : remap the drive: add 63 to all sector numbers | 233 | "hdx=remap63" : remap the drive: add 63 to all sector numbers |
234 | (for DM OnTrack) | 234 | (for DM OnTrack) |
235 | 235 | ||
236 | "idex=noautotune" : driver will NOT attempt to tune interface speed | ||
237 | |||
236 | "hdx=autotune" : driver will attempt to tune interface speed | 238 | "hdx=autotune" : driver will attempt to tune interface speed |
237 | to the fastest PIO mode supported, | 239 | to the fastest PIO mode supported, |
238 | if possible for this drive only. | 240 | if possible for this drive only. |
@@ -267,17 +269,6 @@ Summary of ide driver parameters for kernel command line | |||
267 | "idex=base,ctl" : specify both base and ctl | 269 | "idex=base,ctl" : specify both base and ctl |
268 | 270 | ||
269 | "idex=base,ctl,irq" : specify base, ctl, and irq number | 271 | "idex=base,ctl,irq" : specify base, ctl, and irq number |
270 | |||
271 | "idex=autotune" : driver will attempt to tune interface speed | ||
272 | to the fastest PIO mode supported, | ||
273 | for all drives on this interface. | ||
274 | Not fully supported by all chipset types, | ||
275 | and quite likely to cause trouble with | ||
276 | older/odd IDE drives. | ||
277 | |||
278 | "idex=noautotune" : driver will NOT attempt to tune interface speed | ||
279 | This is the default for most chipsets, | ||
280 | except the cmd640. | ||
281 | 272 | ||
282 | "idex=serialize" : do not overlap operations on idex. Please note | 273 | "idex=serialize" : do not overlap operations on idex. Please note |
283 | that you will have to specify this option for | 274 | that you will have to specify this option for |