Comment 20 for bug 1349740

Revision history for this message
Colin Ian King (colin-king) wrote :

@Musbach:

        decode_osc_support(root, "OS supports", support);
        status = acpi_pci_osc_support(root, support);
        if (ACPI_FAILURE(status)) {
                dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n",
                         acpi_format_exception(status));
                *no_aspm = 1;
                return;
        }

Please explain how this is a kernel bug when it is a firmware issue and I'll be happy to figure out a fix.