rpms/kernel/F-9 linux-2.6-x86-io-delay-add-hp-f700-quirk.patch, NONE, 1.1 kernel.spec, 1.746, 1.747

Chuck Ebbert cebbert at fedoraproject.org
Sat Aug 30 06:00:46 UTC 2008


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7943

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-x86-io-delay-add-hp-f700-quirk.patch 
Log Message:
x86: add Presario F700 to io_delay quirk list. (#459546)

linux-2.6-x86-io-delay-add-hp-f700-quirk.patch:

--- NEW FILE linux-2.6-x86-io-delay-add-hp-f700-quirk.patch ---
x86: add io delay quirk for Presario F700

Manually adding "io_delay=0xed" fixes system lockups in ioapic
mode on this machine.

Reference:
https://bugzilla.redhat.com/show_bug.cgi?id=459546

Signed-off-by: Chuck Ebbert <cebbert at redhat.com>

--- linux-2.6.26.noarch.orig/arch/x86/kernel/io_delay.c
+++ linux-2.6.26.noarch/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")
+		}
+	},
 	{ }
 };
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-9/kernel.spec,v
retrieving revision 1.746
retrieving revision 1.747
diff -u -r1.746 -r1.747
--- kernel.spec	30 Aug 2008 04:46:31 -0000	1.746
+++ kernel.spec	30 Aug 2008 06:00:16 -0000	1.747
@@ -581,6 +581,7 @@
 Patch87: linux-2.6-x86-apic-dump-all-regs-v3.patch
 Patch88: linux-2.6-x86-64-fix-overlap-of-modules-and-fixmap-areas.patch
 Patch89: linux-2.6-x86-fdiv-bug-detection-fix.patch
+Patch90: linux-2.6-x86-io-delay-add-hp-f700-quirk.patch
 
 # ppc
 Patch140: linux-2.6-ps3-ehci-iso.patch
@@ -1022,6 +1023,8 @@
 ApplyPatch linux-2.6-x86-64-fix-overlap-of-modules-and-fixmap-areas.patch
 # x86 f00f bug not handled properly (#197455)
 ApplyPatch linux-2.6-x86-fdiv-bug-detection-fix.patch
+# another machine needing io_delay=0xed
+ApplyPatch linux-2.6-x86-io-delay-add-hp-f700-quirk.patch
 
 #
 # PowerPC
@@ -1792,6 +1795,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Fri Aug 29 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.26.3-20
+- x86: add Presario F700 to io_delay quirk list. (#459546)
+
 * Fri Aug 29 2008 Chuck Ebbert <cebbert at redhat.com> 2.6.26.3-19
 - USB: fix hcd interrupt disabling (#457165)
 




More information about the fedora-extras-commits mailing list