[libata sata_nv] eliminate duplicate codepaths with iomap
authorJeff Garzik <jeff@garzik.org>
Thu, 23 Mar 2006 04:59:46 +0000 (23:59 -0500)
committerJeff Garzik <jeff@garzik.org>
Thu, 23 Mar 2006 04:59:46 +0000 (23:59 -0500)
commit02cbd926e9acdc03574d26803050cd2664f59ada
tree09535e44392d50d2fd7853e99ded7b7b5aedfea7
parent10ad05df14fb5b6ac1fcdaa312a9c13e77627a97
[libata sata_nv] eliminate duplicate codepaths with iomap

eliminate a bunch of
if (mmio)
writel()
else
outl()

code with the pci_iomap() and io{read,write}{8,16,32}() interface.
drivers/scsi/sata_nv.c