From: Robert Hancock Date: Wed, 21 Feb 2007 03:49:10 +0000 (-0600) Subject: sata_nv: kill old private BMDMA helper functions X-Git-Tag: v2.6.21-rc2~25^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ecac2d8e0beb0e4d3eb09833cfd19d8f9f004d;p=pandora-kernel.git sata_nv: kill old private BMDMA helper functions sata_nv implemented its own copies of the BMDMA helper functions for ADMA, since the ADMA BMDMA status registers are PIO while the other registers are MMIO, and this was the only way to handle this previously. Now that we have iomap support, the standard routines should just work, so use them. The only thing we need to override as far as ADMA and BMDMA is the post_internal_cmd callback, where we should only call ata_post_internal_cmd if we are in port-register mode. Signed-off-by: Robert Hancock Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed