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)
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>

No differences found