From: Mark Lord Date: Fri, 19 May 2006 20:36:36 +0000 (-0400) Subject: [PATCH] sata_mv: remove local copy of queue indexes X-Git-Tag: v2.6.17-rc5~77^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6432436c5e14b416f27c8f87c5bf0bc36771f49;p=pandora-kernel.git [PATCH] sata_mv: remove local copy of queue indexes The driver currently keeps local copies of the hardware request/response queue indexes. But it expends significant effort ensuring consistency between the two views, and still gets it wrong after an error or reset occurs. This patch removes the local copies, in favour of just accessing the hardware whenever we need them. Eventually this may need to be tweaked again for NCQ, but for now this works and solves problems some users were seeing. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed