From: Satoru Takeuchi Date: Tue, 12 Sep 2006 17:19:00 +0000 (-0700) Subject: acpiphp: disable bridges X-Git-Tag: v2.6.19-rc1~1004^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5cdb67236dba94496de052c9f9f431e1fc658f4;p=pandora-kernel.git acpiphp: disable bridges Currently acpiphp calls pci_enable_device() against all hot-added bridges, but acpiphp does not call pci_disable_device() against them in hot-remove. So ioapic hot-remove would fail. This patch fixes this issue. Signed-off-by: Kenji Kaneshige Signed-off-by: MUNEDA Takahiro Signed-off-by: Satoru Takeuchi Signed-off-by: Kristen Carlson Accardi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed