PCI: Extend pci_reset_function() to support PCI Advanced Features
authorSheng Yang <sheng@linux.intel.com>
Tue, 11 Nov 2008 09:17:48 +0000 (17:17 +0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:12:25 +0000 (11:12 -0800)
commit1ca887970a3971a22e4875b7c6ad5ae3ce49f61a
tree8368a3f90da7ee894818658ff925478ef0b43947
parentf7b7baae6b30ff04124259ff8d7c0c0d281320e6
PCI: Extend pci_reset_function() to support PCI Advanced Features

Some PCI devices implement PCI Advanced Features, which means they
support Function Level Reset(FLR).  Implement support for that in
pci_reset_function.

Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci.c