commit | e8108c98dd6d65613fa0ec9d2300f89c48d554bf | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <marcelo.tosatti@cyclades.com> | Tue Apr 26 13:09:35 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Apr 26 13:09:35 2005 -0700 |
tree | 3608de2fc88b062070a9d197eda9cac1fb9635d3 | |
parent | efa545791ff439d778f79d02255d59ff1f7ea0fc [diff] |
[PATCH] PC300 pci_enable_device fix Call pci_enable_device() before looking at IRQ and resources, and pci_disable_device() when shutting the interface down. The driver requires this fix or the "pci=routeirq" workaround on 2.6.10 and later kernels. Reported and tested by Artur Lipowski. From: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>