]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Delete Intel Customer Reference Board (CRB) from OSI(Linux) DMI list
authorLen Brown <len.brown@intel.com>
Thu, 24 Jan 2008 01:06:41 +0000 (20:06 -0500)
committerLen Brown <len.brown@intel.com>
Thu, 24 Jan 2008 02:24:13 +0000 (21:24 -0500)
commitacc9f94e4935577ac0b7f88681245298151755ba
tree5b19109c2935b0ac1eca14ac17314cae1fcde60f
parenta7c0b2216fcf4da7fbdf509fd2c898bd924d5878
ACPI: Delete Intel Customer Reference Board (CRB) from OSI(Linux) DMI list

Linux does not want BIOS writers to invoke _OSI(Linux) -
for in the field it causes more Windows incompatibility problems
than it solves.

So when it is seen in the BIOS for an Intel Customer Reference Board,
Linux should ignore its effect by default, and should complain loudly.
Otherwise, the reference BIOS will go unfixed, and the bad BIOS
will spread to the field.

Users of this board can get the old behavior with "acpi_osi=Linux"

As this was the only entry, delete acpi_osl_dmi_table[].

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