From: Alan Cox Date: Mon, 5 Nov 2007 22:58:58 +0000 (+0000) Subject: libata: handle broken cable reporting X-Git-Tag: v2.6.24-rc2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbfd53d47abd1fb20d7c93a9b19a75970b66f49;p=pandora-kernel.git libata: handle broken cable reporting One or two ancient drives predated the cable spec and didn't sent the valid bits for the field. I had hoped to leave this out of libata as a piece of historical annoyance but a recent CD drive shows the same bug so we have to import support for it. Same concept as Bartlomiej's changes old IDE except that as we have centralised blacklists we can avoid keeping another private table of stuff Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed