Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75675
b: refs/heads/master
c: f40cd6f
h: refs/heads/master
i:
  75673: 4d680b1
  75671: b0c41d8
v: v3
  • Loading branch information
Len Brown committed Jan 24, 2008
1 parent 79db53b commit 232d7e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5a4e143271b97dcaa113761a76942c4d4bc273a2
refs/heads/master: f40cd6fddcb1d51d8a2a67ddc81c14a3532f3cb7
14 changes: 10 additions & 4 deletions trunk/drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 linux-acpi@vger.kernel.org\n");
if (acpi_dmi_dump())
printk(KERN_NOTICE PREFIX
"[please extract dmidecode output]\n");
printk(KERN_NOTICE PREFIX
"Please send DMI info above to "
"linux-acpi@vger.kernel.org\n");
printk(KERN_NOTICE PREFIX
"If \"acpi_osi=%sLinux\" works better, "
"please notify linux-acpi@vger.kernel.org\n",
osi_linux ? "!" : "");
if(osi_linux)
return AE_OK;
}
Expand Down

0 comments on commit 232d7e9

Please sign in to comment.