ACPI: extend "acpi_osi=" boot option
authorLen Brown <len.brown@intel.com>
Tue, 29 May 2007 22:43:33 +0000 (18:43 -0400)
committerLen Brown <len.brown@intel.com>
Tue, 29 May 2007 22:43:33 +0000 (18:43 -0400)
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>

No differences found