From: akpm@linux-foundation.org
To: cebbert@redhat.com, mm-commits@vger.kernel.org
Subject: - x86-add-io-delay-quirk-for-presario-f700.patch removed from -mm tree
Date: Mon, 22 Sep 2008 14:27:04 -0700 [thread overview]
Message-ID: <200809222127.m8MLR4MA030583@imap1.linux-foundation.org> (raw)
The patch titled
x86: add io delay quirk for Presario F700
has been removed from the -mm tree. Its filename was
x86-add-io-delay-quirk-for-presario-f700.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: x86: add io delay quirk for Presario F700
From: Chuck Ebbert <cebbert@redhat.com>
Manually adding "io_delay=0xed" fixes system lockups in ioapic
mode on this machine.
System Information
Manufacturer: Hewlett-Packard
Product Name: Presario F700 (KA695EA#ABF)
Base Board Information
Manufacturer: Quanta
Product Name: 30D3
Reference:
https://bugzilla.redhat.com/show_bug.cgi?id=459546
Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/x86/kernel/io_delay.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff -puN arch/x86/kernel/io_delay.c~x86-add-io-delay-quirk-for-presario-f700 arch/x86/kernel/io_delay.c
--- a/arch/x86/kernel/io_delay.c~x86-add-io-delay-quirk-for-presario-f700
+++ a/arch/x86/kernel/io_delay.c
@@ -92,6 +92,14 @@ static struct dmi_system_id __initdata i
DMI_MATCH(DMI_BOARD_NAME, "30BF")
}
},
+ {
+ .callback = dmi_io_delay_0xed_port,
+ .ident = "Presario F700",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Quanta"),
+ DMI_MATCH(DMI_BOARD_NAME, "30D3")
+ }
+ },
{ }
};
_
Patches currently in -mm which might be from cebbert@redhat.com are
linux-next.patch
acpi-cope-with-pnpacpi-tables-missing-an-rtc-entry.patch
x86-add-io-delay-quirk-for-presario-f700.patch
reply other threads:[~2008-09-22 21:27 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=200809222127.m8MLR4MA030583@imap1.linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=cebbert@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@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 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.