From: Tejun Heo Date: Thu, 8 Nov 2007 02:20:18 +0000 (+0900) Subject: libata: skip 0xff polling for PATA controllers X-Git-Tag: v2.6.24-rc3~162^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1974e20161a2c097c481d2ff711de7db56cb2cd6;p=pandora-kernel.git libata: skip 0xff polling for PATA controllers In a presentation of true workmanship, pata_ali asserts IRQ permanantly if the TF status register is read more than once when there's no device attached to the port. Avoid waiting polling for !0xff if it's PATA. It's needed only for some rare SATA devices anyway. This problem is reported by Luca Tettamanti in bugzilla bug 9298. Signed-off-by: Tejun Heo Tested-By: Luca Tettamanti Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed