[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)
commit18e37f2a979dd696e6b4495b6f2470c01ffeab6c
treec1e5b5fe2db54c7596d8db10935ce8d2886a4db1
parentd5498bef6fcd8ca0e4579eeb0b0d724f20221bb1
[PATCH] netdrvr: Convert cassini to pci_iomap

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>
drivers/net/cassini.c