The ACPI IPMI code doesn't seem to work on many real-world devices. Part of that is because many shipping systems have a _CID of PNP0C01 or PNP0C02 and the PNP core never lets the IPMI driver bind, but it's also a problem if it's being used for AC adapter state (since they're typically built in) and on some systems that have IPMI opregions declared outside the IPMI device's scope (spec violation, but what else is new). These patches don't do anything for the first problem (that's going to have to be handled in the PNP core) but handle the latter two by ensuring that IPMI can be initialised before any built-in ACPI drivers, and by providing support for a fallback IPMI handler that just uses the first IPMI device in the system. -- Matthew Garrett | mjg59@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html