commit | 7430e34c70106a9576fc61d77604d164b187a1b7 | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Tue May 02 10:54:50 2006 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 19 14:13:22 2006 -0700 |
tree | 4b9eeaaa3702c9be216f820e8eeaf11f93610d2c | |
parent | 2433ee2654f0ac86f7886e5a8d01bee7f3c7c6db [diff] |
[PATCH] acpi_pcihp: Fix programming _HPP values This patch fixes the problem that hotplug parameters are not programed when PCI cards are hot-added by ACPIPHP, SHPCHP and PCIEHP driver. The pci_dev structure being hot-added is not bound to ACPI handle, so we need to trace PCI bus tree to find ACPI handle. Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Cc: Kristen Accardi <kristen.c.accardi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>