summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Miller <mike.miller@hp.com>2006-12-13 08:34:22 (GMT)
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-13 17:05:49 (GMT)
commit872225ca77519a243d7e19270b062b0ac53418d8 (patch)
treee0236085e5eb5f14228e3d01d306f6e0d0bf3998 /include
parenta5b92873a87cc579f6399693e2c9ae6b43932ddf (diff)
downloadlinux-fsl-qoriq-872225ca77519a243d7e19270b062b0ac53418d8.tar.xz
[PATCH] cciss: remove calls to pci_disable_device
Remove calls to pci_disable_device except in fail_all_cmds. The pci_disable_device function does something nasty to Smart Array controllers that pci_enable_device does not undo. So if the driver is unloaded it cannot be reloaded. Also, customers can disable any pci device via the ROM Based Setup Utility (RBSU). If the customer has disabled the controller we should not try to blindly enable the card from the driver. Please consider this for inclusion. Signed-off-by: Mike Miller <mike.miller@hp.com> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions