From: Len Brown Date: Tue, 29 May 2007 22:43:33 +0000 (-0400) Subject: ACPI: extend "acpi_osi=" boot option X-Git-Tag: v2.6.22-rc4~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae00d812436dc968f4a5dea7757b6a94910b6dc4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed