summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2010-12-10 17:50:24 -0500
committerKyle McMartin <kyle@redhat.com>2010-12-10 17:50:24 -0500
commit6558398116273ea6fa013c8fd678836b2453cb94 (patch)
tree6734d0ae0cf3026a7625f67ecdfd282af346032b /kernel.spec
parenta6caae2eaabe267dfbc215abfc74c3f7d5394614 (diff)
downloadkernel-6558398116273ea6fa013c8fd678836b2453cb94.tar.gz
kernel-6558398116273ea6fa013c8fd678836b2453cb94.tar.xz
kernel-6558398116273ea6fa013c8fd678836b2453cb94.zip
mjg59: Set _OSC supported field correctly (#638912)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 054236d2a..b4777b59f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -613,6 +613,7 @@ Patch380: linux-2.6-defaults-pci_no_msi.patch
Patch381: linux-2.6-defaults-pci_use_crs.patch
Patch383: linux-2.6-defaults-aspm.patch
Patch384: pci-disable-aspm-if-bios-asks-us-to.patch
+Patch386: pci-_osc-supported-field-should-contain-supported-features-not-enabled-ones.patch
Patch385: ima-allow-it-to-be-completely-disabled-and-default-off.patch
@@ -1196,6 +1197,8 @@ ApplyPatch linux-2.6-defaults-pci_use_crs.patch
# enable ASPM by default on hardware we expect to work
ApplyPatch linux-2.6-defaults-aspm.patch
ApplyPatch pci-disable-aspm-if-bios-asks-us-to.patch
+# rhbz#638912
+ApplyPatch pci-_osc-supported-field-should-contain-supported-features-not-enabled-ones.patch
#ApplyPatch ima-allow-it-to-be-completely-disabled-and-default-off.patch
@@ -1929,6 +1932,9 @@ fi
%changelog
* Fri Dec 10 2010 Kyle McMartin <kyle@redhat.com>
+- Another patch from mjg59: Set _OSC supported field correctly (#638912)
+
+* Fri Dec 10 2010 Kyle McMartin <kyle@redhat.com>
- pci-disable-aspm-if-bios-asks-us-to.patch: Patch from mjg59 to disable
ASPM if the BIOS has disabled it, but enabled it already on some devices.