commit | e728eabea110da90e69c05855e3a11174edb77ef | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Sun Feb 25 02:53:41 2007 -0500 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Feb 26 05:42:31 2007 -0500 |
tree | db96a9c4cd1dcb9926a0b2ef8cfd78007610aedc | |
parent | 616ece2e7e5363574d172d64b19ffe9535606a1b [diff] |
[libata] sata_mv: don't touch reserved bits in EDMA config register 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>