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)
commit7ce95ce5c6dbbc3f70933f04537860ffd9dbe17e
tree5b19109c2935b0ac1eca14ac17314cae1fcde60f
parentf40cd6fddcb1d51d8a2a67ddc81c14a3532f3cb7
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