commit | 3749c51ac6c1560aa1cb1520066bed84c6f8152a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Sun Dec 13 08:11:32 2009 -0500 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Feb 22 16:15:17 2010 -0800 |
tree | 3cbfb6a6d2df821e3e80ccce29ede8011b94246e | |
parent | 536c8cb49eccd4f753b4782e7e975ef87359cb44 [diff] |
PCI: Make current and maximum bus speeds part of the PCI core Move the max_bus_speed and cur_bus_speed into the pci_bus. Expose the values through the PCI slot driver instead of the hotplug slot driver. Update all the hotplug drivers to use the pci_bus instead of their own data structures. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>