ACPI: extend "acpi_osi=" boot option
The boot option "acpi_osi=" has always disabled Linux _OSI support,
thus disabling all OS Interface strings which are advertised
by Linux to the BIOS.
Now...
acpi_osi="string" adds the interface string, and
acpi_osi="!string" invalidates the pre-defined interface string
eg. acpi_osi="!Windows 2006"
would disable Linux's claim of Vista compatibility.
Signed-off-by:
Len Brown <len.brown@intel.com>
Showing
- Documentation/kernel-parameters.txt 4 additions, 1 deletionDocumentation/kernel-parameters.txt
- drivers/acpi/osl.c 16 additions, 9 deletionsdrivers/acpi/osl.c
- drivers/acpi/utilities/uteval.c 26 additions, 1 deletiondrivers/acpi/utilities/uteval.c
- include/acpi/acpiosxf.h 1 addition, 0 deletionsinclude/acpi/acpiosxf.h
Loading
Please register or sign in to comment