]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.31/patches.suse/acpi_osi_sle11_ident.patch
Move xen patchset to new version's subdir.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.suse / acpi_osi_sle11_ident.patch
CommitLineData
00e5a55c
BS
1From: Thomas Renninger <trenn@suse.de>
2Subject: Provide possibility for vendors to fix BIOS issues for SLE11 only
3References: none
4Patch-Mainline: never
5
6These BIOS issues generally should be solved in the mainine kernel.
7But such ACPI interpreter fixes often are very intrusive and impossible to
8add as a maintenance update.
9This interface should only be used by vendors in emergency case, e.g.
10for important pre-loads. Use cases could be:
11 - BIOS cannot generally be fixed because it's already validated against
12 Windows OSes, with this patch a SLE11 specific BIOS fix can be added
13 - Kernel cannot be fixed, because the fix would be too intrusive
14In most cases both above scenarios would be valid.
15
16---
17 drivers/acpi/utilities/uteval.c | 1 +
18 1 file changed, 1 insertion(+)
19
20Index: linux-2.6.27/drivers/acpi/utilities/uteval.c
21===================================================================
22--- linux-2.6.27.orig/drivers/acpi/utilities/uteval.c
23+++ linux-2.6.27/drivers/acpi/utilities/uteval.c
24@@ -69,6 +69,7 @@ static char *acpi_interfaces_supported[]
25 "Windows 2001.1", /* Windows Server 2003 */
26 "Windows 2001.1 SP1", /* Windows Server 2003 SP1 - Added 03/2006 */
27 "Windows 2006", /* Windows Vista - Added 03/2006 */
28+ "SLE11", /* SLE11 identification */
29
30 /* Feature Group Strings */
31