From: Len Brown <[EMAIL PROTECTED]>

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;
        }
-- 
1.5.4.rc4.14.g6fc74

-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to