[PATCH] libata: implement ata_dev_disable()
authorTejun Heo <htejun@gmail.com>
Fri, 24 Mar 2006 06:25:31 +0000 (15:25 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 24 Mar 2006 14:39:57 +0000 (09:39 -0500)
This patch implements ata_dev_disable() which prints a warning message
and takes @dev offline.  Currently, this is done by explicitly
incrementing dev->class with case-by-case warning messages.  Giving
user clear indication when libata gives up will be more important as
libata will be doing more retries.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found