All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Backlund <tmb@mandriva.org>
To: linux-kernel@vger.kernel.org
Cc: x86@kernel.org, mingo@redhat.com
Subject: [PATCH] x86: Fix rebooting on Dell Precision WorkStation T7400
Date: Sat, 19 Jun 2010 16:32:25 +0300	[thread overview]
Message-ID: <4C1CC6E9.6000701@mandriva.org> (raw)

[-- 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",

             reply	other threads:[~2010-06-19 13:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-19 13:32 Thomas Backlund [this message]
2010-06-20  7:27 ` [tip:x86/urgent] x86: Fix rebooting on Dell Precision WorkStation T7400 tip-bot for Thomas Backlund

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C1CC6E9.6000701@mandriva.org \
    --to=tmb@mandriva.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.