From: Alan Cox Date: Wed, 22 Mar 2006 15:52:40 +0000 (+0000) Subject: [PATCH] libata: Fix a drive detection problem X-Git-Tag: v2.6.17-rc1~1127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c7ad79dc62c499bb03d1ee92f838db2fc776c5;p=pandora-kernel.git [PATCH] libata: Fix a drive detection problem The current code follows the spec but uses an overlong delay. This would be great if the hardware did. Several vendors however forget the D7 pulldown. Fortunately 0xFF isnt a sane reset state so we can use it to skip detection as is done in drivers/ide. (ie this is a tested solution over a long time) Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed