From: Jeff Garzik Date: Thu, 12 Jul 2007 18:30:19 +0000 (-0400) Subject: [libata] sata_mv: minor bug fixes, enhancements, and cleanups (prep for new EH) X-Git-Tag: v2.6.23-rc1~1108^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4537deb5e90b717a725b3d74b58b4bb1d28443d0;p=pandora-kernel.git [libata] sata_mv: minor bug fixes, enhancements, and cleanups (prep for new EH) * Continue replacing "CONSTANT & var" tests with "var & CONSTANT" * Don't clear EDMA_CFG_NCQ_GO_ON_ERR on Gen-IIE, where that bit does not exist * Set I/O Id field in descriptor, where present. Appears to work fine on all versions, even though queueing is still disabled. * call pci_set_mwi(), to (a) make sure cacheline size is set properly, and (b) enable MWI transactions * Remove never-used handling of coalescing interrupt bits (these events are always masked) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed