Re: [PATCH 1/3] mpt fusion: Request I/O resources only when required

2008-02-08 Thread James Bottomley
On Fri, 2008-02-08 at 22:05 +0530, Prakash, Sathya wrote: > This patch modifies the I/O resource allocation behavior of FUSION driver. > The current version of driver allocates the I/O resources even if they are > not required and this creates trouble in low resource environments. > This driver

[PATCH 1/3] mpt fusion: Request I/O resources only when required

2008-02-08 Thread Prakash, Sathya
This patch modifies the I/O resource allocation behavior of FUSION driver. The current version of driver allocates the I/O resources even if they are not required and this creates trouble in low resource environments. This driver now uses pci_enable_device_mem/pci_enable_device functions to diff