]> git.baikalelectronics.ru Git - kernel.git/commit
8139too: Make PIO/MMIO a runtime decision through a module parameter.
authorDave Jones <davej@redhat.com>
Tue, 15 Jul 2008 23:54:53 +0000 (19:54 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 22 Jul 2008 21:59:21 +0000 (17:59 -0400)
commit6cb173efc0d69f92ec90c5400148e85b229a1480
tree8805569946cabbb707b99fb00f479f06306604be
parent00a3641ca95a31b47e4e91e4c255e589e875c444
8139too: Make PIO/MMIO a runtime decision through a module parameter.

This is needed to support devices that only work with PIO without
penalising devices that work fine with MMIO in distro kernels.
It also allows us to eventually use PIO as a fallback when setting
up MMIO fails.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/8139too.c