From: Robert Hancock Date: Thu, 22 Feb 2007 05:53:03 +0000 (-0600) Subject: sata_nv: complain on spurious completion notifiers X-Git-Tag: v2.6.21-rc2~25^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a54cf76d1066d5aadfac65c8455426df80322f4;p=pandora-kernel.git sata_nv: complain on spurious completion notifiers Recently Tejun wrote a patch to ahci.c to make it raise a HSM violation if the drive attempted to complete a tag that wasn't outstanding. We could run into the same problem with sata_nv ADMA. This adds code to raise a HSM violation error if the controller gives us a notifier tag that isn't outstanding, since the drive may be issuing spurious completions. Signed-off-by: Robert Hancock Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed