[libata sata_mv] SATA probe, DMA boundary fixes
authorJeff Garzik <jgarzik@pobox.com>
Thu, 17 Nov 2005 15:59:48 +0000 (10:59 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 17 Nov 2005 15:59:48 +0000 (10:59 -0500)
- DMA boundary was being handled incorrectly.  Copied the code from
  ata_fill_sg(), since Marvell has the same DMA boundary needs.
  (we can't use ata_fill_sg directly since we have different hardware
   descriptors)
- cleaned up the SATA phy reset code, to deal with various errata


No differences found