public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Coleman Kane <ckane@intellitree.com>
To: linux-kernel@vger.kernel.org
Cc: hpa@zytor.com
Subject: [PATCH] Add the DFF (Desktop Form Factor) Dell Optiplex 745 to the reboot errata list, where the SFF one lives right now
Date: Wed, 20 Feb 2008 21:11:20 -0500	[thread overview]
Message-ID: <47BCDDC8.3020703@intellitree.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

Hi,

We recently got some of the "Desktop Form Factor" Optiplex 745's in. I
noticed that there's an entry for the SFF one's, but the BIOS model
number of the DFF differs from that of the SFF. We have been reliably
experiencing the same (as far as I can tell) reboot bug as the SFF boxes.

Please accept the attached patch (made against 2.6.23.16 sources) for
review.

--
Coleman Kane
IntelliTree Solutions llc



[-- Attachment #2: reboot.c.patch --]
[-- Type: text/x-patch, Size: 664 bytes --]

--- linux-2.6.23.16/arch/i386/kernel/reboot.c.orig	2008-02-20 19:18:53.000000000 -0500
+++ linux-2.6.23.16/arch/i386/kernel/reboot.c	2008-02-20 19:20:00.000000000 -0500
@@ -122,6 +122,15 @@
 			DMI_MATCH(DMI_BOARD_NAME, "0WF810"),
 		},
 	},
+	{       /* Handle problems with rebooting on Dell Optiplex 745's DFF*/
+		.callback = set_bios_reboot,
+		.ident = "Dell OptiPlex 745",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 745"),
+			DMI_MATCH(DMI_BOARD_NAME, "0MM599"),
+		},
+	},
 	{	/* Handle problems with rebooting on Dell 2400's */
 		.callback = set_bios_reboot,
 		.ident = "Dell PowerEdge 2400",

                 reply	other threads:[~2008-02-21  2:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=47BCDDC8.3020703@intellitree.com \
    --to=ckane@intellitree.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox