PCI: Add pci_clear_master() as opposite of pci_set_master()
authorBen Hutchings <bhutchings@solarflare.com>
Tue, 23 Dec 2008 03:08:29 +0000 (03:08 +0000)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:13:23 +0000 (11:13 -0800)
During an online device reset it may be useful to disable bus-mastering.
pci_disable_device() does that, and far more besides, so is not suitable
for an online reset.

Add pci_clear_master() which does just this.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Reviewed-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found