aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-03-22 11:40:21 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-03-22 11:40:21 -0400
commitad1c53bcdb831e14b1313ad694d5053ae0349393 (patch)
tree3abbe5c93c8e4d2e02f27e4af8058931daf4489a /Documentation
parent9c027c684bd01b91a7aecc63161b56071685ce7d (diff)
ide: Documentation/ide/ide.txt fixes
* "hdx=cyls,heads,sects,wpcom,irq" should be "hdx=cyls,heads,sects". * "hdx=" is for "x" from 'a' to 'u', "idex=" is for "x" from '0' to '9'. * "idex=noautotune" is long gone. * Obsoleted "ide0=" parameters were already removed from the documentation. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ide/ide.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/Documentation/ide/ide.txt b/Documentation/ide/ide.txt
index e3b3425328b6..d4877a9e60f6 100644
--- a/Documentation/ide/ide.txt
+++ b/Documentation/ide/ide.txt
@@ -105,7 +105,7 @@ Drives are normally found by auto-probing and/or examining the CMOS/BIOS data.
105For really weird situations, the apparent (fdisk) geometry can also be specified 105For really weird situations, the apparent (fdisk) geometry can also be specified
106on the kernel "command line" using LILO. The format of such lines is: 106on the kernel "command line" using LILO. The format of such lines is:
107 107
108 hdx=cyls,heads,sects,wpcom,irq 108 hdx=cyls,heads,sects
109or hdx=cdrom 109or hdx=cdrom
110 110
111where hdx can be any of hda through hdh, Three values are required 111where hdx can be any of hda through hdh, Three values are required
@@ -214,9 +214,9 @@ driver using the "options=" keyword to insmod, while replacing any ',' with
214Summary of ide driver parameters for kernel command line 214Summary of ide driver parameters for kernel command line
215-------------------------------------------------------- 215--------------------------------------------------------
216 216
217 "hdx=" is recognized for all "x" from "a" to "h", such as "hdc". 217 "hdx=" is recognized for all "x" from "a" to "u", such as "hdc".
218 218
219 "idex=" is recognized for all "x" from "0" to "3", such as "ide1". 219 "idex=" is recognized for all "x" from "0" to "9", such as "ide1".
220 220
221 "hdx=noprobe" : drive may be present, but do not probe for it 221 "hdx=noprobe" : drive may be present, but do not probe for it
222 222
@@ -233,8 +233,6 @@ Summary of ide driver parameters for kernel command line
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
238 "hdx=autotune" : driver will attempt to tune interface speed 236 "hdx=autotune" : driver will attempt to tune interface speed
239 to the fastest PIO mode supported, 237 to the fastest PIO mode supported,
240 if possible for this drive only. 238 if possible for this drive only.
@@ -282,10 +280,6 @@ Summary of ide driver parameters for kernel command line
282 280
283 "ide=reverse" : formerly called to pci sub-system, but now local. 281 "ide=reverse" : formerly called to pci sub-system, but now local.
284 282
285The following are valid ONLY on ide0, which usually corresponds
286to the first ATA interface found on the particular host, and the defaults for
287the base,ctl ports must not be altered.
288
289 "ide=doubler" : probe/support IDE doublers on Amiga 283 "ide=doubler" : probe/support IDE doublers on Amiga
290 284
291There may be more options than shown -- use the source, Luke! 285There may be more options than shown -- use the source, Luke!