diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-27 09:38:24 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-27 09:38:24 -0400 |
commit | ef87f8d09639cbe22201c7dfe07586c43b255108 (patch) | |
tree | 1fbb1a8a9b749f928a442ca7e1eedd93ce3d625b /Documentation | |
parent | e460a59751a7e53b549c63d4d308ba73582c8def (diff) |
ide: remove obsoleted "idex=" kernel parameters
* Remove obsoleted "idex=" kernel parameters.
* Make probe_* and cmd640_vlb variables static.
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ide/ide.txt | 2 | ||||
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/ide/ide.txt b/Documentation/ide/ide.txt index 53e5beda525c..af95fb33d1a1 100644 --- a/Documentation/ide/ide.txt +++ b/Documentation/ide/ide.txt | |||
@@ -186,8 +186,6 @@ Summary of ide driver parameters for kernel command line | |||
186 | 186 | ||
187 | "hdx=" is recognized for all "x" from "a" to "u", such as "hdc". | 187 | "hdx=" is recognized for all "x" from "a" to "u", such as "hdc". |
188 | 188 | ||
189 | "idex=" is recognized for all "x" from "0" to "9", such as "ide1". | ||
190 | |||
191 | "hdx=noprobe" : drive may be present, but do not probe for it | 189 | "hdx=noprobe" : drive may be present, but do not probe for it |
192 | 190 | ||
193 | "hdx=none" : drive is NOT present, ignore cmos and do not probe | 191 | "hdx=none" : drive is NOT present, ignore cmos and do not probe |
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index bf6303ec0bde..e5f3d918316f 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -772,10 +772,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
772 | Format: ide=nodma or ide=doubler | 772 | Format: ide=nodma or ide=doubler |
773 | See Documentation/ide/ide.txt. | 773 | See Documentation/ide/ide.txt. |
774 | 774 | ||
775 | ide?= [HW] (E)IDE subsystem | ||
776 | Format: ide?=ata66 or chipset specific parameters. | ||
777 | See Documentation/ide/ide.txt. | ||
778 | |||
779 | idebus= [HW] (E)IDE subsystem - VLB/PCI bus speed | 775 | idebus= [HW] (E)IDE subsystem - VLB/PCI bus speed |
780 | See Documentation/ide/ide.txt. | 776 | See Documentation/ide/ide.txt. |
781 | 777 | ||