rpms/kernel/devel linux-2.6-piix3-silence-quirk.patch, NONE, 1.1 kernel.spec, 1.864, 1.865

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Fri Aug 8 14:41:22 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21973

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-piix3-silence-quirk.patch 
Log Message:
* Fri Aug 08 2008 Adam Jackson <ajax at redhat.com>
- Silence the PIIX3 PCI quirk message in quiet boot.


linux-2.6-piix3-silence-quirk.patch:

--- NEW FILE linux-2.6-piix3-silence-quirk.patch ---
diff -up linux-2.6.26.noarch/drivers/pci/quirks.c.jx linux-2.6.26.noarch/drivers/pci/quirks.c
--- linux-2.6.26.noarch/drivers/pci/quirks.c.jx	2008-08-08 10:02:20.000000000 -0400
+++ linux-2.6.26.noarch/drivers/pci/quirks.c	2008-08-08 10:07:26.000000000 -0400
@@ -47,7 +47,7 @@ static void quirk_passive_release(struct
 	while ((d = pci_get_device(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371SB_0, d))) {
 		pci_read_config_byte(d, 0x82, &dlc);
 		if (!(dlc & 1<<1)) {
-			dev_err(&d->dev, "PIIX3: Enabling Passive Release\n");
+			dev_info(&d->dev, "PIIX3: Enabling Passive Release\n");
 			dlc |= 1<<1;
 			pci_write_config_byte(d, 0x82, dlc);
 		}


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.864
retrieving revision 1.865
diff -u -r1.864 -r1.865
--- kernel.spec	8 Aug 2008 04:53:49 -0000	1.864
+++ kernel.spec	8 Aug 2008 14:40:51 -0000	1.865
@@ -635,6 +635,9 @@
 # temporary (I hope, reported upstream) fix userspace use of videodev2.h
 Patch2700: linux-2.6-videodev2-userspace-usage.patch
 
+# silence piix3 in quiet boot (ie, qemu)
+Patch2800: linux-2.6-piix3-silence-quirk.patch
+
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1165,6 +1168,9 @@
 # temporary (I hope, reported upstream) fix userspace use of videodev2.h
 ApplyPatch linux-2.6-videodev2-userspace-usage.patch
 
+# silence piix3 in quiet boot (ie, qemu)
+ApplyPatch linux-2.6-piix3-silence-quirk.patch
+
 # ---------- below all scheduled for 2.6.24 -----------------
 
 # END OF PATCH APPLICATIONS
@@ -1727,6 +1733,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Fri Aug 08 2008 Adam Jackson <ajax at redhat.com>
+- Silence the PIIX3 PCI quirk message in quiet boot.
+
 * Fri Aug 08 2008 Dave Airlie <airlied at redhat.com>
 - attempt to fix oops in drm_open
 




More information about the fedora-extras-commits mailing list