All of lore.kernel.org
 help / color / mirror / Atom feed
* - x86-add-io-delay-quirk-for-presario-f700.patch removed from -mm tree
@ 2008-09-22 21:27 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-09-22 21:27 UTC (permalink / raw)
  To: cebbert, mm-commits


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-22 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-22 21:27 - x86-add-io-delay-quirk-for-presario-f700.patch removed from -mm tree akpm

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.