Re: [PATCH 2/2] cciss: remove calls to pci_disable_device

2006-12-13 Thread Jens Axboe
On Tue, Dec 12 2006, Mike Miller (OS Dev) wrote: > PATCH 2/2 > > This patch removes 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 canno

Re: [PATCH 2/2] cciss: remove calls to pci_disable_device

2006-12-12 Thread Alan
On Tue, 12 Dec 2006 13:54:58 -0600 "Mike Miller (OS Dev)" <[EMAIL PROTECTED]> wrote: > PATCH 2/2 > > This patch removes 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.

[PATCH 2/2] cciss: remove calls to pci_disable_device

2006-12-12 Thread Mike Miller (OS Dev)
PATCH 2/2 This patch removes 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