libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ
authorTejun Heo <tj@kernel.org>
Thu, 27 Nov 2008 04:36:48 +0000 (13:36 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 1 Dec 2008 18:49:27 +0000 (13:49 -0500)
commitac70a964b0e22a95af3628c344815857a01461b7
treec5711139bd95053b9b5c8897e3f7cd50b8331141
parent03f60840fa462e92220b093f778b2426ceab23af
libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ

Some recent Seagate harddrives have firmware bug which causes FLUSH
CACHE to timeout under certain circumstances if NCQ is being used.
This can be worked around by disabling NCQ and fixed by updating the
firmware.  Implement ATA_HORKAGE_FIRMWARE_UPDATE and blacklist these
devices.

The wiki page has been updated to contain information on this issue.

  http://ata.wiki.kernel.org/index.php/Known_issues

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-core.c
include/linux/libata.h