[libata] sata_mv: don't touch reserved bits in EDMA config register
authorJeff Garzik <jeff@garzik.org>
Sun, 25 Feb 2007 07:53:41 +0000 (02:53 -0500)
committerJeff Garzik <jeff@garzik.org>
Mon, 26 Feb 2007 10:42:31 +0000 (05:42 -0500)
The code in mv_edma_cfg() reflected its 60xx origins, by doing things
[slightly] incorrectly on the older 50xx and newer 6042/7042 chips.

Clean up the EDMA configuration setup such that, each chip family
carefully initializes its own EDMA setup.

Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found