diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-19 16:23:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-19 16:23:50 -0500 |
commit | 901ea4a07988043ff8c6f4f275ab680a23b8bbcd (patch) | |
tree | 9301cf0d28e8f6b58e5ed1458eca7e3a95906a9c /Documentation | |
parent | 2370965c5065b24b28b5ba09b60ddfbfb6d7649b (diff) | |
parent | 9de1cc9c446d39546a3d9dd6f7d99a980a7ecc22 (diff) |
Merge branch 'acpi' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
* 'acpi' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
[PATCH] libata: wrong sizeof for BUFFER
[PATCH] libata: change order of _SDD/_GTF execution (resend #3)
[PATCH] libata: ACPI _SDD support
[PATCH] libata: ACPI and _GTF support
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index ce1f2c85e20f..35470de14a95 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -48,6 +48,7 @@ parameter is applicable: | |||
48 | ISAPNP ISA PnP code is enabled. | 48 | ISAPNP ISA PnP code is enabled. |
49 | ISDN Appropriate ISDN support is enabled. | 49 | ISDN Appropriate ISDN support is enabled. |
50 | JOY Appropriate joystick support is enabled. | 50 | JOY Appropriate joystick support is enabled. |
51 | LIBATA Libata driver is enabled | ||
51 | LP Printer support is enabled. | 52 | LP Printer support is enabled. |
52 | LOOP Loopback device support is enabled. | 53 | LOOP Loopback device support is enabled. |
53 | M68k M68k architecture is enabled. | 54 | M68k M68k architecture is enabled. |
@@ -1038,6 +1039,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1038 | emulation library even if a 387 maths coprocessor | 1039 | emulation library even if a 387 maths coprocessor |
1039 | is present. | 1040 | is present. |
1040 | 1041 | ||
1042 | noacpi [LIBATA] Disables use of ACPI in libata suspend/resume | ||
1043 | when set. | ||
1044 | Format: <int> | ||
1045 | |||
1041 | noaliencache [MM, NUMA] Disables the allcoation of alien caches in | 1046 | noaliencache [MM, NUMA] Disables the allcoation of alien caches in |
1042 | the slab allocator. Saves per-node memory, but will | 1047 | the slab allocator. Saves per-node memory, but will |
1043 | impact performance on real NUMA hardware. | 1048 | impact performance on real NUMA hardware. |