commit | 125c39f7d233de28f342d80858025ffed0c4b7f4 | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Wed May 28 14:57:30 2008 +0900 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Jun 10 10:59:53 2008 -0700 |
tree | 9c6910276ef5b5b2fbfa3a8ec6249a217d1d848f | |
parent | b143b3cc82fac459feb1abdffb1d77be9805adaa [diff] |
pciehp: evaluate _OSC/OSHP before controller init Current pciehp evaluates _OSC/OSHP method after some controller initialization is done. So if evaluating _OSC/OSHP is failed, we need to cleanup already initialized data structures or hardware. This clearly is not robust way. With this patch, _OSC/OSHP evaluation is done first. Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>