]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] 3c59x: enable use of memory-mapped PCI I/O
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 7 Nov 2005 08:58:08 +0000 (00:58 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:25 +0000 (07:53 -0800)
commit744ceddb3c0333720349bd00cd766d5f80aabbb3
treefcd447fc10d1a58c11854e29077417c329afebe7
parent7178787aa1c5902df01d875ad4ea131d169984fd
[PATCH] 3c59x: enable use of memory-mapped PCI I/O

Add capability for 3c59x driver to use memory-mapped PCI I/O resources.
This may improve performance for those devices so equipped.  This will be
the default behaviour for IS_CYCLONE and IS_TORNADO devices.  Additionally,
it can be enabled/disabled individually for up to MAX_UNITS number of
devices via the use_mmio module option or for all units via the
global_use_mmio option.  The use_mmio option overrides the global_use_mmio
option for those devices specified.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/3c59x.c