public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org, torvalds@osdl.org
Subject: Re: DMI updates from 2.4
Date: Fri, 23 Jan 2004 21:31:35 +0000	[thread overview]
Message-ID: <20040123213135.GA26776@redhat.com> (raw)
In-Reply-To: <20040123074856.GH9327@redhat.com>

On Fri, Jan 23, 2004 at 07:48:57AM +0000, Dave Jones wrote:
 > On Thu, Jan 22, 2004 at 11:37:34PM -0800, Andrew Morton wrote:
 >  > davej@redhat.com wrote:
 >  > >
 >  > > +static __init int apm_is_horked_d850md(struct dmi_blacklist *d)
 >  > 
 >  > this new function is unreferenced.
 > 
 > ok, I'll chase that one down later.

fix0red..

Made to match that in 2.4

		Dave

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1153  -> 1.1154 
#	arch/i386/kernel/dmi_scan.c	1.48    -> 1.49   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 04/01/23	davej@redhat.com	1.1154
# wire up dmi string
# --------------------------------------------
#
diff -Nru a/arch/i386/kernel/dmi_scan.c b/arch/i386/kernel/dmi_scan.c
--- a/arch/i386/kernel/dmi_scan.c	Fri Jan 23 21:30:50 2004
+++ b/arch/i386/kernel/dmi_scan.c	Fri Jan 23 21:30:50 2004
@@ -660,7 +660,7 @@
 			MATCH(DMI_BIOS_VERSION, "Version1.01"),
 			NO_MATCH, NO_MATCH,
 			} },
-	{ apm_is_horked, "Intel D850MD", { /* APM crashes */
+	{ apm_is_horked_d850md, "Intel D850MD", { /* APM crashes */
 			MATCH(DMI_BIOS_VENDOR, "Intel Corp."),
 			MATCH(DMI_BIOS_VERSION, "MV85010A.86A.0016.P07.0201251536"),
 			NO_MATCH, NO_MATCH,

  reply	other threads:[~2004-01-23 21:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-23  6:35 DMI updates from 2.4 davej
2004-01-23  7:37 ` Andrew Morton
2004-01-23  7:48   ` Dave Jones
2004-01-23 21:31     ` Dave Jones [this message]
2004-01-23 13:32 ` Matt Domsch
2004-01-23 15:17   ` Ducrot Bruno

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=20040123213135.GA26776@redhat.com \
    --to=davej@redhat.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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