]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.suse/acpi_osi_sle11_ident.patch
Updated xen patches taken from suse.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.suse / acpi_osi_sle11_ident.patch
1 From: Thomas Renninger <trenn@suse.de>
2 Subject: Provide possibility for vendors to fix BIOS issues for SLE11 only
3 References: none
4 Patch-Mainline: never
5
6 These BIOS issues generally should be solved in the mainine kernel.
7 But such ACPI interpreter fixes often are very intrusive and impossible to
8 add as a maintenance update.
9 This interface should only be used by vendors in emergency case, e.g.
10 for 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
14 In most cases both above scenarios would be valid.
15
16 ---
17 drivers/acpi/utilities/uteval.c | 1 +
18 1 file changed, 1 insertion(+)
19
20 Index: 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