commit | 6ae4cfb5711b6f2878c9e384617971d98c34a7f5 | [log] [tgz] |
---|---|---|
author | Albert Lee <albertcc@tw.ibm.com> | Fri Aug 12 14:15:34 2005 +0800 |
committer | Jeff Garzik <jgarzik@pobox.com> | Fri Aug 12 02:44:20 2005 -0400 |
tree | d5e4f3ab6381c0c5429429eb9f4159e321af8431 | |
parent | bc68552faad0e134eb22281343d5ae5a4873fa80 [diff] |
[PATCH] libata ata_data_xfer() fix PATCH 1/2: ata_data_xfer() fix Changes: - Modify ata_mmio_data_xfer() and ata_pio_data_xfer() to handle odd-lengthed buffer. - Add some function comments This patch does not reuse ap->pad as alignment buffer since using local variable seems good enough. Signed-off-by: Albert Lee <albertcc@tw.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>