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)
commiteb5813481a97582c80c8d402ecb371149c77b4e0
tree8805569946cabbb707b99fb00f479f06306604be
parent7239016d52c6d568d069f083bdcd17f35ab79fd8
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