diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 12 | ||||
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 2 |
2 files changed, 10 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 350e71960a96..f3a89fac2202 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -139,6 +139,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
139 | ht -- run only enough ACPI to enable Hyper Threading | 139 | ht -- run only enough ACPI to enable Hyper Threading |
140 | strict -- Be less tolerant of platforms that are not | 140 | strict -- Be less tolerant of platforms that are not |
141 | strictly ACPI specification compliant. | 141 | strictly ACPI specification compliant. |
142 | rsdt -- prefer RSDT over (default) XSDT | ||
142 | 143 | ||
143 | See also Documentation/power/pm.txt, pci=noacpi | 144 | See also Documentation/power/pm.txt, pci=noacpi |
144 | 145 | ||
@@ -224,14 +225,17 @@ and is between 256 and 4096 characters. It is defined in the file | |||
224 | Bits in debug_level correspond to a level in | 225 | Bits in debug_level correspond to a level in |
225 | ACPI_DEBUG_PRINT statements, e.g., | 226 | ACPI_DEBUG_PRINT statements, e.g., |
226 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, ... | 227 | ACPI_DEBUG_PRINT((ACPI_DB_INFO, ... |
227 | See Documentation/acpi/debug.txt for more information | 228 | The debug_level mask defaults to "info". See |
228 | about debug layers and levels. | 229 | Documentation/acpi/debug.txt for more information about |
230 | debug layers and levels. | ||
229 | 231 | ||
232 | Enable processor driver info messages: | ||
233 | acpi.debug_layer=0x20000000 | ||
234 | Enable PCI/PCI interrupt routing info messages: | ||
235 | acpi.debug_layer=0x400000 | ||
230 | Enable AML "Debug" output, i.e., stores to the Debug | 236 | Enable AML "Debug" output, i.e., stores to the Debug |
231 | object while interpreting AML: | 237 | object while interpreting AML: |
232 | acpi.debug_layer=0xffffffff acpi.debug_level=0x2 | 238 | acpi.debug_layer=0xffffffff acpi.debug_level=0x2 |
233 | Enable PCI/PCI interrupt routing info messages: | ||
234 | acpi.debug_layer=0x400000 acpi.debug_level=0x4 | ||
235 | Enable all messages related to ACPI hardware: | 239 | Enable all messages related to ACPI hardware: |
236 | acpi.debug_layer=0x2 acpi.debug_level=0xffffffff | 240 | acpi.debug_layer=0x2 acpi.debug_level=0xffffffff |
237 | 241 | ||
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index 3cd2ad958176..394d7d378dc7 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -1063,6 +1063,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
1063 | 1063 | ||
1064 | STAC9227/9228/9229/927x | 1064 | STAC9227/9228/9229/927x |
1065 | ref Reference board | 1065 | ref Reference board |
1066 | ref-no-jd Reference board without HP/Mic jack detection | ||
1066 | 3stack D965 3stack | 1067 | 3stack D965 3stack |
1067 | 5stack D965 5stack + SPDIF | 1068 | 5stack D965 5stack + SPDIF |
1068 | dell-3stack Dell Dimension E520 | 1069 | dell-3stack Dell Dimension E520 |
@@ -1076,6 +1077,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
1076 | 1077 | ||
1077 | STAC92HD73* | 1078 | STAC92HD73* |
1078 | ref Reference board | 1079 | ref Reference board |
1080 | no-jd BIOS setup but without jack-detection | ||
1079 | dell-m6-amic Dell desktops/laptops with analog mics | 1081 | dell-m6-amic Dell desktops/laptops with analog mics |
1080 | dell-m6-dmic Dell desktops/laptops with digital mics | 1082 | dell-m6-dmic Dell desktops/laptops with digital mics |
1081 | dell-m6 Dell desktops/laptops with both type of mics | 1083 | dell-m6 Dell desktops/laptops with both type of mics |