commit | c27fb883dffe11aa4cb35ecea1fa1832ba45d4da | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Fri Apr 25 14:39:05 2008 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Apr 25 14:39:05 2008 -0700 |
tree | 456adc0fe0b909acdf8382387c2ebfc6c2b8bfa9 | |
parent | 2d32a9aed2e335d110fbb11985a9545b1f7219ab [diff] |
pciehp: Fix wrong slot control register access Current pciehp implementaion clears hotplug events without waiting for command completion. Because of this, events might not be cleared properly. To prevent this problem, we must use pciehp_write_cmd() to write to Slot Control register. Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>