diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2014-10-25 12:03:52 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-10-27 09:50:34 -0400 |
commit | 0f8b7f5d761b5a4770e1e2cb705daa17677c2433 (patch) | |
tree | eb47d2f3ccf699f7b273ba65019f641f499d394e | |
parent | 1679689231b52e2f8700dcb8bbcaf60367e1fc1a (diff) |
doc: kernel-parameters.txt: Add ide-generic.probe-mask
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
[ jc: wording tweaked slightly ]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/kernel-parameters.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 755314bd7de2..80620ce6d10e 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1303,6 +1303,18 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1303 | .cdrom .chs .ignore_cable are additional options | 1303 | .cdrom .chs .ignore_cable are additional options |
1304 | See Documentation/ide/ide.txt. | 1304 | See Documentation/ide/ide.txt. |
1305 | 1305 | ||
1306 | ide-generic.probe-mask= [HW] (E)IDE subsystem | ||
1307 | Format: <int> | ||
1308 | Probe mask for legacy ISA IDE ports. Depending on | ||
1309 | platform up to 6 ports are supported, enabled by | ||
1310 | setting corresponding bits in the mask to 1. The | ||
1311 | default value is 0x0, which has a special meaning. | ||
1312 | On systems that have PCI, it triggers scanning the | ||
1313 | PCI bus for the first and the second port, which | ||
1314 | are then probed. On systems without PCI the value | ||
1315 | of 0x0 enables probing the two first ports as if it | ||
1316 | was 0x3. | ||
1317 | |||
1306 | ide-pci-generic.all-generic-ide [HW] (E)IDE subsystem | 1318 | ide-pci-generic.all-generic-ide [HW] (E)IDE subsystem |
1307 | Claim all unknown PCI IDE storage controllers. | 1319 | Claim all unknown PCI IDE storage controllers. |
1308 | 1320 | ||