Re: DMI updates from 2.4

From: Dave Jones
Date: Fri Jan 23 2004 - 16:33:59 EST


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@xxxxxxxxxx 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@xxxxxxxxxx 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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/