DM9000: Remove the 2 resources probe scheme.
authorLaurent Pinchart <laurentp@cse-semaphore.com>
Tue, 24 Jun 2008 21:15:57 +0000 (22:15 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 25 Jun 2008 02:56:43 +0000 (22:56 -0400)
commit08c3f57caa16b231f6627889cb43581c020f566a
treedf21b08805b37ba88d44bd6b6cc67293d2482757
parente35c3269edba151e1c703d87068a28ce2cd65bb0
DM9000: Remove the 2 resources probe scheme.

The dm9000 driver accepts either 2 or 3 resources to describe the platform
devices. The 2 resources case abuses the ioresource mechanism by passing
ioremap()ed memory through the platform device resources. This patch removes
that case and converts boards that were using it to the 3 resources scheme.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/dm9000.c