]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sata_mv: fix broken DSM/TRIM support (v2)
authorMark Lord <kernel@teksavvy.com>
Fri, 20 Aug 2010 01:40:44 +0000 (21:40 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 25 Aug 2010 23:24:16 +0000 (19:24 -0400)
commit44b733809a5aba7f6b15a548d31a56d25bf3851c
tree200fbdd7c379be0050a2719b27fa49f87c8cb10d
parent60f5d6ef6b6e70fe850554381fd8336f11530002
sata_mv: fix broken DSM/TRIM support (v2)

Fix DSM/TRIM commands in sata_mv (v2).
These need to be issued using old-school "BM DMA",
rather than via the EDMA host queue.

Since the chips don't have proper BM DMA status,
we need to be more careful with setting the ATA_DMA_INTR bit,
since DSM/TRIM often has a long delay between "DMA complete"
and "command complete".

GEN_I chips don't have BM DMA, so no TRIM for them.

Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Cc: stable@kernel.org
drivers/ata/sata_mv.c