ACPI: disable _OSI(Linux) by default
authorLen Brown <len.brown@intel.com>
Sat, 9 Jun 2007 05:42:00 +0000 (01:42 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 9 Jun 2007 05:42:00 +0000 (01:42 -0400)
commit072971d7d3e70ddac5c5be3436d929470cc2b3fb
tree821abde2d5b7c1edbd43431634db9d5811c55941
parent85f6038f2170e3335dda09c3dfb0f83110e87019
ACPI: disable _OSI(Linux) by default

In Linux-2.6.22 we expanded the boot parameter osi=
so that it can enable and !enable an OSI string.

_OSI(Linux) is a special case because we know that there
are both systems that require it set, and systems
require that it _not_ to be set.  In the long term it can't
be set, for the same reason _OS(Linux) can't be enabled --
it tends to confuse BIOS that are not properly
validated with Linux.  Further, the semantics and version
information of _OSI(Linux) were never actually defined.

The kernel prints out a message if it sees _OSI(Linux)
requested, and there is a DMI workaround to invoke
"osi=Linux" automatically for existing systems that need it.

http://bugzilla.kernel.org/show_bug.cgi?id=7787

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c