diff options
author | Len Brown <len.brown@intel.com> | 2007-07-26 00:50:06 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-26 00:50:06 -0400 |
commit | 67effe8fff32f60bdf51cba484766ba6003005bb (patch) | |
tree | 8f8bf5ea5d7ddd1679c8a7d46c7219770d7cdaf8 /Documentation/kernel-parameters.txt | |
parent | e4903fb59590f86190280a549420f6cb85bd7f7e (diff) |
ACPI: add "acpi_no_auto_ssdt" bootparam
"acpi_no_auto_ssdt" prevents Linux from automatically loading
all the SSDTs listed in the RSDT/XSDT.
This is needed for debugging. In particular,
it allows a DSDT override to optionally be a DSDT+SSDT override.
http://bugzilla.kernel.org/show_bug.cgi?id=3774
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index fb80e9ffea68..379931e74334 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -166,6 +166,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
166 | acpi_irq_isa= [HW,ACPI] If irq_balance, mark listed IRQs used by ISA | 166 | acpi_irq_isa= [HW,ACPI] If irq_balance, mark listed IRQs used by ISA |
167 | Format: <irq>,<irq>... | 167 | Format: <irq>,<irq>... |
168 | 168 | ||
169 | acpi_no_auto_ssdt [HW,ACPI] Disable automatic loading of SSDT | ||
170 | |||
169 | acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS | 171 | acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS |
170 | Format: To spoof as Windows 98: ="Microsoft Windows" | 172 | Format: To spoof as Windows 98: ="Microsoft Windows" |
171 | 173 | ||