From: John W. Linville Date: Mon, 7 Nov 2005 08:58:08 +0000 (-0800) Subject: [PATCH] 3c59x: enable use of memory-mapped PCI I/O X-Git-Tag: v2.6.15-rc1~694 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=900fd17dd01d2c99dfd1ec0b53a860894a2673ee;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed