aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorVincent Pelletier <plr.vincent@gmail.com>2013-05-21 16:30:58 -0400
committerTejun Heo <tj@kernel.org>2013-05-21 19:34:34 -0400
commit966fbe193f47c68e70a80ec9991098e88e7959cb (patch)
tree1a352f4f241a75b99148ef645c9f56afba863dc9 /Documentation/kernel-parameters.txt
parente628dc999e43a9dd51fb6bd810772c277f934484 (diff)
libata: Add atapi_dmadir force flag
Some device require DMADIR to be enabled, but are not detected as such by atapi_id_dmadir. One such example is "Asus Serillel 2" SATA-host-to-PATA-device bridge: the bridge itself requires DMADIR, even if the bridged device does not. As atapi_dmadir module parameter can cause problems with some devices (as per Tejun Heo's memory), enabling it globally may not be possible depending on the hardware. This patch adds atapi_dmadir in the form of a "force" horkage value, allowing global, per-bus and per-device control. Signed-off-by: Vincent Pelletier <plr.vincent@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index c3bfacb92910..489815e3e484 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1456,6 +1456,8 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1456 1456
1457 * dump_id: dump IDENTIFY data. 1457 * dump_id: dump IDENTIFY data.
1458 1458
1459 * atapi_dmadir: Enable ATAPI DMADIR bridge support
1460
1459 If there are multiple matching configurations changing 1461 If there are multiple matching configurations changing
1460 the same attribute, the last one is used. 1462 the same attribute, the last one is used.
1461 1463