commit | de18966228ed4b42393ecbe83ba20ff3db78bfdc | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Sep 05 15:50:52 2013 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Sep 23 17:40:47 2013 -0600 |
tree | 6fc34cf631368284e0528e8e4fb60a0db39a6cf6 | |
parent | 43613a1fac0eec78de14fecc9de184e1052abac7 [diff] |
PCI/ACPI: Separate out _OSC "we don't support enough services" path Test the services we support (extended config space, ASPM, MSI) separately so we can give a better message. Previously we said "Unable to request _OSC control..."; now we'll say "we support %#02x but %#02x are required". Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>