commit | 990a7ac5645883a833a11b900bb6f25b65dea65b | [log] [tgz] |
---|---|---|
author | Andrew Patterson <andrew.patterson@hp.com> | Mon Nov 10 15:30:45 2008 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Jan 07 11:12:27 2009 -0800 |
tree | 8644b7da9b41069d873d2b4dbe600bc5a828347d | |
parent | 8b62091e20215730be1b94b7cd135a78a3e692ca [diff] |
ACPI/PCI: call _OSC support during root bridge discovery Add pci_acpi_osc_support() and call it when a PCI bridge is added. This allows us to avoid having every individual PCI root bridge driver call _OSC support for every root bridge in their probe functions, a significant savings in boot time. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>