• B
    PCI/ACPI: Decode _OSC bitmasks symbolically · 955f14b4
    Bjorn Helgaas 提交于
    This updates _OSC-related messages to be more human-readable.  We now always
    show the features we declare support for (this was previously invisible) as
    well as the features we are granted control of.
    
    Typical changes:
    
      -acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
      -acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
      +acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
      +acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
    Acked-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
    955f14b4
pci_root.c 19.9 KB