commit | 9e368fa011d4e0aa050db348d69514900520e40b | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Tue Nov 17 17:05:34 2009 -0700 |
committer | Len Brown <len.brown@intel.com> | Tue Dec 15 17:35:54 2009 -0500 |
tree | 1b5dfaa305964791a2af6959a47b7bb6c89e471d | |
parent | 18a3e0bfbcd589599d0affbfd484ba9a97e5f122 [diff] |
ipmi: add PNP discovery (ACPI namespace via PNPACPI) This allows ipmi_si_intf.c to claim IPMI devices described in the ACPI namespace. Using PNP makes it simpler to parse the IRQ/IO/memory resources of the device. We look at any SPMI tables before looking for devices in the namespace. This is based on ipmi_pci_probe(). Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Myron Stowe <myron.stowe@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>