sata_fsl: Fix the command description of FSL SATA controller
authorDave Liu <daveliu@freescale.com>
Thu, 14 May 2009 14:47:07 +0000 (09:47 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 15 May 2009 18:14:08 +0000 (14:14 -0400)
commitd358724385d9bb3e360f5b95c17ec4f77c913460
treebf848f530e12466616a341196abf74ea87ecdcf7
parentf48c019f1550aea7a3a1227efb9901916f5cd30d
sata_fsl: Fix the command description of FSL SATA controller

The bit 11 of command description is reserved bit in Freescale
SATA controller and needs to be set to '1'.  This is needed to
make sure the last write from the controller to the buffer
descriptor is seen before an interrupt is raised.

Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_fsl.c