[PATCH] netdrvr: Convert cassini to pci_iomap
authorMarc Zyngier <maz@misterjones.org>
Thu, 13 Apr 2006 09:38:20 +0000 (11:38 +0200)
committerJeff Garzik <jeff@garzik.org>
Thu, 20 Apr 2006 21:42:05 +0000 (17:42 -0400)
Folks,

This patch (against 2.6.17-rc1) converts the cassini driver to the
pci_iomap API that will do the right thing, so architectures like
PARISC can stop screaming about illegal usage of ioremap() on
non-cacheable regions.

Tested on 64bit PARISC kernel.

Signed-off-by: Marc Zyngier <maz@misterjones.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found