Re: [patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread Andrew Morton
"John W. Linville" <[EMAIL PROTECTED]> wrote: > > On Tue, Sep 06, 2005 at 03:15:46PM -0700, Andrew Morton wrote: > > "John W. Linville" <[EMAIL PROTECTED]> wrote: > > > > > > I fully intend to have have a flag in the private data set based on > > > the PCI ID when I accumulate some data on which d

Re: [patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread John W. Linville
On Tue, Sep 06, 2005 at 03:15:46PM -0700, Andrew Morton wrote: > "John W. Linville" <[EMAIL PROTECTED]> wrote: > > > > I fully intend to have have a flag in the private data set based on > > the PCI ID when I accumulate some data on which devices support this > > and which don't. So far I've onl

Re: [patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread Andrew Morton
"John W. Linville" <[EMAIL PROTECTED]> wrote: > > I fully intend to have have a flag in the private data set based on > the PCI ID when I accumulate some data on which devices support this > and which don't. So far I've only got a short list... Do you think > such a flag should be based on whi

Re: [patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread Andrew Morton
Christoph Hellwig <[EMAIL PROTECTED]> wrote: > > On Tue, Sep 06, 2005 at 04:44:00PM -0400, John W. Linville wrote: > > Add module option to enable 3c59x driver to use memory-mapped PCI I/O > > resources. This may improve performance for those devices so equipped. > > > > Add "use_mmio=1" to the 3

Re: [patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread Christoph Hellwig
On Tue, Sep 06, 2005 at 04:44:00PM -0400, John W. Linville wrote: > Add module option to enable 3c59x driver to use memory-mapped PCI I/O > resources. This may improve performance for those devices so equipped. > > Add "use_mmio=1" to the 3c59x module options in order to enable this > functionali

[patch 2.6.13 2/2] 3c59x: add option for using memory-mapped PCI I/O resources

2005-09-06 Thread John W. Linville
Add module option to enable 3c59x driver to use memory-mapped PCI I/O resources. This may improve performance for those devices so equipped. Add "use_mmio=1" to the 3c59x module options in order to enable this functionality. Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- Ideally this op