* [PATCH] x86: Fix rebooting on Dell Precision WorkStation T7400
@ 2010-06-19 13:32 Thomas Backlund
2010-06-20 7:27 ` [tip:x86/urgent] " tip-bot for Thomas Backlund
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Backlund @ 2010-06-19 13:32 UTC (permalink / raw)
To: linux-kernel; +Cc: x86, mingo
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: x86-kernel-set_bios_reboot-is-needed-for-Dell-Precision-WorkStation-T7400.patch --]
[-- Type: text/x-patch, Size: 858 bytes --]
Dell Precision WorkStation T7400 freezes on reboot unless reboot=b is used.
Reference: https://qa.mandriva.com/show_bug.cgi?id=58017
Signed-off-by: Thomas Backlund <tmb@mandriva.org>
--- linux-2.6/arch/x86/kernel/reboot.c.orig 2010-05-27 12:39:46.633765379 +0300
+++ linux-2.6/arch/x86/kernel/reboot.c 2010-06-19 15:56:17.250903899 +0300
@@ -228,6 +228,14 @@ static struct dmi_system_id __initdata r
DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T5400"),
},
},
+ { /* Handle problems with rebooting on Dell T7400's */
+ .callback = set_bios_reboot,
+ .ident = "Dell Precision T7400",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T7400"),
+ },
+ },
{ /* Handle problems with rebooting on HP laptops */
.callback = set_bios_reboot,
.ident = "HP Compaq Laptop",
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/urgent] x86: Fix rebooting on Dell Precision WorkStation T7400
2010-06-19 13:32 [PATCH] x86: Fix rebooting on Dell Precision WorkStation T7400 Thomas Backlund
@ 2010-06-20 7:27 ` tip-bot for Thomas Backlund
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Thomas Backlund @ 2010-06-20 7:27 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, tmb, tglx, mingo
Commit-ID: 890ffedc7c3e95595926379e28ad2e16e7d7c613
Gitweb: http://git.kernel.org/tip/890ffedc7c3e95595926379e28ad2e16e7d7c613
Author: Thomas Backlund <tmb@mandriva.org>
AuthorDate: Sat, 19 Jun 2010 16:32:25 +0300
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Sun, 20 Jun 2010 09:24:13 +0200
x86: Fix rebooting on Dell Precision WorkStation T7400
Dell Precision WorkStation T7400 freezes on reboot unless
reboot=b is used.
Reference: https://qa.mandriva.com/show_bug.cgi?id=58017
Signed-off-by: Thomas Backlund <tmb@mandriva.org>
LKML-Reference: <4C1CC6E9.6000701@mandriva.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/kernel/reboot.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 8e1aac8..e3af342 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -228,6 +228,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T5400"),
},
},
+ { /* Handle problems with rebooting on Dell T7400's */
+ .callback = set_bios_reboot,
+ .ident = "Dell Precision T7400",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T7400"),
+ },
+ },
{ /* Handle problems with rebooting on HP laptops */
.callback = set_bios_reboot,
.ident = "HP Compaq Laptop",
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-20 7:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-19 13:32 [PATCH] x86: Fix rebooting on Dell Precision WorkStation T7400 Thomas Backlund
2010-06-20 7:27 ` [tip:x86/urgent] " tip-bot for Thomas Backlund
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.