Re: [PATCH 1/3]: IO resource allocation using pci_request_selected_regions API

2008-01-11 Thread Grant Grundler
On Jan 11, 2008 1:28 AM, Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Fri, Jan 11, 2008 at 02:33:30PM +0530, Prakash, Sathya wrote: > > This patch modifies the IO resource allocation behavior of FUSION driver. > > By using the pci_select_bars and pci_request_selected_regions API > > The IORESO

Re: [PATCH 1/3]: IO resource allocation using pci_request_selected_regions API

2008-01-11 Thread Christoph Hellwig
On Fri, Jan 11, 2008 at 02:33:30PM +0530, Prakash, Sathya wrote: > This patch modifies the IO resource allocation behavior of FUSION driver. > By using the pci_select_bars and pci_request_selected_regions API > The IORESOURCE_IO will be requested only when the driver needs the IO > resource. Did

[PATCH 1/3]: IO resource allocation using pci_request_selected_regions API

2008-01-11 Thread Prakash, Sathya
This patch modifies the IO resource allocation behavior of FUSION driver. By using the pci_select_bars and pci_request_selected_regions API The IORESOURCE_IO will be requested only when the driver needs the IO resource. signed-off-by: Sathya Prakash <[EMAIL PROTECTED]> --- diff --git a/drivers/m