Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f40cd6fddcb1d51d8a2a67ddc81c14a3532f3cb7
Commit:     f40cd6fddcb1d51d8a2a67ddc81c14a3532f3cb7
Parent:     5a4e143271b97dcaa113761a76942c4d4bc273a2
Author:     Len Brown <[EMAIL PROTECTED]>
AuthorDate: Wed Jan 23 20:04:28 2008 -0500
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Wed Jan 23 21:23:51 2008 -0500

    ACPI: on OSI(Linux), print needed DMI rather than requesting dmidecode 
output
    
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/osl.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c
index 93ad5f4..2203153 100644
--- a/drivers/acpi/osl.c
+++ b/drivers/acpi/osl.c
@@ -1190,10 +1190,16 @@ acpi_os_validate_interface (char *interface)
        if (!strcmp("Linux", interface)) {
                printk(KERN_WARNING PREFIX
                        "System BIOS is requesting _OSI(Linux)\n");
-               printk(KERN_WARNING PREFIX
-                       "If \"acpi_osi=Linux\" works better,\n"
-                       "Please send dmidecode "
-                       "to [EMAIL PROTECTED]");
+               if (acpi_dmi_dump())
+                       printk(KERN_NOTICE PREFIX
+                               "[please extract dmidecode output]\n");
+               printk(KERN_NOTICE PREFIX
+                       "Please send DMI info above to "
+                       "[EMAIL PROTECTED]");
+               printk(KERN_NOTICE PREFIX
+                       "If \"acpi_osi=%sLinux\" works better, "
+                       "please notify [EMAIL PROTECTED]",
+                       osi_linux ? "!" : "");
                if(osi_linux)
                        return AE_OK;
        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to