diff options
author | FD Cami <francois.cami@free.fr> | 2008-01-06 13:08:56 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-01-10 16:53:55 -0500 |
commit | fcb71f6f034c6c4f6a3ab4a55404c95db6e32653 (patch) | |
tree | ea35c74746db99c2d412cf9adf931133a2f2aee1 /Documentation | |
parent | 4ccd3329a2e51473a86547a55f9e5f98f8f65b33 (diff) |
Update kernel parameter document for libata DMA mode setting knobs.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e5b447a0acda..c4178778e7fd 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -883,6 +883,14 @@ and is between 256 and 4096 characters. It is defined in the file | |||
883 | lapic_timer_c2_ok [X86-32,x86-64,APIC] trust the local apic timer in | 883 | lapic_timer_c2_ok [X86-32,x86-64,APIC] trust the local apic timer in |
884 | C2 power state. | 884 | C2 power state. |
885 | 885 | ||
886 | libata.dma= [LIBATA] DMA control | ||
887 | libata.dma=0 Disable all PATA and SATA DMA | ||
888 | libata.dma=1 PATA and SATA Disk DMA only | ||
889 | libata.dma=2 ATAPI (CDROM) DMA only | ||
890 | libata.dma=4 Compact Flash DMA only | ||
891 | Combinations also work, so libata.dma=3 enables DMA | ||
892 | for disks and CDROMs, but not CFs. | ||
893 | |||
886 | libata.noacpi [LIBATA] Disables use of ACPI in libata suspend/resume | 894 | libata.noacpi [LIBATA] Disables use of ACPI in libata suspend/resume |
887 | when set. | 895 | when set. |
888 | Format: <int> | 896 | Format: <int> |